gnu.emacs.help
[Top] [All Lists]

Re: Suspend an external process (compilation/grep) from within Emacs

Subject: Re: Suspend an external process (compilation/grep) from within Emacs
From: Eli Zaretskii
Date: Fri, 18 Jan 2008 18:31:28 +0200
Newsgroups: gnu.emacs.help

> From: Peter Dyballa <Peter_Dyballa@xxxxxx>
> Date: Thu, 17 Jan 2008 13:16:25 +0100
> Cc: help-gnu-emacs@xxxxxxx
> 
> 
> 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 <GNU Emacs PID>
> kill -CONT <GNU Emacs PID>

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'.



<Prev in Thread] Current Thread [Next in Thread>