all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chong Yidong <cyd@stupidchicken.com>
To: "Drew Adams" <drew.adams@oracle.com>
Cc: 'Juri Linkov' <juri@jurta.org>, emacs-devel@gnu.org
Subject: Re: Starting multiple async processes from inside dired using &
Date: Sun, 18 Oct 2009 18:36:53 -0400	[thread overview]
Message-ID: <87oco449dm.fsf@stupidchicken.com> (raw)
In-Reply-To: <8BB89959CC62432B9937AE58F3AA277A@us.oracle.com> (Drew Adams's message of "Sun, 18 Oct 2009 15:20:25 -0700")

> For non-dead old *Async Shell Command*<N> buffers, let the user clean
> house on demand, using a command that shows the names of the buffers
> and lets you delete them selectively (or all at once).

No, that's too complicated.  This should be handled automatically.

>> It seems the best option is to search and revive an existing buffer,
>> but there is another problem: the user might want to keep the output
>> of an old *Async Shell Command*<N> buffer and not overwrite it with
>> the output of another process.

Emacs could retain the old output, concatenating the new output into it.
We do something similar for, e.g., the output of M-x byte-compile-file
in the *Compile-Log* buffer.  This should just be a matter of replacing
the `erase-buffer' call in `shell-command'.




  reply	other threads:[~2009-10-18 22:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-18 16:15 Starting multiple async processes from inside dired using & Tassilo Horn
2009-10-18 20:36 ` Chong Yidong
2009-10-18 22:05   ` Juri Linkov
2009-10-18 22:20     ` Drew Adams
2009-10-18 22:36       ` Chong Yidong [this message]
2009-10-18 23:52         ` Miles Bader
2009-10-20 23:59           ` Juri Linkov
2009-10-19  0:18       ` Juri Linkov

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=87oco449dm.fsf@stupidchicken.com \
    --to=cyd@stupidchicken.com \
    --cc=drew.adams@oracle.com \
    --cc=emacs-devel@gnu.org \
    --cc=juri@jurta.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.