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

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

Re: see compilation results in a single window


From: Dan Jacobson
Subject: Re: see compilation results in a single window
Date: Thu, 04 Jan 2007 02:32:38 +0800

> But wait. What if I want to be left looking at the top of the
> compilation buffer, instead of following its tail?

< That should be the default behavior; did you try in "emacs -Q"?

< The variable compilation-scroll-output controls whether Emacs tracks
< the tail of the messages or not.

$ emacs -Q #using snapshot of late Sep 2006, sorry
(set-variable (quote compilation-window-height) 111 nil)
(compile "seq 222" nil)
And it still tracks the bottom, even though
compilation-scroll-output is nil, as default.




reply via email to

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