Mosè Giordano <giordano.m...@libero.it> writes:

> The problem should be
>      (add-to-list 'TeX-expand-list

No, I think the problem is

  '(TeX-expand-list (quote (("%(dir)" (lambda nil default-directory))
                           ...)))

in his custom-variables-section.  That's a modified old version of the
variable which doesn't contain an expander for %(extraopts).

I'd suggest you remove that there.  If you need to modify some entries
of it, it's better to add a new entry in front of it using `add-to-list'
as you do above.  Then you are not excluded when new entries are added
by us.

Bye,
Tassilo

_______________________________________________
bug-auctex mailing list
bug-auctex@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-auctex

Reply via email to