[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#1973: Bug in simple.el (Emacs version 22.2.1)
From: |
Stefan Monnier |
Subject: |
bug#1973: Bug in simple.el (Emacs version 22.2.1) |
Date: |
Wed, 21 Jan 2009 17:04:23 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
> 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.
Such a feature would be good, indeed. I'm not sure that just using
make-comint-in-buffer is good enough. Maybe we should provide a new
command instead, along the lines of comint-run, or maybe even change
comint-run so that it accepts a shell command rather than an
executable name.
Stefan
- bug#1973: Bug in simple.el (Emacs version 22.2.1), Sebastian Tennant, 2009/01/20
- bug#1973: Bug in simple.el (Emacs version 22.2.1), Kevin Rodgers, 2009/01/21
- bug#1973: Bug in simple.el (Emacs version 22.2.1),
Stefan Monnier <=
- 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, 2009/01/22