X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=jscl.html;h=47b4efb6468c14991b9a8639cb794d8ef71a054a;hb=25702fbbf0ddd2e5386bbf257eee8150adfc7b47;hp=0fde9fc772adda017f31a772aa9c60e4cb361c51;hpb=b4f81895de2164b4f362c3050b74a45c1f5069e2;p=jscl.git diff --git a/jscl.html b/jscl.html index 0fde9fc..47b4efb 100644 --- a/jscl.html +++ b/jscl.html @@ -77,26 +77,28 @@ var startPrompt = function () { // Start the prompt with history enabled. - jqconsole.Write(xstring(lisp.evalString(pv, 1, make_lisp_string('(CL:PACKAGE-NAME CL:*PACKAGE*)'))) + '> ', 'jqconsole-prompt'); + jqconsole.Write(lisp.evalString('(CL:PACKAGE-NAME CL:*PACKAGE*)') + '> ', 'jqconsole-prompt'); jqconsole.Prompt(true, function (input) { // Output input with the class jqconsole-return. if (input[0] != ','){ try { - var vs = lisp.evalInput(mv, 1, make_lisp_string(input)); - for (var i=0; i