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