From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Cleanup of byte-compiled files missing? Date: Fri, 17 Sep 2010 15:59:33 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1284753564 24227 80.91.229.12 (17 Sep 2010 19:59:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 17 Sep 2010 19:59:24 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 17 21:59:23 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Owh5f-0001km-Cc for ged-emacs-devel@m.gmane.org; Fri, 17 Sep 2010 21:59:23 +0200 Original-Received: from localhost ([127.0.0.1]:57486 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Owh5e-000708-HY for ged-emacs-devel@m.gmane.org; Fri, 17 Sep 2010 15:59:22 -0400 Original-Received: from [140.186.70.92] (port=40873 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Owh5W-0006yk-1y for emacs-devel@gnu.org; Fri, 17 Sep 2010 15:59:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Owh5T-0004vJ-HP for emacs-devel@gnu.org; Fri, 17 Sep 2010 15:59:13 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:35539) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Owh5T-0004vE-CS for emacs-devel@gnu.org; Fri, 17 Sep 2010 15:59:11 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1Owh5p-0008D5-83; Fri, 17 Sep 2010 15:59:33 -0400 X-Spook: Mossad MD4 e-bomb bce Glock assassinate BATF 2600 Magazine X-Ran: i9Ge_m>#4J)5OIds2L/#LE'_$X]F7~|I!h)}\>j{(zBr0Tf=svpQ91mraZ/]BL1oo"]0Cz X-Hue: magenta X-Attribution: GM In-Reply-To: (Glenn Morris's message of "Fri\, 17 Sep 2010 13\:41\:05 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:130359 Archived-At: Glenn Morris wrote: > kill-emacs-hook is apparently now run on SIGTERM, but not in > batch-mode, I don't see why, BTW, since the doc of kill-emacs-hook explicitly says: Since `kill-emacs' may be invoked when the terminal is disconnected (or in other similar situations), functions placed on this hook should not expect to be able to interact with the user.