bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#10254: 24.0.92; Local variable bibtex-dialect has no effect


From: Stefan Monnier
Subject: bug#10254: 24.0.92; Local variable bibtex-dialect has no effect
Date: Tue, 17 Jan 2012 16:21:22 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

>> I'd expect one "typical" usage is to have (setq bibtex-dialect 'biblatex)
>> in the .emacs file somewhere.  With your new code, the effect of this
>> setq will depend on whether bibtex.el is loaded before or after
>> executing the setq.
>> That's my main source of worry.
> I don't see a "normal" usage of bibtex.el where something in the
> init file could result in an early loading of this file such that it
> could matter where in the init file this variable is set. (The code

All I'm saying is that using explicit make-local-variable calls when you
set the variable buffer-locally, instead of using a global
make-variable-buffer-local will eliminate this potential problem, no
matter how remote.


        Stefan





reply via email to

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