[slime-devel] Daily ChangeLog diff

Tobias C. Rittweiler tcr at freebits.de
Fri Jun 26 06:31:33 UTC 2009


farlies <farlies at gmail.com> writes:

> Thanks for looking at this.
>
> Issue with reader conditionals and fontification not quite solved.
> However, there is progress in the form of a back trace and a simple test case.
> The glitch seems to strike when typing in the form that is conditionally
> DISabled in the current lisp, #-sbcl below:
>
> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
>
> (in-package :cl-user)
>
> #+sbcl
> (defun foo () 1)
>
> #-sbcl
> (defun foo () 2)
>
> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

I cannot reproduce this on GNU Emacs 23. You're using XEmacs?

  -T.





More information about the slime-devel mailing list