[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-AUCTeX] 2008-03-12; AUC-TeX doesn't honor XEmacs toolbar visibility
From: |
Didier Verna |
Subject: |
[Bug-AUCTeX] 2008-03-12; AUC-TeX doesn't honor XEmacs toolbar visibility specification |
Date: |
Tue, 15 Apr 2008 18:18:35 +0200 |
Hello,
XEmacs provides a set of custom variables (specifiers actually) to
control the visilibity of the toolbar(s). These are
((default|left|right|top|bottom)-)?toolbar-visible-p. It seems that
AUC-TeX doesn't honor either of these (the toolbar is displayed whatever
their value).
Here's my current setup:
Emacs : XEmacs 21.5 (beta28) "fuki" beb0c9dcbaf3 [Lucid] (i686-pc-linux,
Mule) of Wed Mar 19 2008 on uzeb
Package: 2008-03-12
current state:
==============
(setq
AUCTeX-date "2008-03-12"
window-system 'x
LaTeX-version "2e"
TeX-style-path '(".style/" ".auto/" "/home/didier/share/tex/bib/.style/"
"/home/didier/share/doc/.style/"
"/home/didier/share/tex/cls/.style/"
"/home/didier/share/tex/sty/.style/"
"/home/didier/share/tex/cfg/.style/"
"/home/didier/share/tex/fd/.style/"
"/home/didier/share/tex/bib/.auto/"
"/home/didier/share/doc/.auto/"
"/home/didier/share/tex/cls/.auto/"
"/home/didier/share/tex/sty/.auto/"
"/home/didier/share/tex/cfg/.auto/"
"/home/didier/share/tex/fd/.auto/"
"/usr/local/share/xemacs/site-packages/etc/auctex/style"
"/usr/local/var/auctex/")
TeX-auto-save t
TeX-parse-self t
TeX-master nil
TeX-command-list '(("TeX" "%(PDF)%(tex) %`%S%(PDFout)%(mode)%' %t"
TeX-run-TeX nil
(plain-tex-mode ams-tex-mode texinfo-mode) :help
"Run plain TeX")
("LaTeX" "%`%l%(mode)%' %t" TeX-run-TeX nil
(latex-mode doctex-mode) :help "Run LaTeX")
("Makeinfo" "makeinfo %t" TeX-run-compile nil
(texinfo-mode) :help "Run Makeinfo with Info output")
("Makeinfo HTML" "makeinfo --html %t" TeX-run-compile nil
(texinfo-mode) :help "Run Makeinfo with HTML output")
("AmSTeX" "%(PDF)amstex %`%S%(PDFout)%(mode)%' %t"
TeX-run-TeX nil (ams-tex-mode) :help "Run AMSTeX")
("ConTeXt" "texexec --once --texutil %(execopts)%t"
TeX-run-TeX nil (context-mode) :help "Run ConTeXt once")
("ConTeXt Full" "texexec %(execopts)%t" TeX-run-TeX nil
(context-mode) :help "Run ConTeXt until completion")
("BibTeX" "bibtex %s" TeX-run-BibTeX nil t :help
"Run BibTeX")
("View" "%V" TeX-run-discard t t :help "Run Viewer")
("Print" "%p" TeX-run-command t t :help "Print the file")
("Queue" "%q" TeX-run-background nil t :help
"View the printer queue" :visible TeX-queue-command)
("File" "%(o?)dvips %d -o %f " TeX-run-command t t :help
"Generate PostScript file")
("Index" "makeindex %s" TeX-run-command nil t :help
"Create index file")
("Check" "lacheck %s" TeX-run-compile nil (latex-mode)
:help "Check LaTeX file for correctness")
("Spell" "(TeX-ispell-document \"\")" TeX-run-function nil
t :help "Spell-check the document")
("Clean" "TeX-clean" TeX-run-function nil t :help
"Delete generated intermediate files")
("Clean All" "(TeX-clean t)" TeX-run-function nil t :help
"Delete generated intermediate and output files")
("Other" "" TeX-run-command t t :help
"Run an arbitrary command")
)
)
--
5th European Lisp Workshop at ECOOP 2008, July 7: http://elw.bknr.net/2008/
Didier Verna, address@hidden, http://www.lrde.epita.fr/~didier
EPITA / LRDE, 14-16 rue Voltaire Tel.+33 (0)1 44 08 01 85
94276 Le Kremlin-BicĂȘtre, France Fax.+33 (0)1 53 14 59 22 address@hidden
- [Bug-AUCTeX] 2008-03-12; AUC-TeX doesn't honor XEmacs toolbar visibility specification,
Didier Verna <=