Mikael Djurfeldt
6162a00d07
* readline.scm (readline-port): Use readline-options-interface.
1998-11-09 15:51:30 +00:00
Mikael Djurfeldt
20a3a88153
* readline.scm (readline-port): Maybe read history; Maybe write
...
history at exit (add to exit-hook).
1998-10-31 16:45:51 +00:00
Mikael Djurfeldt
cad4d45bd6
* readline.scm (make-readline-port): Bugfixed last change...
1998-10-30 06:30:00 +00:00
Mikael Djurfeldt
24bf9166d2
* readline.scm (make-readline-port): Don't set prompt to "... " if
...
read line was empty.
1998-10-28 20:00:37 +00:00
Mikael Djurfeldt
6f4d962200
* readline.scm (make-readline-port): Set prompt string to "... "
...
after first read line. (Thanks to Richard Polton.)
1998-07-21 14:15:46 +00:00
Mikael Djurfeldt
4ffd142c03
* readline.scm: Typo in regex module name.
1998-06-14 15:07:51 +00:00
Mikael Djurfeldt
edd9ac213c
* readline.scm (apropos-completion-function): regexp-quote text to
...
be completed.
1998-06-13 18:08:25 +00:00
Mikael Djurfeldt
b05d0b94d6
* readline.scm: Use the new readline facilities: Add the
...
possibility to control input and output ports; Add apropos
completion.
1998-05-13 00:00:02 +00:00
Mikael Djurfeldt
f246e585bb
* boot-9.scm: Load readline module if readline is present.
...
* readline.scm (apropos-completion-function): New procedure:
Symbolic completion. (Thanks to Andrew Archibald!)
1998-05-11 01:15:26 +00:00
Jim Blandy
a3cd2b988f
Add support for readline function.
...
* readline.scm: New module.
* boot-9.scm (repl-reader): New function.
(scm-style-repl): Call repl-reader, instead of doing the reading
ourselves. Remove repl-report-reset; it was never used for
anything.
(top-repl): If we've got the readline primitives, then redefine
repl-reader to use them.
If we've got the readline primitives, import the readline module.
1997-10-23 05:00:55 +00:00