From 03bd45a5adb821bb22efaa1dbf1b2baccc8b0c36 Mon Sep 17 00:00:00 2001 From: polos Date: Fri, 25 Dec 2020 19:52:21 +0100 Subject: [PATCH] small fix to docu --- doc/Debugging.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Debugging.htm b/doc/Debugging.htm index 165bd21..a0377f6 100644 --- a/doc/Debugging.htm +++ b/doc/Debugging.htm @@ -121,7 +121,7 @@ is resolved automatically (RESTART-QT-EVENTS would block the REPL i

In order to automatically switch the REPL to a given package after loading a file, add this line:

  (qlater (lambda () (in-package :my-package)))

-

If you use ECL readline (see lib/ecl-readline.lisp, to be compiled manually the first time):
After entering :qq (quitting the top-level), the console/shell should always be reset (but you won't probably see the command while typing it; an alias might help):

+

If you use ECL readline (see ~/.eql5/lib/ecl-readline.lisp, to be compiled manually after running EQL5 for the first time / updating ECL):
After entering :qq (quitting the top-level), the console/shell should always be reset (but you won't probably see the command while typing it; an alias might help):

  $ reset