From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bernardo Newsgroups: gmane.emacs.help Subject: Re: binding a key to a function with an argument Date: Thu, 23 Jul 2009 20:43:41 +1000 Message-ID: <4A683EDD.7030208@pobox.com> References: <1248279221.8457.46.camel@firefly> Reply-To: bernardo.bacic@pobox.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1248346126 2115 80.91.229.12 (23 Jul 2009 10:48:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 Jul 2009 10:48:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 23 12:48:39 2009 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 1MTvqo-0007yq-1P for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Jul 2009 12:48:38 +0200 Original-Received: from localhost ([127.0.0.1]:60438 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTvqn-0000z6-5F for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Jul 2009 06:48:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MTvqH-0000z1-Pi for help-gnu-emacs@gnu.org; Thu, 23 Jul 2009 06:48:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTvqB-0000yn-Iz for help-gnu-emacs@gnu.org; Thu, 23 Jul 2009 06:48:04 -0400 Original-Received: from [199.232.76.173] (port=58600 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTvqB-0000yk-C2 for help-gnu-emacs@gnu.org; Thu, 23 Jul 2009 06:47:59 -0400 Original-Received: from a-sasl-quonix.sasl.smtp.pobox.com ([208.72.237.25]:40338 helo=sasl.smtp.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MTvqB-0004fz-0S for help-gnu-emacs@gnu.org; Thu, 23 Jul 2009 06:47:59 -0400 Original-Received: from localhost.localdomain (unknown [127.0.0.1]) by a-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTP id AD192106B7 for ; Thu, 23 Jul 2009 06:47:32 -0400 (EDT) Original-Received: from [192.168.1.10] (unknown [220.233.188.27]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTPSA id 0CA5C106B5 for ; Thu, 23 Jul 2009 06:47:31 -0400 (EDT) User-Agent: Thunderbird 2.0.0.22 (X11/20090605) In-Reply-To: <1248279221.8457.46.camel@firefly> X-Pobox-Relay-ID: 39C3FEA4-7776-11DE-B385-F699A5B33865-14340206!a-sasl-quonix.pobox.com X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:66351 Archived-At: > I am trying to change C-x C-s save-buffer to save-some-buffers with the > non-nil argument so that it will save all without questions. an alternative way using keystrokes: C-x s !