auctex
[Top][All Lists]
Advanced

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

Re: [AUCTeX] auctex Digest, Vol 85, Issue 2


From: Benjamin Slade
Subject: Re: [AUCTeX] auctex Digest, Vol 85, Issue 2
Date: Mon, 19 Mar 2012 11:10:25 -0500

I'm running Emacs 23.3.1 / AUCTeX-version "2011-09-18". [I get massive memory leaks with Emacs 24, without even running LuaLaTeX or anything like that]. But for Emacs 23, I've only noticed the memory leak when I run LuaLaTeX. (It seems to be worse the more times I run LuaLaTeX.)

Here is a minimal document which causes a memory leak in Emacs when compiled with LuaLaTeX. (This one won't work in plain LaTeX because of fontspec though.)


\documentclass[12pt]{article}

\usepackage{fontspec}
\defaultfontfeatures{Ligatures=TeX,Numbers=OldStyle}
\setmainfont{Linux Libertine O}
\setsansfont[Scale=MatchLowercase]{Linux Biolinum O}
\setmonofont[Scale=MatchLowercase]{Latin Modern Mono}

\begin{document}
Hello, world.
\end{document}


------------------------------

Message: 2
Date: Tue, 13 Mar 2012 10:50:58 +0100
From: Tassilo Horn <address@hidden>
To: address@hidden
Subject: Re: [AUCTeX] memory leak with auctex with lualatex
Message-ID: <address@hidden>
Content-Type: text/plain

Benjamin Slade <address@hidden> 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 about a memory leak in emacs 24 which might be related.

And does the leak only occur with luatex?  Do you have some tex document
one could use to try to reproduce the problem, preferrably one that
compiles with luatex and plain latex?

Bye,
Tassilo



reply via email to

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