unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Dan Jacobson <jidanni@jidanni.org>
Subject: M-x compile vs. background jobs
Date: Sat, 21 Aug 2004 10:18:50 +0800	[thread overview]
Message-ID: <87ekm1ter9.fsf@jidanni.org> (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.

             reply	other threads:[~2004-08-21  2:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-21  2:18 Dan Jacobson [this message]
     [not found] ` <E1ByvaE-0003BW-Vn@fencepost.gnu.org>
2004-08-23 16:55   ` M-x compile vs. background jobs Dan Jacobson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ekm1ter9.fsf@jidanni.org \
    --to=jidanni@jidanni.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).