From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#16507: 24.3; systemd unit for a GNU Emacs daemon Date: Mon, 20 Jan 2014 12:05:24 -0500 Message-ID: References: <8738ki4ys4.fsf@geometryfactory.com> <87mwiqwpye.fsf@igel.home> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1390237562 23322 80.91.229.3 (20 Jan 2014 17:06:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 20 Jan 2014 17:06:02 +0000 (UTC) Cc: Philipp Moeller , 16507@debbugs.gnu.org To: Andreas Schwab Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Jan 20 18:06:09 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W5IIa-0008G1-Vl for geb-bug-gnu-emacs@m.gmane.org; Mon, 20 Jan 2014 18:06:09 +0100 Original-Received: from localhost ([::1]:53722 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5IIa-0000Ms-GX for geb-bug-gnu-emacs@m.gmane.org; Mon, 20 Jan 2014 12:06:08 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38942) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5IIX-0000M0-DZ for bug-gnu-emacs@gnu.org; Mon, 20 Jan 2014 12:06:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5IIU-0001Dp-4j for bug-gnu-emacs@gnu.org; Mon, 20 Jan 2014 12:06:05 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:44560) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5IIU-0001Df-1S for bug-gnu-emacs@gnu.org; Mon, 20 Jan 2014 12:06:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1W5IIT-00086n-Ll for bug-gnu-emacs@gnu.org; Mon, 20 Jan 2014 12:06:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 20 Jan 2014 17:06:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 16507 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 16507-submit@debbugs.gnu.org id=B16507.139023753131091 (code B ref 16507); Mon, 20 Jan 2014 17:06:01 +0000 Original-Received: (at 16507) by debbugs.gnu.org; 20 Jan 2014 17:05:31 +0000 Original-Received: from localhost ([127.0.0.1]:58579 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W5IHy-00085K-06 for submit@debbugs.gnu.org; Mon, 20 Jan 2014 12:05:30 -0500 Original-Received: from fencepost.gnu.org ([208.118.235.10]:37765) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W5IHu-000856-VE for 16507@debbugs.gnu.org; Mon, 20 Jan 2014 12:05:27 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1W5IHt-0007Z3-9a; Mon, 20 Jan 2014 12:05:25 -0500 X-Spook: smuggle national information infrastructure Noriega X-Ran: (e/(m5yr|x[Pl?\WLQ:)'1tt+n3BH_hgUqrw9y."^}/p#Zh"\.nI064U'brk%`i-UtALam X-Hue: cyan X-Attribution: GM In-Reply-To: <87mwiqwpye.fsf@igel.home> (Andreas Schwab's message of "Mon, 20 Jan 2014 17:58:01 +0100") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org 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 Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:83795 Archived-At: Andreas Schwab wrote: >> ExecStop=/usr/bin/emacsclient --eval "(progn (setq kill-emacs-hook 'nil) (kill-emacs))" > > 'nil is the same as nil. Also: why set kill-emacs-hook to nil at all? If it is to avoid prompting: "functions placed on this hook should not expect to be able to interact with the user. To ask for confirmation, see `kill-emacs-query-functions' instead."