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

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