Uwe Brauer <o...@mat.ucm.es> 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 _______________________________________________ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex