1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-05 15:10:27 +02:00
Commit graph

22 commits

Author SHA1 Message Date
Rob Browning
9257da7d0a 2002-10-21 Mikael Djurfeldt <mdj@linnaeus>
* readline.scm (activate-readline): Look for use-emacs-interface
option in the guile-user module instead of the-root-module.
2002-10-26 06:17:29 +00:00
Marius Vollmer
cd4afed890 Replaced 'feature?' with 'provided?' thru-out. 2002-09-15 20:51:29 +00:00
Rob Browning
0c8ac37879 * readline.scm: dynamic-link libguilereadline-v-MAJOR now. 2002-07-20 20:17:29 +00:00
Rob Browning
9b9f34ef53 * readline.scm: fix typo... 2002-04-12 15:51:18 +00:00
Rob Browning
44b07d05f8 * readline.scm: hack around dynamic-link problems by
using painfully explicit lib names.
2002-04-09 17:22:02 +00:00
Neil Jerram
7ca39de11e * Rename call-with-readline-completion-function' to with-readline-completion-function'.
(Note that this has never been released with the old name, so change before 1.6 is fine.)
2002-01-29 23:44:20 +00:00
Rob Browning
c2fa5e5791 * readline.scm: load libguilereadline, not libguilereadline.so --
newer libltdl won't work otherwise.
2001-11-19 20:37:20 +00:00
Neil Jerram
f90bcd2ea4 * Added `call-with-readline-completion-function'. 2001-08-11 12:04:16 +00:00
Martin Grabmüller
a283f6d630 * Makefile.am, readline.scm: Updated copyright notice. 2001-07-19 20:53:17 +00:00
Marius Vollmer
8ed35a15e8 * readline.c (scm_clear_history): New function.
* readline.scm (readline-port): Call clear-history on exit.
Thanks to Utz-Uwe Haus.
2001-04-10 23:48:27 +00:00
Neil Jerram
9155e458e0 * New module (ice-9 buffered-input); use it in (ice-9 readline). 2001-03-05 23:12:57 +00:00
Marius Vollmer
539fdb77e0 * readline.scm (make-readline-port): PROMPT becomes PROMPT2 as
soon as GET-CHARACTER returns any character at all that was
previously read.  This makes the continuation prompt appear
properly for partial expressions.  Thanks to Neil Jerram!
2001-01-28 17:56:34 +00:00
Dirk Herrmann
e9bab9df3d * Make readline run-time options accessible. 2001-01-26 16:58:48 +00:00
Dirk Herrmann
c4a9b7bbd1 * Make sure that only open file ports are used as readline ports. 2001-01-25 17:57:29 +00:00
Neil Jerram
6c29a390fa * Make the readline port input-only. 2001-01-19 09:00:05 +00:00
Dirk Herrmann
6b098fecdc * Lookup 'use-emacs-interface in the-root-module. 2000-12-12 18:10:56 +00:00
Mikael Djurfeldt
ebfa2cd5ca * readline.scm (apropos-completion-function): Don't define and
install if the 'regex feature is missing.
2000-06-12 14:54:30 +00:00
Mikael Djurfeldt
c8fac0c3e5 * readline.scm: Report an error if readline isn't provided by
Guile;  Added :no-backtrace to module header.
2000-06-06 12:41:58 +00:00
Marius Vollmer
acb0207f44 * readline.scm: Only link glue code when the 'readline feature is
not already present.  Thanks to Clark McGrew.
2000-01-25 20:20:48 +00:00
Mikael Djurfeldt
a4bfce1135 * readline.h, readline.scm: Updated copyrigth notices. 1999-09-12 11:04:07 +00:00
Mikael Djurfeldt
6373eb6f4e * readline.scm (activate-readline): Set (using-readline?). 1999-09-11 18:27:22 +00:00
Marius Vollmer
b18c7b77b4 * readline.scm: Moved from ../ice-9.
Dynamically link libguilereadline.so.
(readline): Just define in this module, do not overwrite builtin
variable.  The builtin readline function is now named "%readline",
so this works.  See below.
(activate-readline): New function which contains the readline
activation code formerly found in top-repl.
1999-09-11 15:20:54 +00:00