Re: Bug#182116: ILISP broken with readtable inverted
"Adam Warner" <[email protected]>
| Newsgroups | gmane.lisp.ilisp.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Kevin, > Adam Warner submitted the following bug. I don't know what would be > required to fix it. Thanks Kevin. I'm stumped. The ILISP code appears to use the correct case. The only place that seems to mention common-lisp-user is /usr/share/emacs21/site-lisp/ilisp/ilisp-cl.el where it's quoted as :common-lisp-user. But this of course is Emacs code. Could there be some evil Emacs Lisp/ANSI Common Lisp interaction going on here? Regards, Adam > -- > Kevin Rosenberg | .''`. ** Debian GNU/Linux ** > http://b9.com/debian.html | : :' : The universal > GPG signed and encrypted | `. `' Operating System > messages accepted. | `- http://www.debian.org/ > > Adam Warner wrote: >> Package: ilisp >> Version: 5.12.0+cvs.2003.02.16 >> >> Readtable invert mode is part of the ANSI Common Lisp standard. It >> should be possible to develop Lisp code with ILISP in this mode. >> >> test.lisp: >> (defun test () "hello") >> >> Place (setf (readtable-case *readtable*) :invert) in ~/.clisprc.lisp >> >> $ emacs test.lisp >> M-x clisp-hs >> C-c C-e on function >> Receive error message: >> [8]> ;;; Evaluating defun test >> *** - Package COMMON-LISP-USER not found >> >> Place (setf (readtable-case *readtable*) :invert) in ~/.cmu-init.lisp >> >> $ emacs test.lisp >> M-x cmulisp >> C-c C-e on function >> Receive error message: >> * ;;; Evaluating defun test >> Error in function ilisp:ilisp-find-package: Package COMMON-LISP-USER >> not found >> 0] ------------------------------------------------------- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. www.slickedit.com/sourceforge