emacs-devel
[Top][All Lists]
Advanced

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

Re: Items in FOR-RELEASE


From: Juri Linkov
Subject: Re: Items in FOR-RELEASE
Date: Mon, 06 Dec 2004 23:12:14 +0200
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:
>> There is one reason to include face remapping into the next release.
>> This would allow to get rid of all face variables that were introduced
>> after the previous release only for the sake of making face variables
>> buffer-local (i.e. face variables that were added with the same name
>> as face names).  With buffer-local faces such face variables are
>> useless, so it's better to remove them before the next release.
>
> Huh?  What's your timeline for the next release? 2080?

Face remapping was announced long ago, and still not yet included
in Emacs.  Is it planned to add it to Emacs in 2080?

> Besides, what makes you think that face remapping is a better solution to
> mode-specific faces?  I like face-remapping but it's not a panacea.

Isn't something like below possible with face remapping?

(add-hook 'emacs-lisp-mode-hook
          (lambda ()
            (set (make-local-variable 'face-remappings)
                 '((font-lock-comment-face . bold)))))

-- 
Juri Linkov
http://www.jurta.org/emacs/





reply via email to

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