Auctex menus "empty" when opening file from within emacs

View: New views
2 Messages — Rating Filter:   Alert me  

Auctex menus "empty" when opening file from within emacs

by yellowsubmarine :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

In a running emacs editor, if I am opening a .tex file out of the editor, the menus "LaTeX", "Command", "Math" and "Ref" are empty. That is, upon clicking on them, there is no dropdown list:


If, however, I open a .tex file from the console by invoking emacs
  $ emacs file.tex
the menus show up like a charm.

My .emacs:
(custom-set-variables
 '(inhibit-startup-screen t))
;; Auctex
(load "auctex.el" nil t t)
(load "preview-latex.el" nil t t)
(setq TeX-parse-self t) ; Enable parse on load
(setq TeX-auto-save t) ; Enable parse on save -> auto subdir
(setq-default TeX-master nil) ; Query for master file.
(setq TeX-PDF-mode t)  ;; set pdflatex default, not latex
(add-hook 'LaTeX-mode-hook 'LaTeX-math-mode) ;; set math mode
(add-hook 'LaTeX-mode-hook 'turn-on-reftex)
(setq reftex-plug-into-AUCTeX t)

I am running arch linux 2.6.31 x86_64, emacs 23.1-3, auctex 11.85-2

Re: Auctex menus "empty" when opening file from within emacs

by Ralf Angeli-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

* yellowsubmarine (2009-10-23) writes:

> In a running emacs editor, if I am opening a .tex file out of the editor, the
> menus "LaTeX", "Command", "Math" and "Ref" are empty. That is, upon clicking
> on them, there is no dropdown list:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550541

--
Ralf


_______________________________________________
auctex mailing list
auctex@...
http://lists.gnu.org/mailman/listinfo/auctex