mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-06 02:30:31 -08:00
small fix to docu
This commit is contained in:
parent
ddb8465f1f
commit
03bd45a5ad
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ is resolved automatically (<code>RESTART-QT-EVENTS</code> would block the REPL i
|
|||
<p>In order to automatically switch the REPL to a given package after loading a file, add this line:</p>
|
||||
<pre> (qlater (lambda () (in-package :my-package)))</pre>
|
||||
<br>
|
||||
<p>If you use ECL readline (see <code>lib/ecl-readline.lisp</code>, to be compiled manually the first time):<br>After entering <code>:qq</code> (quitting the top-level), the console/shell should always be reset (but you won't probably see the command while typing it; an <code>alias</code> might help):</p>
|
||||
<p>If you use ECL readline (see <code>~/.eql5/lib/ecl-readline.lisp</code>, to be compiled manually after running EQL5 for the first time / updating ECL):<br>After entering <code>:qq</code> (quitting the top-level), the console/shell should always be reset (but you won't probably see the command while typing it; an <code>alias</code> might help):</p>
|
||||
<pre> $ <span class="input">reset</span></pre>
|
||||
<br>
|
||||
<br>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue