bug-auctex
[Top][All Lists]
Advanced

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

bug#21484: 25.0.50.1; reftex-extra-bindings is ignored


From: Tassilo Horn
Subject: bug#21484: 25.0.50.1; reftex-extra-bindings is ignored
Date: Tue, 15 Sep 2015 15:16:45 +0200
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux)

Uwe Brauer <address@hidden> writes:

>> It does for me, but this variable must be set to t before reftex is
>> loaded.  Does that solve the issue?
>
> Hm, I have set it now using defcustom, but then I am not sure whether
> reftex is already loaded?

Then it depends on what's before your `custom-set-variables' form in
your ~/.emacs.  If there's (require 'reftex) or something else which
causes reftex to be loaded before, then the setting won't have an
effect.  You can test, e.g., by adding

  (message "RefTeX loaded? %S" (featurep 'reftex))

before the `custom-set-variables' section and then check the *Messages*
buffer after starting emacs.

Bye,
Tassilo





reply via email to

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