* 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


_______________________________________________
auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex

Reply via email to