emacs-devel
[Top][All Lists]
Advanced

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

Re: font-lock-face superseeds face?


From: martin rudalics
Subject: Re: font-lock-face superseeds face?
Date: Sat, 16 Jun 2007 10:48:48 +0200
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

Is not the text property 'font-lock-face supposed to superseed 'face? Should not this give one character shown in the face 'highlight:

  (put-text-property (1- (point)) (point) 'font-lock-face 'highlight)

It works properly here with Emacs -Q, putting the line into *scratch*,
point after it, and doing C-x C-e.  The closing parenthesis is displayed
with the 'highlight face.  What did you do to make it fail?





reply via email to

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