all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "seberino@spawar.navy.mil" <seberino@spawar.navy.mil>
To: help-gnu-emacs@gnu.org
Subject: Re: How force command's output to appear in *current* window?
Date: Sun, 14 Dec 2008 22:34:37 -0800 (PST)	[thread overview]
Message-ID: <df0b1f92-83b9-47df-bf0f-5868d92b3d74@p2g2000prf.googlegroups.com> (raw)
In-Reply-To: barmar-97F114.21440814122008@mara100-84.onlink.net

On Dec 14, 6:44 pm, Barry Margolin <bar...@alum.mit.edu> wrote:
> In article
> <fe2cd046-812c-42ed-ad29-4d5b974c4...@b41g2000pra.googlegroups.com>,
>
>
>
>  "seber...@spawar.navy.mil" <seber...@spawar.navy.mil> wrote:
> > 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
>
> You left out the argument to compile.
>
> (save-window-excursion
>   (compile compile-command))
>
> will compile with the default compilation command.

Thanks.  That worked.

cs


      reply	other threads:[~2008-12-15  6:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-13  1:21 How force command's output to appear in *current* window? seberino
2008-12-13  3:07 ` Barry Margolin
2008-12-13 18:31   ` seberino
2008-12-14  6:35     ` Barry Margolin
2008-12-14 22:28       ` seberino
2008-12-15  2:44         ` Barry Margolin
2008-12-15  6:34           ` seberino [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=df0b1f92-83b9-47df-bf0f-5868d92b3d74@p2g2000prf.googlegroups.com \
    --to=seberino@spawar.navy.mil \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.