From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78034 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.gnus.general Subject: Re: bug#8300: save-some-buffers no longer asks user about each one Date: Sun, 20 Mar 2011 13:45:02 +0100 Message-ID: <87ipve55bl.fsf@randomsample.de> References: <87ipvehujp.fsf@randomsample.de> <878vwam1gc.fsf@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1300625178 25433 80.91.229.12 (20 Mar 2011 12:46:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 20 Mar 2011 12:46:18 +0000 (UTC) Cc: fourquet.d@gmail.com, deniz.a.m.dogan@gmail.com, 8300@debbugs.gnu.org, ding@gnus.org To: jidanni@jidanni.org Original-X-From: ding-owner+M26344@lists.math.uh.edu Sun Mar 20 13:46:12 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q1I1K-00068q-DL for ding-account@gmane.org; Sun, 20 Mar 2011 13:46:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Q1I18-0004g7-2x; Sun, 20 Mar 2011 07:45:58 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Q1I16-0004fo-5H for ding@lists.math.uh.edu; Sun, 20 Mar 2011 07:45:56 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Q1I14-0007c4-Qh for ding@lists.math.uh.edu; Sun, 20 Mar 2011 07:45:56 -0500 Original-Received: from v3-1008.vxen.de ([79.140.41.8]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Q1I13-0000Et-1F for ding@gnus.org; Sun, 20 Mar 2011 13:45:53 +0100 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=engster.org; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From; bh=mPBXeCK9+Napwa5xCbrW0T/AcJqytX93RZC0rFCc72o=; b=CZUiHeb2gzSRKPcdCNrGz/th4xNtjqhQ+0KMHkbNTgQtYv/B3qbpyM91KnFtUAeSbaiGY05tFuahns2db4hJUQaMKM/RXvvCqncw9Z6Byoiwa8s/7O1UxAXfyyY5/k9u; Original-Received: from dslc-082-083-042-197.pools.arcor-ip.net ([82.83.42.197] helo=spaten) by v3-1008.vxen.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1Q1I11-0006vn-Q1; Sun, 20 Mar 2011 13:45:51 +0100 In-Reply-To: <878vwam1gc.fsf@jidanni.org> (jidanni@jidanni.org's message of "Sun, 20 Mar 2011 20:16:35 +0800") User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (gnu/linux) Mail-Copies-To: never Mail-Followup-To: jidanni@jidanni.org, fourquet.d@gmail.com, deniz.a.m.dogan@gmail.com, 8300@debbugs.gnu.org, ding@gnus.org X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78034 Archived-At: 'jidanni' writes: > OK fine. Better get used to > Gnus auto-save file exists. Do you want to read it? (y or n) y > often the next time you start emacs. Because there is nothing left to > remind you you haven't closed gnus properly last session. (add-hook 'kill-emacs-hook (lambda () (when (gnus-alive-p) (unless (y-or-n-p "Gnus still running! Really quit?") (error "User aborted kill-emacs. Quit Gnus and exit again."))))) Although using this implies that Emacs thinks it's smarter than you... ;-) -David