auctex
[Top][All Lists]
Advanced

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

Re: [AUCTeX] labeled environments


From: Ralf Angeli
Subject: Re: [AUCTeX] labeled environments
Date: Mon, 11 Jun 2007 19:40:07 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

* Andreas Matthias (2007-06-11) writes:

> In the above example the label if found with `C-c ) SPC' but
> it is not found with `C-c ) f'. What do I have to do to let the
> label appear with `C-c ) f'?
>
> I tried to extend reftex-label-alist with
>
>   (add-to-list 'reftex-label-alist ("landscape" ?f "fig:" nil nil 0))

The list has to be quoted.  If this is not done, it is interpreted as a
function call.  And then there is one list item missing.  The following
should work:

(add-to-list 'reftex-label-alist '("landscape" ?f "fig:" nil nil nil nil))

-- 
Ralf




reply via email to

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