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

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

Re: How force command's output to appear in *current* window?


From: address@hidden
Subject: Re: How force command's output to appear in *current* window?
Date: Sun, 14 Dec 2008 14:28:52 -0800 (PST)
User-agent: G2/1.0

On Dec 13, 10:35 pm, Barry Margolin <bar...@alum.mit.edu> wrote:
> Call it within save-window-excursion.

Thanks! Does this work for all commands?  I couldn't get it to work
for compile.

I tried

(save-window-excursion 'compile)
(save-window-excursion compile)
(save-window-excursion (compile))

They all either gave an error or nothing happened.

cs


reply via email to

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