Re: message in *Compile Log* buffer
David Kastrup <[email protected]>
| Newsgroups | gmane.emacs.auc-tex |
|---|---|
| Message-ID | <[email protected]> |
Ralf Angeli <[email protected]> writes: > * Sebastian Luque (2005-01-19) writes: > >> Frank Küster wrote: >> >>> Does that mean it doesn't occur all the time, but only with certain >>> files? Would it be possible to make one of them publically available? >> >> I just looked into this a bit deeper and it's actually happening with all >> files, but the *Compile Log* buffer is popping up only the first time I open >> a LaTeX file in an Emacs session. The buffer does pop up when opening any >> LaTeX file, if it's the first one in the current Emacs session. Thank you. > > That means it happens as soon as tex.el(c) is being loaded and the > advice is being applied. > > Unless somebody is able to debug this problem (I can't because I > cannot reproduce the behavior) it doesn't make sense to invest more > time in it. With the change I made in CVS the *Compile Log* should > not pop up anymore. define-minor-mode is a Lisp macro in `easy-mmode'. That means that we need something like (eval-when-compile (require 'easy-mmode)) so that the macro is available at compile time. Remind me: what kind of code depended on it? -- David Kastrup, Kriemhildstr. 15, 44793 Bochum