| 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> |
|---|---|---|
| ||
| Previous by Date: | LaTeX: prevent auto-fill to break up equations, Jonas |
|---|---|
| Next by Date: | Stepping To Next C Function, A Shepard |
| Previous by Thread: | Re: Suspend an external process (compilation/grep) from within Emacs, Peter Dyballa |
| Next by Thread: | Getting and Setting major-modes of buffers, Nordlöw |
| Indexes: | [Date] [Thread] [Top] [All Lists] |