16 Oct
2010
16 Oct
'10
7:06 p.m.
On 4 October 2010 00:23, Ville Voutilainen <ville.voutilainen@gmail.com> wrote:
On 27 September 2010 22:54, mahmud <bigthingist@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.