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

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

bug#1973: marked as done (Bug in simple.el (Emacs version 22.2.1))


From: Emacs bug Tracking System
Subject: bug#1973: marked as done (Bug in simple.el (Emacs version 22.2.1))
Date: Tue, 11 Aug 2009 04:45:04 +0000

Your message dated Tue, 11 Aug 2009 00:40:04 -0400
with message-id <87ocqnneu3.fsf@cyd.mit.edu>
and subject line Re: Bug in simple.el (Emacs version 22.2.1)
has caused the Emacs bug report #1973,
regarding Bug in simple.el (Emacs version 22.2.1)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
1973: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1973
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems
--- Begin Message --- Subject: Bug in simple.el (Emacs version 22.2.1) Date: Tue, 20 Jan 2009 20:10:58 +0000 User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2 (gnu/linux)
Hello all,

Asynchronous commands called via shell-command, for example:

 (shell-command "apt-get update &")

fill the buffer *Async Shell Command Output* with Ctrl-Ms, which I'm
sure is not what's intended.

My patch (attached) fixes this by using make-comint-in-buffer, rather
than start-process, to call the asynchronous process.

HTH,

Sebastian

Attachment: simple.el.diff
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: Bug in simple.el (Emacs version 22.2.1) Date: Tue, 11 Aug 2009 00:40:04 -0400
Closing Bug#1973, since async-shell-command is now in the trunk.

--- End Message ---

reply via email to

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