Hi Tassilo,

2017-02-01 7:57 GMT+01:00 Tassilo Horn <t...@gnu.org>:
> Do you know if XEmacs has some similar feature, i.e., a way to check
> which variables have been set using file (or directory) local variables?

If you want to check whether a variable was set locally in a
XEmacs-compatible way you can use:

    (local-variable-p 'variable-name (current-buffer))

This is what is done in style/biblatex.el ;-)

Bye,
Mosè



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

Reply via email to