emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: font-lock-comment-delimiter-face


From: Ralf Angeli
Subject: Re: font-lock-comment-delimiter-face
Date: Sun, 15 May 2005 19:34:18 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

* Richard Stallman (2005-05-15) writes:

>     In Lisp mode it fails to apply `font-lock-comment-delimiter-face' to a
>     single ";" as long as it is not located at the start of a line.  The
>     cause is probably that `comment-start-skip' in Lisp mode contains
>     precautions for not matching escaped semicolons:
>
> I fixed that.  Thanks.

As your fix does not concern regular expression matching, does this
mean it is correct for `(looking-at comment-start-skip)' in Lisp mode
to return different values in case of single and multiple semicolons?
That's what I was actually more concerned about.

-- 
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]