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

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

Re: compile kills background jobs undocumentedly


From: Dan Jacobson
Subject: Re: compile kills background jobs undocumentedly
Date: Thu, 29 Jan 2004 12:45:37 +0800
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

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.




reply via email to

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