* Tassilo Horn <[email protected]> wrote:
>> (add-hook 'LaTeX-mode-hook 'turn-on-bib-cite)
>> If I comment out the line from above the menu of preview-latex is
>> available (but then of course the menu of bib-cite is missing).
> I can't reproduce that. Without the line above, I have the menus
> File Edit Options Buffers Tools Preview LaTeX Command Ref Help
> and with it, I have
> File Edit Options Buffers Tools Preview LaTeX Command Ref BCite Help
> as I would expect.
> Maybe you could try bisecting your auctex configuration to check if
> there's something that's needed to trigger that behavior?
Uh, bad luck for me, I reported two errors and nobody is able to
reproduce them. :-(
Well, with quite a very basic emacs_tex.el like this
,----
| (setq TeX-data-directory "~/.emacs.d/sources/auctex")
| (add-to-list 'load-path "~/.emacs.d/sources/auctex")
| (add-to-list 'load-path "~/.emacs.d/sources/auctex/preview")
| (require 'info)
| (add-to-list 'Info-additional-directory-list "~/.emacs.d/sources/auctex/doc")
| (load "auctex.el" nil t t)
| (load "preview-latex.el" nil t t)
| (setq TeX-macro-private '("~/texmf/"))
| (setq TeX-auto-private '("~/.tex-el/"))
| (setq TeX-auto-save t)
| (setq TeX-save-query nil)
| (setq TeX-parse-self t)
| (setq-default TeX-master nil)
| (add-hook 'LaTeX-mode-hook 'turn-on-bib-cite)
`----
I can reproduce it and I then have the following menu list:
File Edit Options Buffers Tools LaTeX Command BCite Help
And if I remove the last line, where bib-cite get activated, I have:
File Edit Options Buffers Tools Preview LaTeX Command Help
This also happens when I load a plain Emacs with no other configuration
by evoking "emacs -q" and then just evaluating the lines from above in a
buffer.
My AUC Tex is up-to-date with the most recent git version.
Gruß,
Marcus
--
"Insect, cease your meddling. My experiment must continue."
(Shodan in System Shock)
_______________________________________________
bug-auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-auctex