Another part of getting slime to work with xeamcs...
Slime will highlight Lisp code so that reader conditionals are
highlighted differently if they are enabled are not. From what I can
tell (I use lazy-shot), font-lock runs over a portion of the file.
Sometimes this portion stops in the middle of a form that is
conditionalized by some reader conditional:
#-foo
(defun bar ()
<long function>
<font-lock region end here>
<more function>
)
For emacs, slime has a hook to extend the font-lock region.
Is it possible to do something similar with xemacs?
Ray
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta