[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-AUCTeX] 11.84; AUCTeX toolbar clobbers my custom toolbar
From: |
Robert Morelli |
Subject: |
[Bug-AUCTeX] 11.84; AUCTeX toolbar clobbers my custom toolbar |
Date: |
Mon, 18 Jun 2007 09:56:06 -0600 |
User-agent: |
Thunderbird 1.5.0.12 (Macintosh/20070509) |
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.
Be sure to consult the FAQ section in the manual before submitting
a bug report. If the bug (or problem) is triggered by a specific
(La)TeX file, you should try to produce a minimal sample file
showing the problem and include it in your report.
Your bug report will be posted to the AUCTeX bug reporting list.
------------------------------------------------------------------------
I have my own custom toolbar and I don't like it clobbered by mode
specific toolbars. The only mode with which I have a problem is
AUCTeX. Whenever I load a LaTeX file and AUCTeX loads, my custom
toolbar is deleted and replaced by another toolbar.
I have set the options in the Customization Group
TeX Tool Bar
to nil for both LaTeX-enable-toolbar and TeX-enable-toolbar. However,
this has not fixed the problem.
For me, this is pretty much a show stopper. Because of this problem I
have disabled AUCTeX for the past couple of years. It would be better
if I just had a way of stopping AUCTeX from clobbering my customizations.
Emacs : GNU Emacs 22.1.1 (i386-apple-darwin8.9.1, Carbon Version 1.6.0)
of 2007-06-13 on plume.sr.unh.edu - Aquamacs Distribution 1.0b
Package: 11.84
current state:
==============
(setq
AUCTeX-date "2007-01-12"
window-system 'mac
LaTeX-version "2e"
TeX-style-path '("style" "auto" "/Users/robert/Papers/style"
"/Users/robert/Papers/auto"
"/Applications/Aquamacs
Emacs.app/Contents/Resources/site-lisp/edit-modes/auctex/style"
"/Applications/Aquamacs
Emacs.app/Contents/Resources/site-lisp/edit-modes/var/auctex")
TeX-auto-save nil
TeX-parse-self t
TeX-master nil
TeX-command-list '(("TeX" "tex '\\nonstopmode\\input %t'" TeX-run-TeX
nil t)
("LaTeX" "%l '\\nonstopmode\\input{%t}'"
TeX-run-LaTeX nil t)
("LaTeX Interactive" "%l %t" TeX-run-interactive nil
t) ("View" "%v " TeX-run-silent t nil)
("Print" "%p " TeX-run-command t nil) ("Queue" "%q"
TeX-run-background nil nil)
("File" "dvips %d -o %f " TeX-run-command t nil)
("BibTeX" "bibtex %s" TeX-run-BibTeX nil nil)
("Index" "makeindex %s" TeX-run-command nil t)
("Check" "lacheck %s" TeX-run-compile nil t)
("Spell" "<ignored>" TeX-run-ispell-on-document nil
nil) ("Other" "" TeX-run-command t t)
("Makeinfo" "makeinfo %t" TeX-run-compile nil t)
("AmSTeX" "amstex '\\nonstopmode\\input %t'"
TeX-run-TeX nil t))
)
- [Bug-AUCTeX] 11.84; AUCTeX toolbar clobbers my custom toolbar,
Robert Morelli <=