[slime-devel] fontification of nested read-suppresses
Christophe Rhodes
csr21 at cantab.net
Thu Mar 8 14:48:48 UTC 2007
Hi,
I attach a patch which (I think) cures the fontification of
(defun foo (x)
#+nil #+nil
(frob x)
(bar x)
(1+ x))
in Emacs 21. Without this patch, I think only the second #+nil and
(frob x) get commented out; with it, both #+nils and the two
succeeding forms do.
My point moving code sucks somewhat; if someone wants to tell me the
right way to do (forward-sexp)/(backward-sexp), please do...
Thanks,
Christophe
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: fontify-suppressed.diff
URL: <https://mailman.common-lisp.net/pipermail/slime-devel/attachments/20070308/732df06e/attachment.ksh>
More information about the slime-devel
mailing list