[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: try-this-for ?
From: |
Emanuel Berg |
Subject: |
Re: try-this-for ? |
Date: |
Thu, 18 Jan 2018 03:52:39 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Bob Newell wrote:
> If 'body' is running a /process/, however, an
> Emacs timer can trigger a call to
> 'kill-process' or 'interrupt-process' to halt
> the process.
But this only works for Unix processes, the
equivalent of doing
$ program &
$ # ...
$ pkill -9 program
in the shell, right?
Can one do this for arbitrary Elisp
in/from Emacs?
If so, how?
--
underground experts united
http://user.it.uu.se/~embe8573