Hi Nikolaus, "Nikolaus Thiel" <[email protected]> writes:
> thanks a lot for offering help. Sure welcome. For future reference, please keep [email protected] in CC, TIA. > I have deleted auctex, restarted Emacs and installed from Elpa auctex again, > but in a > newer version: 13.0.3 > > The problem persists: > > Debugger entered--Lisp error: (error "Nonexpansion file") > signal(error ("Nonexpansion file")) > error("Nonexpansion %s" file) > TeX-command-expand("xelatex -interaction=nonstopmode %s") > TeX-command("XeLaTeX" TeX-master-file nil) > TeX-command-master() > TeX-command-menu("XeLaTeX") > menu-function-53() > funcall-interactively(menu-function-53) > call-interactively(menu-function-53 nil nil) > command-execute(menu-function-53) I can't reproduce this. A small .tex file like this: --8<---------------cut here---------------start------------->8--- \documentclass{article} \usepackage{fontspec} \begin{document} foo \end{document} %%% Local Variables: %%% mode: latex %%% TeX-master: t %%% TeX-engine: xetex %%% End: --8<---------------cut here---------------end--------------->8--- compiles with no problems for me, either by hitting `C-c C-c RET' or from the menu Command->LaTeX. Eval'ing (TeX-command-expand "xelatex -interaction=nonstopmode %s") returns for me "xelatex -interaction=nonstopmode xelatex-test" > What else could I try? Standard debugging procedure I think: Start Emacs with -Q, eval (package-initialize) in scratch buffer and then load your .tex file. At the end, a recipe to reproduce this issue is needed. > PS > For a week now, when I try to save a mail as draft I get the following error: > > Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) > nndraft-update-unread-articles() > run-hooks(after-save-hook) > basic-save-buffer(t) > save-buffer(1) > funcall-interactively(save-buffer 1) > call-interactively(save-buffer nil nil) > command-execute(save-buffer) > > I use Emacs with gnus Newsreader for e-mailing. I've reassigned this report to AUCTeX. Please open a new bug report for the Gnus issue. Best, Arash _______________________________________________ bug-auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-auctex
