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: alternative to `kill-emacs-hook' for batch mode? Date: Fri, 01 Oct 2010 16:26:01 -0400 Message-ID: References: <87eic9k6p2.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1285964777 26254 80.91.229.12 (1 Oct 2010 20:26:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 1 Oct 2010 20:26:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Eric Schulte" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 01 22:26:15 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 1P1mBK-00015M-JX for ged-emacs-devel@m.gmane.org; Fri, 01 Oct 2010 22:26:14 +0200 Original-Received: from localhost ([127.0.0.1]:36609 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1mBJ-0002DC-TY for ged-emacs-devel@m.gmane.org; Fri, 01 Oct 2010 16:26:13 -0400 Original-Received: from [140.186.70.92] (port=58785 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1mBB-0002AL-Jb for emacs-devel@gnu.org; Fri, 01 Oct 2010 16:26:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P1mB8-0000rv-1d for emacs-devel@gnu.org; Fri, 01 Oct 2010 16:26:05 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:49218) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P1mB7-0000rq-VC for emacs-devel@gnu.org; Fri, 01 Oct 2010 16:26:02 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1P1mB7-0004ma-Mq; Fri, 01 Oct 2010 16:26:01 -0400 X-Spook: militia Ft. Meade wire transfer Firewalls subversive X-Ran: )un+V*S?'|9~S-",2|:='?x#6#!}y_o'm#-xemu_pZcEd[pVffw(w>ey_I.#sG@CWzi/wP X-Hue: blue X-Attribution: GM 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:131185 Archived-At: "Eric Schulte" wrote: > Is there currently a mechanism for running code when Emacs exists from > batch mode? Nobody objected to my proposal to run kill-emacs-hook in batch mode http://lists.gnu.org/archive/html/emacs-devel/2010-09/msg01055.html (and associated thread) so I'll probably install that soon.