From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dont.spam.earl@gmail.com Newsgroups: gmane.emacs.help Subject: Re: Specifying arguments to interactive functions Date: Sun, 18 May 2014 10:07:22 -0700 (PDT) Message-ID: <927503cf-008b-4c64-ab84-4233ec8e35bc@googlegroups.com> References: <5d6e3672-b901-4e59-852d-281a3a5e4733@googlegroups.com> <1581314b-bb96-42cd-9b4f-3a2511e3c486@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1400433029 1800 80.91.229.3 (18 May 2014 17:10:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 18 May 2014 17:10:29 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun May 18 19:10:22 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Wm4bO-0003Cl-7K for geh-help-gnu-emacs@m.gmane.org; Sun, 18 May 2014 19:10:22 +0200 Original-Received: from localhost ([::1]:44145 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wm4bL-0003j7-N1 for geh-help-gnu-emacs@m.gmane.org; Sun, 18 May 2014 13:10:19 -0400 X-Received: by 10.236.93.38 with SMTP id k26mr12472939yhf.20.1400432842860; Sun, 18 May 2014 10:07:22 -0700 (PDT) X-Received: by 10.50.73.98 with SMTP id k2mr233287igv.0.1400432842767; Sun, 18 May 2014 10:07:22 -0700 (PDT) Original-Path: usenet.stanford.edu!c1no9822708igq.0!news-out.google.com!qf4ni2017igc.0!nntp.google.com!c1no9822704igq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2602:306:cdd1:1270:51ff:5a3d:f99b:e08c; posting-account=QyAvTQoAAADtRdvZ5VbKTpUdY2nZ1GFk Original-NNTP-Posting-Host: 2602:306:cdd1:1270:51ff:5a3d:f99b:e08c User-Agent: G2/1.0 Injection-Date: Sun, 18 May 2014 17:07:22 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:205470 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:97738 Archived-At: On Thursday, May 15, 2014 11:06:24 AM UTC-7, Thien-Thi Nguyen wrote: > > First, 'C-h f interactive' and also (info "(elisp) Using Interactive"). > > Next, experiment. Next, read some source. Next, post questions on the > > discrepencies and lacunae you might (think you) experience. That's it. Well, even after looking at the docs, I'm still looking for an answer to the same question: Is there a way to call interactive to elicit only _some_ of the arguments of a function. Alternately, if there's a standard workaround for this, I'd be interested in that too.