auctex
[Top][All Lists]
Advanced

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

Re: [AUCTeX] Changing the way commands are displayed


From: Damien Cassou
Subject: Re: [AUCTeX] Changing the way commands are displayed
Date: Thu, 10 Jul 2008 09:29:53 +0200

On Wed, Jul 9, 2008 at 7:26 PM, Ralf Angeli <address@hidden> wrote:
> * Damien Cassou (2008-07-09) writes:
>
>> I'm trying to change the way Emacs displays some LaTeX macros like
>> \dc. I would like the parameter of this command to be bold in Emacs. I
>> tried to use the customize-group and to change the line directly in
>> .emacs but after I restart, nothing changed. I'm using:
>>
>>  '(font-latex-match-bold-command-keywords (quote ("dc")))
>>
>> If I use customize-group, I'm asked about a keyword and a format. I
>> don't know what to put here.
>
> See `C-h v font-latex-user-keyword-classes'.


Hi Ralf,

thank you, it works now:

 '(font-latex-user-keyword-classes (quote
(("my-latex-font-comment-class" (("wj" "\"{\"") ("cc" "\"{\"") ("jl"
"\"{\"") ("jm" "\"{\"") ("sd" "\"{\"") ("dp" "\"{\"") ("on" "\"{\"")
("dc" "\"{\"")) bold command))))

Can you please explain why it did not work with
font-latex-match-bold-command-keywords?

-- 
Damien Cassou
Peter von der Ahé: «I'm beginning to see why Gilad wished us good
luck». (http://blogs.sun.com/ahe/entry/override_snafu)




reply via email to

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