Re: Readline completion example? (bug thereafter in regexp:regexp-split)

Jean Louis <[email protected]> Wed, 15 Nov 2017 09:45:56 +0300
Newsgroups gmane.lisp.clisp.general
Message-ID <[email protected]>
On Tue, Nov 14, 2017 at 04:27:08PM -0500, Sam Steingold wrote:
> Hi Jean,
> 
> > * Jean Louis <[email protected]> [2017-11-14 10:31:51 +0300]:
> >
> > (defun prompt-read (prompt &optional default)
> 
> Please try hg tip facilities described in
> https://clisp.sourceforge.io/beta/impnotes/terminal.html#readline-extend

After the update to that "hg tip", and trying out
the completion function, it broke the execution of
my program for the following below.

When parsing my functions in the program, I was using:

(regexp:regexp-split " " command)

and now after updating the hg, hg pull I see there
is a problem:

admin-> clisp -norc -q
[1]> (regexp:regexp-split " " "hello there")

*** - REGEXP:REGEXP-COMPILE: illegal keyword/value pair :EXTENDED, NIL in argument list.
      The allowed keywords are NIL
The following restarts are available:
ABORT          :R1      Abort main loop
ABORT          :R2      ABORT
Break 1 [2]>

I did file this one as a bug. Do you know any
intermediate solution?

Jean

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
clisp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-list