bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

M-x compile vs. background jobs


From: Dan Jacobson
Subject: M-x compile vs. background jobs
Date: Sat, 21 Aug 2004 10:18:50 +0800

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]