bug-gnu-emacs
[Top][All Lists]
Advanced

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

Re: compilation-scroll-output should be an autoload


From: Christopher S. Kush
Subject: Re: compilation-scroll-output should be an autoload
Date: 17 Nov 2001 11:00:16 -0700
User-agent: Gnus/5.090003 (Oort Gnus v0.03) Emacs/21.1

"Stefan Monnier" <monnier+gnu.emacs.bug/news/@RUM.cs.yale.edu> writes:
> Any particular reason ?

I've got this humming glob of code I wrote to run shell commands
and compilations automagically.  In particular, I need to have
several compiles running at once, each with a unique value of
`compilation-search-path'.

Sometimes, (and the trick is figuring out *when*), when I run my
command in a fresh Emacs session, my command calls `compile', the
"compile" package auto-loads and then I get an error about
`compilation-scroll-output' not being set.  The compilation is
running, but because of the error (presumably inside
`compile-internal'), my code unwinds before it gets to rename the
"*compilation*" buffer.

Most times it works fine, though.  I spent some time on a test
case yesterday but I didn't get anywhere.  Man oh man, was I
gonna show *you*.

Anyway.


csk

PS - I have `compilation-scroll-output' Customized to "on", if
that makes any difference.



reply via email to

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