From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Suspend an external process (compilation/grep) from within Emacs Date: Fri, 18 Jan 2008 18:31:28 +0200 Message-ID: References: <1fa7ece5-ff2b-4a11-b4a3-1651e4951588@i3g2000hsf.googlegroups.com> <7BA411D8-C70B-48E6-9CA2-34571F8EFA28@Web.DE> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1200673911 28812 80.91.229.12 (18 Jan 2008 16:31:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Jan 2008 16:31:51 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 18 17:32:09 2008 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.50) id 1JFu8W-0006C1-Hs for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Jan 2008 17:32:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JFu87-0004V7-JE for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Jan 2008 11:31:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JFu7r-0004Uq-9C for help-gnu-emacs@gnu.org; Fri, 18 Jan 2008 11:31:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JFu7p-0004UR-S4 for help-gnu-emacs@gnu.org; Fri, 18 Jan 2008 11:31:26 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JFu7p-0004UO-NC for help-gnu-emacs@gnu.org; Fri, 18 Jan 2008 11:31:25 -0500 Original-Received: from romy.inter.net.il ([213.8.233.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JFu7o-0006dk-Uq for help-gnu-emacs@gnu.org; Fri, 18 Jan 2008 11:31:25 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-84-229-117-69.inter.net.il [84.229.117.69]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id JYL51081 (AUTH halo1); Fri, 18 Jan 2008 18:31:04 +0200 (IST) In-reply-to: <7BA411D8-C70B-48E6-9CA2-34571F8EFA28@Web.DE> (message from Peter Dyballa on Thu, 17 Jan 2008 13:16:25 +0100) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:50800 Archived-At: > From: Peter Dyballa > Date: Thu, 17 Jan 2008 13:16:25 +0100 > Cc: help-gnu-emacs@gnu.org > > > Am 17.01.2008 um 10:30 schrieb Nordlöw: > > > How do I temporarily suspend/stop an external process (compilation/ > > grep) from within Emacs and later continue it? > > kill -STOP > kill -CONT I think the OP wanted to suspend/resume a process run by Emacs, not Emacs itself. To Nordlöw: look up the functions `stop-process', `continue-process', and `signal-process'.