GNU bug report logs -
#3719
[PATCH] Fix eshell so that the builtin kill command works
Previous Next
Reported by: "Jason A. Spiro" <jasonspiro4 <at> gmail.com>
Date: Tue, 30 Jun 2009 00:25:07 UTC
Severity: normal
Tags: patch
Found in version 22.3.1
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 3719 in the body.
You can then email your comments to 3719 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-submit-list <at> lists.donarmstrong.com, bojohan+mail <at> dd.chalmers.se;johnw <at> gnu.org, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#3719
; Package
emacs
.
(Tue, 30 Jun 2009 00:25:07 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"Jason A. Spiro" <jasonspiro4 <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bojohan+mail <at> dd.chalmers.se;johnw <at> gnu.org, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Tue, 30 Jun 2009 00:25:07 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
Package: emacs
Version: 22.3.1
X-Debbugs-CC: bojohan+mail <at> dd.chalmers.se;johnw <at> gnu.org
Tags: patch
Hi Johan,
We were on IRC today. I mentioned that eshell's built-in kill command
doesn't seem to be able to kill any processes -- not even xeyes. But
/bin/kill works fine. Example: kill 4946 didn't kill xeyes on my PC,
but /bin/kill 4946 did. I asked if anyone could confirm this.
You <bojohan> and Phil Hagelberg <technomancy> both confirmed the bug.
Plus, you wrote a little patch to esh-arg.el and told me it would fix
the problem:
< (add-text-properties 0 1 '(number t) str))
> (add-text-properties 0 (length str) '(number t) str))
Yes. It fixes the problem. Could you please commit it? :)
Thanks in advance,
-Jason
In GNU Emacs 22.3.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
of 2009-03-31 on raven, modified by Debian
--
Jason Spiro: software/web developer, packager, trainer, IT consultant.
I support Linux, UNIX, Windows, and more. Contact me to discuss your needs.
+1 (416) 992-3445 / www.jspiro.com
bug closed, send any further explanations to "Jason A. Spiro" <jasonspiro4 <at> gmail.com>
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> emacsbugs.donarmstrong.com
.
(Mon, 06 Jul 2009 01:05:08 GMT)
Full text and
rfc822 format available.
Message #8 received at 3719-done <at> emacsbugs.donarmstrong.com (full text, mbox):
> We were on IRC today. I mentioned that eshell's built-in kill command
> doesn't seem to be able to kill any processes -- not even xeyes. But
> /bin/kill works fine. Example: kill 4946 didn't kill xeyes on my PC,
> but /bin/kill 4946 did. I asked if anyone could confirm this.
>
> You <bojohan> and Phil Hagelberg <technomancy> both confirmed the bug.
> Plus, you wrote a little patch to esh-arg.el and told me it would fix
> the problem:
>
> < (add-text-properties 0 1 '(number t) str))
> > (add-text-properties 0 (length str) '(number t) str))
>
> Yes. It fixes the problem. Could you please commit it? :)
bjohan has committed the patch to the trunk.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> emacsbugs.donarmstrong.com
.
(Mon, 03 Aug 2009 14:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 15 years and 328 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.