unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* M-x compile vs. background jobs
@ 2004-08-21  2:18 Dan Jacobson
       [not found] ` <E1ByvaE-0003BW-Vn@fencepost.gnu.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Jacobson @ 2004-08-21  2:18 UTC (permalink / raw)


Like crappola man,
$ cat Makefile
a:
        gv file.pdf   #or use xpdf
b:
        gv file.pdf & #or use xpdf
In M-x compile, only a works. In *shell*, both work.
Wait. This sometimes works:
c:
	nohup gv file.pdf &
This always works:
d:
	nohup gv file.pdf & sleep 1
Anyways, hope the child killer is fixed or at least documented.
I don't see nohup mentioned in M-x compile's Info page.
emacs-version="21.3.1". I recall we mentioned this before.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: M-x compile vs. background jobs
       [not found] ` <E1ByvaE-0003BW-Vn@fencepost.gnu.org>
@ 2004-08-23 16:55   ` Dan Jacobson
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Jacobson @ 2004-08-23 16:55 UTC (permalink / raw)


rms> I added this text:
rms>   If the background process does not output to the compilation buffer,
rms> so you only need to prevent it from being killed when the main
rms> compilation process terminates, this is sufficient:

rms> @example
rms> nohup @var{command}; sleep 1
rms> @end example

OK, mention if this is a "workaround" or not, as users will wonder when
they see the sleep 1.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-08-23 16:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-21  2:18 M-x compile vs. background jobs Dan Jacobson
     [not found] ` <E1ByvaE-0003BW-Vn@fencepost.gnu.org>
2004-08-23 16:55   ` Dan Jacobson

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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