GNU bug report logs - #3719
[PATCH] Fix eshell so that the builtin kill command works

Previous Next

Package: emacs;

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.

Full log


Message #8 received at 3719-done <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Chong Yidong <cyd <at> stupidchicken.com>
To: "Jason A. Spiro" <jasonspiro4 <at> gmail.com>
Cc: 3719-done <at> debbugs.gnu.org
Subject: Re: [PATCH] Fix eshell so that the builtin kill command works
Date: Sun, 05 Jul 2009 00:59:37 -0400
> 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.



This bug report was last modified 15 years and 329 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.