all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* see compilation results in a single window
@ 2006-12-25 20:30 Dan Jacobson
  2006-12-26  4:19 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Dan Jacobson @ 2006-12-25 20:30 UTC (permalink / raw)


In emacs' compilation mode, there is no way to stop it from splitting
the window. One must type M-x 0 after each and every compilation if
one wants to see the results window only. compilation-mode-hook won't
help as there are other forces at work.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: see compilation results in a single window
  2006-12-25 20:30 Dan Jacobson
@ 2006-12-26  4:19 ` Eli Zaretskii
  2006-12-28 22:12   ` Dan Jacobson
  0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2006-12-26  4:19 UTC (permalink / raw)
  Cc: bug-gnu-emacs

> From: Dan Jacobson <jidanni@jidanni.org>
> Date: Tue, 26 Dec 2006 04:30:29 +0800
> 
> In emacs' compilation mode, there is no way to stop it from splitting
> the window.

Did you try to set compilation-window-height to zero?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: see compilation results in a single window
  2006-12-26  4:19 ` Eli Zaretskii
@ 2006-12-28 22:12   ` Dan Jacobson
  2006-12-29 11:28     ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Dan Jacobson @ 2006-12-28 22:12 UTC (permalink / raw)


>> In emacs' compilation mode, there is no way to stop it from splitting
>> the window.

E> Did you try to set compilation-window-height to zero?

OK I set it to oh, 111 and now I'm left looking only at the
compilation buffer -- just what I want. Thanks.

But wait. What if I want to be left looking at the top of the
compilation buffer, instead of following its tail?
putting (goto-char (point-min)) in compilation-mode-hook didn't help.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: see compilation results in a single window
  2006-12-28 22:12   ` Dan Jacobson
@ 2006-12-29 11:28     ` Eli Zaretskii
  0 siblings, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2006-12-29 11:28 UTC (permalink / raw)
  Cc: bug-gnu-emacs

> From: Dan Jacobson <jidanni@jidanni.org>
> Date: Fri, 29 Dec 2006 06:12:57 +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.

(I'd really suggest to use "M-x apropos" more often, you know.)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: see compilation results in a single window
@ 2007-01-03 18:32 Dan Jacobson
  0 siblings, 0 replies; 5+ messages in thread
From: Dan Jacobson @ 2007-01-03 18:32 UTC (permalink / raw)


> 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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-01-03 18:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-03 18:32 see compilation results in a single window Dan Jacobson
  -- strict thread matches above, loose matches on Subject: below --
2006-12-25 20:30 Dan Jacobson
2006-12-26  4:19 ` Eli Zaretskii
2006-12-28 22:12   ` Dan Jacobson
2006-12-29 11:28     ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.