From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Rustom Mody" Newsgroups: gmane.emacs.help Subject: saving buffers options Date: Fri, 22 Aug 2008 17:27:59 +0530 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1219406316 19753 80.91.229.12 (22 Aug 2008 11:58:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 22 Aug 2008 11:58:36 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 22 13:59:24 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KWVIZ-0001Of-GC for geh-help-gnu-emacs@m.gmane.org; Fri, 22 Aug 2008 13:59:23 +0200 Original-Received: from localhost ([127.0.0.1]:58523 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWVHb-0002SH-Vh for geh-help-gnu-emacs@m.gmane.org; Fri, 22 Aug 2008 07:58:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KWVHH-0002QQ-QP for help-gnu-emacs@gnu.org; Fri, 22 Aug 2008 07:58:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KWVHH-0002Q6-6G for help-gnu-emacs@gnu.org; Fri, 22 Aug 2008 07:58:03 -0400 Original-Received: from [199.232.76.173] (port=38563 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWVHH-0002Pz-1H for help-gnu-emacs@gnu.org; Fri, 22 Aug 2008 07:58:03 -0400 Original-Received: from yx-out-1718.google.com ([74.125.44.154]:54398) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KWVHG-0000Yd-Lc for help-gnu-emacs@gnu.org; Fri, 22 Aug 2008 07:58:02 -0400 Original-Received: by yx-out-1718.google.com with SMTP id 34so211014yxf.66 for ; Fri, 22 Aug 2008 04:58:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=Ww11TT5/kBz8Rl0QCP4lQf5XItovATeTFezX6eius54=; b=cGuRqApXni8A2Fb7JNJXbV7hTjBQpyzlBxe0/uZgz21ug+m7XrAMOXg5G1+ubiDmUX jq1fge0BAB0JwBGIpQrnaZ3PbUaly1oZHSCnHH4Eko3yhk4tFOYQbxbZ/5cYi98T+ygR Iav+IbJHr4djoY/qZ65k7LrhlfvOcG94pALl4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=ggrgQSxqa8H3Ao8sZmWTnXqZQNo62XaFI1FK+S9zQBGCuo5HKdaPfBEOBLI/1LPYPW gmqOqXpS4bFAW5+pCHHubI6idPKHQdUdlcmyWoYgCxyIDZL5LFZ52d53FaA0mJuaQg0n 6LYSs3W5qyeqTMg36BibuI/w+HrET89R3s+sc= Original-Received: by 10.142.53.19 with SMTP id b19mr370133wfa.167.1219406279543; Fri, 22 Aug 2008 04:57:59 -0700 (PDT) Original-Received: by 10.142.156.11 with HTTP; Fri, 22 Aug 2008 04:57:59 -0700 (PDT) Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:56882 Archived-At: Some buffers can be closed without any questions but for some -- typically file buffers -- if a changed buffer is (tried to be) closed, a question is asked: Do you want save this...?? I want to get this question for python-mode, shell-mode etc. Is there some option for this? Thanks.