bug-auctex
[Top][All Lists]
Advanced

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

bug#25564: 11.90; XEmacs lacks file-local-variables-alist and reports er


From: Mosè Giordano
Subject: bug#25564: 11.90; XEmacs lacks file-local-variables-alist and reports error.
Date: Wed, 1 Feb 2017 18:18:27 +0100

Hi Tassilo,

2017-02-01 7:57 GMT+01:00 Tassilo Horn <address@hidden>:
> 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è





reply via email to

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