[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-AUCTeX] 11.84; old latex-toolbar can't be used
From: |
Uwe Brauer |
Subject: |
[Bug-AUCTeX] 11.84; old latex-toolbar can't be used |
Date: |
Sun, 27 Jan 2008 13:46:19 +0100 |
Hello
I want still to use the old latex-toolbar
;;; latex-toolbar.el --- XEmacs LaTeX toolbar
;; Copyright (C) 2002 Triet Hoai Lai
;; Author: Triet Hoai Lai <address@hidden>
;; Keywords: LaTeX, toolbar, symbol
;; Version: 0.4
;; X-URL: http://ee.usyd.edu.au/~thlai/emacs/
;; X-RCS: $Id: latex-toolbar.el,v 1.11 2002/01/28 12:24:16 thlai Exp $
However I obtain now a serious error mistake which I attach:
Uwe Brauer
bug-auctex11.84
Description: Binary data
Emacs : XEmacs 21.4 (patch 19) "Constant Variable" [Lucid] (i386-debian-linux,
Mule) of Thu Jun 29 2006 on vernadsky
Package: 11.84
current state:
==============
(setq
AUCTeX-date "2007-01-12"
window-system 'x
LaTeX-version "2e"
TeX-style-path '("style" "auto" "/home/oub/tex/style" "/home/oub/tex/bib/style"
"/home/oub/tex/sty/style"
"/home/oub/tex/letter/laletter/style"
"/home/oub/AutoEv/sty/style"
"/home/oub/tex/letter/paletter/style"
"/home/oub/tex/auto"
"/home/oub/tex/bib/auto"
"/home/oub/tex/sty/auto"
"/home/oub/tex/letter/laletter/auto"
"/home/oub/AutoEv/sty/auto"
"/home/oub/tex/letter/paletter/auto"
"/usr/share/xemacs21/site-packages/etc/auctex/style"
"/usr/share/xemacs21/site-packages/etc/auctex/auto/")
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 texinfo-mode
ams-tex-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")
("hevea" "/usr/bin/hevea %t"
TeX-run-command t t)
("oolatex" "/usr/share/tex4ht/oolatex
%t" TeX-run-command t t)
("nountangle matlab" "nountangle
-matlab -w30 %w > %M"
TeX-run-command t t)
("noweave" "noweave %w > %M"
TeX-run-command t t)
("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")
)
)
- [Bug-AUCTeX] 11.84; old latex-toolbar can't be used,
Uwe Brauer <=