[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#1973: Bug in simple.el (Emacs version 22.2.1)
From: |
Sebastian Tennant |
Subject: |
bug#1973: Bug in simple.el (Emacs version 22.2.1) |
Date: |
Thu, 22 Jan 2009 14:00:26 +0000 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/22.2 (gnu/linux) |
Quoth Sebastian Tennant <sebyte@smolny.plus.com>:
> 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.
Actually, this updated patch (attached) is what's required to fix the
problem here.
It explicitly puts the buffer in comint-mode. (My last patch neglected
to do this).
Sebastian
simple.el.diff
Description: Text Data
--
Emacs' AlsaPlayer - Music Without Jolts
Lightweight, full-featured and mindful of your idyllic happiness.
http://home.gna.org/eap
- bug#1973: Bug in simple.el (Emacs version 22.2.1), (continued)
- bug#1973: Bug in simple.el (Emacs version 22.2.1), Stefan Monnier, 2009/01/21
- bug#1973: Bug in simple.el (Emacs version 22.2.1), Sebastian Tennant, 2009/01/22
- bug#1973: Bug in simple.el (Emacs version 22.2.1), Stefan Monnier, 2009/01/22
- bug#1973: Bug in simple.el (Emacs version 22.2.1), Sebastian Tennant, 2009/01/22
- bug#1973: Bug in simple.el (Emacs version 22.2.1), Stefan Monnier, 2009/01/22
- bug#1973: Bug in simple.el (Emacs version 22.2.1), Sebastian Tennant, 2009/01/22
- bug#1973: Bug in simple.el (Emacs version 22.2.1), Stefan Monnier, 2009/01/23
- bug#1973: Bug in simple.el (Emacs version 22.2.1), Sebastian Tennant, 2009/01/23
- bug#1973: Bug in simple.el (Emacs version 22.2.1), Sebastian Tennant, 2009/01/23
- bug#1973: Bug in simple.el (Emacs version 22.2.1), Sebastian Tennant, 2009/01/25
bug#1973: Bug in simple.el (Emacs version 22.2.1),
Sebastian Tennant <=