* 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


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to