[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
compile kills background jobs undocumentedly
From: |
Dan Jacobson |
Subject: |
compile kills background jobs undocumentedly |
Date: |
Mon, 30 Jun 2003 05:47:38 +0800 |
User-agent: |
Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu) |
$ emacs --no-site-file -q -nw -eval '(compile "sleep 88&echo $!")'
But then ps aux shows you have killed sleep already, without waiting
my bleeding 88 seconds. OK, but at least explain what you are doing
in C-h f compile, and Info.
BTW, in Info
To kill the compilation process, do `M-x kill-compilation'.
Ok, do mention C-c C-k.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- compile kills background jobs undocumentedly,
Dan Jacobson <=