[armedbear-devel] Patch: top-level::repl keyword evaluation and command case-ignore.

Ville Voutilainen ville.voutilainen at gmail.com
Sat Oct 16 19:06:30 UTC 2010


On 4 October 2010 00:23, Ville Voutilainen <ville.voutilainen at gmail.com> wrote:
> On 27 September 2010 22:54, mahmud <bigthingist at gmail.com> wrote:
>> 2) Repl commands are case sensitive: :help :HELP mean two different things.
> It seems that commands like :cf foo.lisp no longer work. Did you by accident
> upcase the stuff after the command? On my platform (linux) file names
> are case-sensitive
> so we don't want to upcase anything beyond the command itself...

The problem actually was that read-line wasn't used for commands. This should
be fixed by r12975. Keywords, commands (with and without arguments) and other
such stuff seems to work properly now.




More information about the armedbear-devel mailing list