emacs-devel
[Top][All Lists]
Advanced

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

Re: Diff mode faces


From: Stefan Monnier
Subject: Re: Diff mode faces
Date: Fri, 17 Jun 2005 10:28:12 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> With -D option diff makes `#ifdef' format output with conditional
> preprocessor directives.  Currently diff-mode.el uses hard-coded
> font-lock-string-face to highlight them.  The patch adds a new face
> to allow users to configure it.  By default, it inherits from
> font-lock-preprocessor-face.

The "^#.*" pattern is meant to match "comment lines".  These are part of an
extension of the diff format.  It has nothing to do with the -D option
which I do not consider as outputting a diff format and diff-mode does not
support this output format in any way.


        Stefan




reply via email to

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