Date: Tue, 15 Apr 1997 11:54:02 +0300 (IDT) From: Eli Zaretskii To: Alex Schroeder cc: djgpp AT delorie DOT com Subject: Re: BibTeX crashes EMACS In-Reply-To: <5itl7g$njp@rzunews.unizh.ch> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 14 Apr 1997, Alex Schroeder wrote: > Has anybody suffered the same problem at all? In some BibTeX entries > (eg. an article) I habe the optional field annote. I once had a text > in there about 320 (4x80) chars long -- not filled, all on one line. > When I press C-cC-c to clean up the entry, emacs crashes. If nobody > has seen this, I will go back and try to get a reproducable key > sequence. I have seen this. It is caused by the fact that BibTeX is known to devour preposterous amounts of stack space. Try to bump up the stack size of emacs.exe and see if that helps: stubedit emacs.exe minstack=1024k I'm told that the next version of Emacs will have BibTeX mode that doesn't need so much stack.