From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78291 Path: news.gmane.org!not-for-mail From: jidanni@jidanni.org Newsgroups: gmane.emacs.gnus.general Subject: I don't want C-x s to save gnus files without asking Date: Fri, 01 Apr 2011 21:04:48 +0800 Message-ID: <878vvuqg0f.fsf@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1301663125 16873 80.91.229.12 (1 Apr 2011 13:05:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 1 Apr 2011 13:05:25 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M26599@lists.math.uh.edu Fri Apr 01 15:05:21 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 1Q5e2S-0003pq-4o for ding-account@gmane.org; Fri, 01 Apr 2011 15:05:20 +0200 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 1Q5e24-0006ot-1t; Fri, 01 Apr 2011 08:04:56 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Q5e23-0006oi-4h for ding@lists.math.uh.edu; Fri, 01 Apr 2011 08:04:55 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Q5e22-0006Fx-9O for ding@lists.math.uh.edu; Fri, 01 Apr 2011 08:04:55 -0500 Original-Received: from caiajhbdcahe.dreamhost.com ([208.97.132.74] helo=homiemail-a6.g.dreamhost.com) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Q5e21-0007TD-Cv for ding@gnus.org; Fri, 01 Apr 2011 15:04:53 +0200 Original-Received: from homiemail-a6.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a6.g.dreamhost.com (Postfix) with ESMTP id 1A91A59806C for ; Fri, 1 Apr 2011 06:04:52 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=jidanni.org; h=from:to:subject :date:message-id:mime-version:content-type; q=dns; s=jidanni.org ; b=WvSGyt31iigteHnviZDK6ir9lYZ7YsdnpnZSsKiFEYGxeBKJSgI1QAJq5FKe iEUkDZomK6QjvzuUz5lqDT+hAPyGjETjnWODb5Qppt7Ma0T8emXbNZtp+gZsPd/m GwG/duQ2FeXwRjBQpMVtGtU7buk+v0zYERebteOz4Hrfn2g= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jidanni.org; h=from:to :subject:date:message-id:mime-version:content-type; s= jidanni.org; bh=nVsHPeAym9J8GaHXQ5CfmEAP/ZM=; b=Mvpyxs/nqzmzN2HW q25TvjvU/pZxADgffvyWRW/xfnn95+iWqPU26aX40iChzykkDjwAFmgXwpNYwk8Y RJMMaW/k34j/myK/1mpSDuLyZoLQTstwuKLRyykWzpsIg+R7w21BF63v2PM+QQU4 tTneoZBQsegUxG7zXin7KD8OrLo= Original-Received: from jidanni.org (218-163-0-181.dynamic.hinet.net [218.163.0.181]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jidanni@jidanni.org) by homiemail-a6.g.dreamhost.com (Postfix) with ESMTPSA id B6B8B59806B for ; Fri, 1 Apr 2011 06:04:51 -0700 (PDT) X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78291 Archived-At: I don't want C-x s to save gnus files without asking C-x s runs the command save-some-buffers, which is an interactive compiled Lisp function in `files.el'. It is bound to C-x s. Save some modified file-visiting buffers. Asks user about each one. ^^^^^^^^^^^^^^^^^^^^^^^^^ What can I do to get the documented behavior back?