Re: Readline completion example?
<[email protected]> Wed, 15 Nov 2017 15:17:25 +0000
| Newsgroups | gmane.lisp.clisp.general |
|---|---|
| Message-ID | <a9fc3fc82f7f4f438e1c367110968f15@HE105658.emea1.cds.t-internal.com> |
Jean Louis wrote:
>I have just tried this one:
>(setf custom:*completion* (make-completion '("one word" "one few" "two more" "two here")))
>So after "one " (with space) nothing is completing thereafter.
Umlauts may allow other interesting test cases: äöüß, éàùô etc. (to see whether all encodings used between the Lisp and the readline library are correctly set).
I only recently understood that on MacOSX, due to the UTF-8 NFD representation, you have to type e + TAB to expand something with é, è or ê in a file name in the shell!
Regards,
Jörg Höhle
------------------------------------------------------------------------------
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