all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Jason A. Spiro" <jasonspiro4@gmail.com>
To: bug-gnu-emacs <bug-gnu-emacs@gnu.org>
Subject: bug#3719: [PATCH] Fix eshell so that the builtin kill command works
Date: Tue, 30 Jun 2009 00:18:56 +0000	[thread overview]
Message-ID: <c241693f0906291718i3e951c77i23e34541eadd4c97@mail.gmail.com> (raw)

Package: emacs
Version: 22.3.1
X-Debbugs-CC: bojohan+mail@dd.chalmers.se;johnw@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






                 reply	other threads:[~2009-06-30  0:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c241693f0906291718i3e951c77i23e34541eadd4c97@mail.gmail.com \
    --to=jasonspiro4@gmail.com \
    --cc=3719@emacsbugs.donarmstrong.com \
    --cc=bug-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.