help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can't kill a process within shell-mode (mac osx 10.3 Panther)


From: Kevin Rodgers
Subject: Re: Can't kill a process within shell-mode (mac osx 10.3 Panther)
Date: Tue, 16 Dec 2003 16:41:49 -0700
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Ray Hixson wrote:

I'm using GNU Emacs 21.3.50.1 (powerpc-apple-darwin7.0.0) of
2003-10-25 on darkstar.local.
I use shell-mode constantly within emacs for example to tail log
files. The problem I'm having with this release is that Control-C
Control-C does not kill the tail.
And any other running process from that shell cannot be killed as
well.


If your platform has the pkill command, you could work around the problem

with something like:


M-! pkill -x tail


--
Kevin Rodgers



reply via email to

[Prev in Thread] Current Thread [Next in Thread]