From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenneth Jacker Newsgroups: gmane.emacs.help Subject: Re: Run Non-Interactive Function with Prefix Date: Fri, 21 Oct 2005 06:31:27 -0400 Organization: Appalachian State University Message-ID: <87sluvxitc.fsf@be.cs.appstate.edu> References: <87ach6dbh2.fsf@be.cs.appstate.edu> Reply-To: khj@cs.appstate.edu NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1129896943 12178 80.91.229.2 (21 Oct 2005 12:15:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 Oct 2005 12:15:43 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 21 14:15:43 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ESvmi-000566-15 for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Oct 2005 14:14:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ESvlW-00024l-8O for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Oct 2005 08:12:54 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!elk.ncren.net!lester.appstate.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 8 Original-NNTP-Posting-Host: be.cs.appstate.edu Original-X-Trace: lester.appstate.edu 1129890688 22421 152.10.10.41 (21 Oct 2005 10:31:28 GMT) Original-X-Complaints-To: news@lester.appstate.edu Original-NNTP-Posting-Date: Fri, 21 Oct 2005 10:31:28 +0000 (UTC) User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:r+9gbcsLje/PXN4FZun7BWOa0QU= Original-Xref: shelby.stanford.edu gnu.emacs.help:134848 Original-To: help-gnu-emacs@gnu.org 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:30433 Archived-At: kr> (let ((prefix-arg '(4))) ; C-u kr> (call-interactively 'foobar)) Just what I needed! Thanks for your and everyone else's comments ... -Kenneth