From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/5129 Path: news.gmane.org!not-for-mail From: bojohan+news@dd.chalmers.se (Johan =?iso-8859-1?Q?Bockg=E5rd?=) Newsgroups: gmane.emacs.gnus.user Subject: Re: An unusual problem? Date: Sat, 28 May 2005 02:34:14 +0200 Organization: Chalmers University of Technology, Sweden Message-ID: References: <87is17svts.fsf@nowhere.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1138670928 26192 80.91.229.2 (31 Jan 2006 01:28:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:28:48 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:34:49 2006 Original-Path: quimby.gnus.org!news.ccs.neu.edu!news.dfci.harvard.edu!news.cis.ohio-state.edu!usenet01.sei.cmu.edu!hammer.uoregon.edu!logbridge.uoregon.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!uninett.no!news.net.uni-c.dk!newsfeed.sunet.se!news01.sunet.se!129.16.116.9.MISMATCH!dd.chalmers.se!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: linus003.dd.chalmers.se Mail-Copies-To: never User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:DP4YFjiy61zAHGOWynz+F/eAy0A= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:5271 Original-Lines: 20 X-Gnus-Article-Number: 5271 Tue Jan 17 17:34:49 2006 Xref: news.gmane.org gmane.emacs.gnus.user:5129 Archived-At: John Taylor writes: > I hadn't tried that, no, and yes, it does shut down fine with the > C-xC-c command. I can't seem to find the > kill-emacs-query-functions... Perhaps that's the problem?!? Could > you specify how I should find it? I omitted to mention that M-x > kill-emacs still functions, if that helps. Use C-h v (describe-variable). The docstring says: Functions to call with no arguments to query about killing Emacs. If any of these functions returns nil, killing Emacs is cancelled. `save-buffers-kill-emacs' (C-x C-c) calls these functions, but `kill-emacs', the low level primitive, does not. See also `kill-emacs-hook'. -- Johan Bockgård