farlies farlies@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.