bug-auctex
[Top][All Lists]
Advanced

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

[Bug-AUCTeX] 11.84; can't run latex, "nonespanding TeX-source-special-ex


From: Uwe Brauer
Subject: [Bug-AUCTeX] 11.84; can't run latex, "nonespanding TeX-source-special-expand-options
Date: Sat, 31 May 2014 18:35:37 +0200

Hello 

I decided to try to upgrade from 11.84 (using the official Xemacs-pkg)
to 11.87 using the in-official xemacs-pkg as provided (by 
amicably by the auctex team)

However when running latex, as I did for years I obtain an error
(debug-on-error t) which I attach.

thanks


Uwe Brauer 

Debugger entered--Lisp error: (error "Nonexpansion 
TeX-source-specials-expand-options")
  signal(error ("Nonexpansion TeX-source-specials-expand-options"))
  cerror("Nonexpansion %s" TeX-source-specials-expand-options)
  apply(cerror "Nonexpansion %s" TeX-source-specials-expand-options)
  error("Nonexpansion %s" TeX-source-specials-expand-options)
  TeX-command-expand("%`%l%(mode)%' %t" TeX-master-file)
  TeX-command("LaTeX" TeX-master-file nil)
  TeX-command-master(nil)
  call-interactively(TeX-command-master)


Emacs  : XEmacs 21.5  (beta33) "horseradish" [Lucid] (i686-pc-linux, Mule) of 
Sat Jun 15 2013 on Burrurr
Package: 11.84

current state:
==============
(setq
 AUCTeX-date "2007-01-12"
 window-system 'x
 LaTeX-version "2e"
 TeX-style-path '("/home/oub/.xemacs/xemacs-packages/etc/auctex/auto/"
                                  
"/home/oub/.xemacs/xemacs-packages/etc/auctex/style"
                                  "/home/oub/.emacs.d/auctex/auto"
                                  "/home/oub/.emacs.d/auctex/style" "auto" 
"style")
 TeX-auto-save t
 TeX-parse-self t
 TeX-master t
 TeX-command-list '(("srcpdflatex" "/usr/bin/pdflatex --shell-escape %t"
                                         TeX-run-command t t)
                                        ("xdvi2" "/usr/bin/xdvi %d" 
TeX-run-command t t)
                                        ("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")
                                        ("dvi2pdf" "%(o?)dvips %d -o %f | 
ps2pdf %f" TeX-run-command t
                                         t)
                                        ("kghostview" "kghostview %f" 
TeX-run-command t t)
                                        ("latex-include-name"
                                         "%l -jobname=  '\\includeonly{  
}\\edef\\jobname{\\detokenize{%t}}\\input{%t}'" TeX-run-command t t)
                                        ("htlatex" "/usr/bin/htlatex %t" 
TeX-run-command t t)
                                        ("xelatex" "/usr/bin/xelatex  %t" 
TeX-run-command t t)
                                        ("hevea" "/usr/bin/hevea %t" 
TeX-run-command t t)
                                        ("latex2rtf" "/usr/local/bin/latex2rtf 
-f0 %t" TeX-run-command
                                         t t)
                                        ("latex2rtfbit" 
"/usr/local/bin/latex2rtf -M12 %t"
                                         TeX-run-command t t)
                                        ("latex2rtfraw" 
"/usr/local/bin/latex2rtf -M32 %t"
                                         TeX-run-command t t)
                                        ("panltx2txt" 
"/home/oub/.cabal/bin/pandoc -t plain %t -o %T"
                                         TeX-run-command t t)
                                        ("panlatex2rft"
                                         "/home/oub/.cabal/bin/pandoc -s -R -f 
latex %t -t rtf -o %R"
                                         TeX-run-command t t)
                                        ("panlatexbib2rft"
                                         "/home/oub/.cabal/bin/pandoc -s -R -f 
latex --bibliography /home/oub/tex/bib/bibgraf.bib %t -t rtf -o %R" 
TeX-run-command t t)
                                        ("pandoclatex2odt"
                                         "/home/oub/.cabal/bin/pandoc -s -R -f 
latex %t -t odt -o %O"
                                         TeX-run-command t t)
                                        ("pandocltxbib2odt"
                                         "/home/oub/.cabal/bin/pandoc -s -R -f 
latex --bibliography /home/oub/tex/bib/bibgraf.bib %t -t odt -o %O" 
TeX-run-command t t)
                                        ("kword" "/usr/bin/kword %R" 
TeX-run-command nil t)
                                        ("abiword" "/usr/bin/abiword %R" 
TeX-run-command t t)
                                        ("count" "/usr/bin/pdftotext %g - | wc 
-w" TeX-run-command t t)
                                        ("oolatex" "/usr/share/tex4ht/oolatex 
%t" TeX-run-command t t)
                                        ("matlablatex" "/usr/bin/latex %M" 
TeX-run-command t t)
                                        ("nountangle matlab" "nountangle 
-matlab -w30 %w > %M"
                                         TeX-run-command t t)
                                        ("mlatex" "/usr/bin/latex %s" 
TeX-run-command t t)
                                        ("latex2wiki" "python 
/usr/local/bin/Latex2wiki.txt < %t > %W"
                                         TeX-run-command t t)
                                        ("noweave" "noweave %w > %s.tex" 
TeX-run-command t t)
                                        ("fullxpdf" "xpdf -fullscreen %g" 
TeX-run-command nil t)
                                        ("FoxitReader" "/usr/bin/FoxitReader 
%g" TeX-run-command t t)
                                        ("xpdf" "xpdf %g" TeX-run-command t t)
                                        ("acrobat" "acroread %g" 
TeX-run-command t t)
                                        ("Index" "makeindex %s" TeX-run-command 
nil t :help
                                         "Create index file")
                                        ("makegloss" "makeindex %s.nlo -s 
nomencl.ist -o %s.nls"
                                         TeX-run-command t t)
                                        ("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")
                                        )
 )

reply via email to

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