[slime-devel] Re: syntax highlighting and comments using the #| |# reader syntax
Evan Monroig
evan.monroig at gmail.com
Thu Jun 14 07:44:31 UTC 2007
On 6/14/07, Helmut Eller <heller at common-lisp.net> wrote:
> Looks right to me. AFAICT, the third defun is actually in a comment.
> Emacs 22 also seems to understand nested comments like:
>
> "a" #| "b" |# "c" #| "d" #| "e" |# "f" |# "g"
>
> a, c, and g are correctly highlighted as strings and the others as
> comments.
>
> The opening paren of the third defun is highlighted. As explained in
> the manual, that can be avoided by writing \(. See:
Oh sorry, I had been annoyed by this behavior for quite a while so I
decided to make a simple example and sent it, but the example is
wrong..
Sorry, I'll post a real example when it comes out.
Evan
More information about the slime-devel
mailing list