From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jkb0932 Newsgroups: gmane.emacs.help Subject: Passing arguments to functions Date: Sun, 20 Feb 2011 05:11:24 -0800 (PST) Message-ID: <30970549.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1298381866 18567 80.91.229.12 (22 Feb 2011 13:37:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 22 Feb 2011 13:37: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 Tue Feb 22 14:37:42 2011 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.69) (envelope-from ) id 1PrsQs-0004X0-PT for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Feb 2011 14:37:38 +0100 Original-Received: from localhost ([127.0.0.1]:42721 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PrsQr-0002t6-RH for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Feb 2011 08:37:37 -0500 Original-Received: from [140.186.70.92] (port=35858 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pr94Q-0003sb-Vj for Help-gnu-emacs@gnu.org; Sun, 20 Feb 2011 08:11:27 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pr94P-00021D-Pv for Help-gnu-emacs@gnu.org; Sun, 20 Feb 2011 08:11:26 -0500 Original-Received: from sam.nabble.com ([216.139.236.26]:57004) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pr94P-00020o-MK for Help-gnu-emacs@gnu.org; Sun, 20 Feb 2011 08:11:25 -0500 Original-Received: from isper.nabble.com ([192.168.236.156]) by sam.nabble.com with esmtp (Exim 4.69) (envelope-from ) id 1Pr94O-000782-GH for Help-gnu-emacs@gnu.org; Sun, 20 Feb 2011 05:11:24 -0800 X-Nabble-From: jasonbauer36@yahoo.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 216.139.236.26 X-Mailman-Approved-At: Tue, 22 Feb 2011 08:35:55 -0500 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:79305 Archived-At: This answer to this question should be obvious, but no one seems to address it explcitly: How do I pass arguments to a function call? i.e. if I do "M-x some-function" and "some-function" takes optional arguments, how do I pass those arguments to the function call? -- View this message in context: http://old.nabble.com/Passing-arguments-to-functions-tp30970549p30970549.html Sent from the Emacs - Help mailing list archive at Nabble.com.