* Suspend an external process (compilation/grep) from within Emacs
@ 2008-01-17 9:30 Nordlöw
2008-01-17 12:16 ` Peter Dyballa
0 siblings, 1 reply; 3+ messages in thread
From: Nordlöw @ 2008-01-17 9:30 UTC (permalink / raw)
To: help-gnu-emacs
Hi!
How do I temporarily suspend/stop an external process (compilation/
grep) from within Emacs and later continue it?
Thanks in advance,
Nordlöw
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Suspend an external process (compilation/grep) from within Emacs
2008-01-17 9:30 Suspend an external process (compilation/grep) from within Emacs Nordlöw
@ 2008-01-17 12:16 ` Peter Dyballa
2008-01-18 16:31 ` Eli Zaretskii
0 siblings, 1 reply; 3+ messages in thread
From: Peter Dyballa @ 2008-01-17 12:16 UTC (permalink / raw)
To: Nordlöw; +Cc: help-gnu-emacs
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>
--
Greetings
Pete
"What do you think of Western Civilisation?"
"I think it would be a good idea!"
– Mohandas Karamchand Gandhi
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Suspend an external process (compilation/grep) from within Emacs
2008-01-17 12:16 ` Peter Dyballa
@ 2008-01-18 16:31 ` Eli Zaretskii
0 siblings, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2008-01-18 16:31 UTC (permalink / raw)
To: help-gnu-emacs
> From: Peter Dyballa <Peter_Dyballa@Web.DE>
> 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 <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'.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-01-18 16:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-17 9:30 Suspend an external process (compilation/grep) from within Emacs Nordlöw
2008-01-17 12:16 ` Peter Dyballa
2008-01-18 16:31 ` Eli Zaretskii
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).