Ralf Angeli wrote:

> * 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))

Grmpf! And I was so close to it ...

Thanks. That does the trick.


Ciao
Andreas



_______________________________________________
auctex mailing list
auctex@gnu.org
http://lists.gnu.org/mailman/listinfo/auctex

Reply via email to