From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: Re: compile kills background jobs undocumentedly Date: Thu, 29 Jan 2004 12:45:37 +0800 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87znc79xce.fsf@jidanni.org> References: <87adc0lfnp.fsf@jidanni.org> <87brq1g96o.fsf@jidanni.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1075408321 15445 80.91.224.253 (29 Jan 2004 20:32:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 29 Jan 2004 20:32:01 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jan 29 21:31:58 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AmIpS-0004JT-00 for ; Thu, 29 Jan 2004 21:31:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AmIk9-0007uP-Qt for geb-bug-gnu-emacs@m.gmane.org; Thu, 29 Jan 2004 15:26:29 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AmIjH-0007Wk-Nb for bug-gnu-emacs@gnu.org; Thu, 29 Jan 2004 15:25:35 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AmIih-0007Eg-8N for bug-gnu-emacs@gnu.org; Thu, 29 Jan 2004 15:25:30 -0500 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1AmIig-0006tL-2g for bug-gnu-emacs@gnu.org; Thu, 29 Jan 2004 15:24:58 -0500 Original-Received: from [204.74.68.40] (helo=frodo.hserus.net) by mx20.gnu.org with esmtp (Exim 4.24) id 1AmIib-0002P4-6m for bug-gnu-emacs@gnu.org; Thu, 29 Jan 2004 15:24:53 -0500 Original-Received: from tc210-203-44-223.3-16.pl.ebtnet.net ([210.203.44.223]:32886 helo=jidanni.org) by frodo.hserus.net with asmtp (Cipher TLSv1:RC4-SHA:128) (Exim 4.30 #0) id 1AmIiS-00076h-Vx by authid with plain for ; Fri, 30 Jan 2004 01:54:45 +0530 Original-Received: from jidanni by jidanni.org with local (Exim 4.24) id 1Am43d-0001YZ-Vv for bug-gnu-emacs@gnu.org; Thu, 29 Jan 2004 12:45:37 +0800 Original-To: bug-gnu-emacs@gnu.org In-Reply-To: <87brq1g96o.fsf@jidanni.org> (Dan Jacobson's message of "Mon, 22 Dec 2003 05:19:59 +0800") User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:6814 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:6814 Muhahaha, this is how one can have a compile job not get killed, and be able to do other compile jobs too: $ cat makefile book: trap '' 1; gv book.pdf& It should be documented.