unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: Load other program from emacs
Date: Thu, 06 Nov 2003 11:20:53 -0700	[thread overview]
Message-ID: <3FAA9105.1030000@yahoo.com> (raw)
In-Reply-To: 18aeee20.0311051803.2841f84c@posting.google.com

[Please don't top-post.]

Richard wrote:

> Thanks a lot! It workds very well except a buffer call 'Async Shell
> Command' popup. It not a problem, but if any method can hide it
> automatically will make things better.

(defadvice display-buffer (around async-shell-command activate)
   "If BUFFER is named *Async Shell Command*, don't display it."
   (or (and (bufferp (ad-get-arg 0))
	   (equal (buffer-name (ad-get-arg 0)) "*Async Shell Command*"))
       ad-do-it))

-- 
Kevin Rodgers

  reply	other threads:[~2003-11-06 18:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-05  7:32 Load other program from emacs Li Chen
2003-11-05  9:08 ` Joakim Hove
2003-11-06  2:03   ` Richard
2003-11-06 18:20     ` Kevin Rodgers [this message]
2003-11-05 10:47 ` Thien-Thi Nguyen
2003-11-05 15:57 ` Barry Margolin

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=3FAA9105.1030000@yahoo.com \
    --to=ihs_4664@yahoo.com \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).