[AUCTeX-devel] [PATCH] Add support for symlinks in TeX-synctex-output-page

2012-03-13 Thread Richard Hansen
If the path leading up to TeX-master contains symbolic links, expand-file-name might not return a path that matches the synctex file. This patch changes TeX-synctex-output-page to also try the result of file-truename when looking for the output page. --- tex.el | 12 +--- 1 file

Re: [AUCTeX] memory leak with auctex with lualatex

2012-03-13 Thread Tassilo Horn
Benjamin Slade sl...@jnanam.net writes: Hi Benjamin, Every time I compile a TeX file with LuaLaTeX via AUCTeX, it seems to trigger some sort of Emacs memory leak. Has anyone else experienced something like this? What version of emacs? There's currently a thread pretest notes on emacs-devel

[AUCTeX] TeX-next-error broken for error messages without line number

2012-03-13 Thread Nikolaus Rath
Hello, From http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628790: , | Test case (see original description below for repro steps); save as | test.tex: | | \documentclass{article} | \begin{document} | \emph{ | \end{document} | | When you hit C-c C-c LaTeX RET, emacs says LaTeX errors in

Re: [AUCTeX] autocompletion for \newcommand and LaTeX-math-list simple example

2012-03-13 Thread Ivan Andrus
On Mar 10, 2012, at 12:23 PM, Renato wrote: Hello, I'm very new to auctex and wasn't able to find an answer to these, so I'm asking for help here. 1) I have some \newcommand in the preamble of my file; is it possible to have them appear as suggestions in the autocompletion (C-c RET) list?