emacs-devel
[Top][All Lists]
Advanced

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

Re: kill ring menu


From: Stefan Monnier
Subject: Re: kill ring menu
Date: Tue, 21 May 2002 21:49:56 -0400

> Colin Walters <address@hidden> writes:
> > Also, having to work with uninterned symbols is definitely a
> > disadvantage.
> 
> It doesn't have to be as bad as it is in the code you showed though --
> certainly there ought to at least be a font-lock helper function, e.g.,
> instead of the current:
> 
>    (car (nth 1 font-lock-category-alist))
> 
> It should be something like (say):
> 
>    (font-lock-face-category 'info-title-face)

Why not just have a buffer-local variable `info-title-category'
which holds the uninterned symbol ?


        Stefan




reply via email to

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