bug-auctex
[Top][All Lists]
Advanced

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

Re: [Bug-AUCTeX] preview-latex's menu entry not present when loading bib


From: Marcus Frings
Subject: Re: [Bug-AUCTeX] preview-latex's menu entry not present when loading bib-cite.el
Date: Mon, 02 Sep 2013 10:46:14 +0200
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux)

* Tassilo Horn <address@hidden> 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)




reply via email to

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