From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Barry Margolin Newsgroups: gmane.emacs.help Subject: Re: Doing Linux admin work with Emacs Date: Wed, 13 Oct 2010 22:34:20 -0400 Organization: A noiseless patient Spider Message-ID: References: <70fd06bf-4566-4274-9381-ee569700cabd@n40g2000vbb.googlegroups.com> <8762x6jnde.fsf@kuiper.lan.informatimago.com> NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1291891818 2912 80.91.229.12 (9 Dec 2010 10:50:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Dec 2010 10:50:18 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 09 11:50:14 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PQe4i-0000GT-7B for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 11:50:12 +0100 Original-Received: from localhost ([127.0.0.1]:48273 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQe4h-0001CD-8V for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 05:50:11 -0500 Original-Path: usenet.stanford.edu!news.glorb.com!news2.glorb.com!feeder.erje.net!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Injection-Date: Thu, 14 Oct 2010 02:34:21 +0000 (UTC) Injection-Info: barmar.motzarella.org; posting-host="+bxBiZT/p0ZLLuDb5H+JCw"; logging-data="13049"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/YsSmFPd2IO4rMndZLGlwY" User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) Cancel-Lock: sha1:mpVxu6L1yHb+ElHTGFPz9duGUSI= Original-Xref: usenet.stanford.edu gnu.emacs.help:181764 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:76970 Archived-At: In article <8762x6jnde.fsf@kuiper.lan.informatimago.com>, pjb@informatimago.com (Pascal J. Bourguignon) wrote: > There's one problem when launching a command with sudo in M-x shell: you > cannot kill it with emacs C-c C-c, since emacs runs as a normal user, it > cannot kill the sudo'ed process. You can kill it by typing C-q C-c RET. This sends a literal C-c to the shell's terminal, instead of Emacs sending a signal to the process. -- Barry Margolin, barmar@alum.mit.edu Arlington, MA *** PLEASE post questions in newsgroups, not directly to me *** *** PLEASE don't copy me on replies, I'll read them in the group ***