From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thorsten Jolitz Newsgroups: gmane.emacs.help Subject: How to write (interactive) with user-selection from predefined enumeration? (was Re: (interactive "rP") valid?) Date: Tue, 28 May 2013 18:42:36 +0200 Message-ID: <87fvx7cayr.fsf_-_@gmail.com> References: <87mwrfe4oy.fsf@gmail.com> <51A4972C.5000903@easy-emacs.de> <87ip23e3ev.fsf@gmail.com> <87a9nfdvdz.fsf@gmail.com> <6cc8e9f1-e7ce-4646-b7ac-be2a57b84ab2@default> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1369759498 27180 80.91.229.3 (28 May 2013 16:44:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 May 2013 16:44:58 +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 May 28 18:44:57 2013 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 1UhN17-0006gC-Bu for geh-help-gnu-emacs@m.gmane.org; Tue, 28 May 2013 18:44:57 +0200 Original-Received: from localhost ([::1]:53827 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhN17-0000WV-1R for geh-help-gnu-emacs@m.gmane.org; Tue, 28 May 2013 12:44:57 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:36131) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhMzI-0005w6-Da for help-gnu-emacs@gnu.org; Tue, 28 May 2013 12:43:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UhMz8-0008RS-B6 for help-gnu-emacs@gnu.org; Tue, 28 May 2013 12:43:04 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:41959) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhMz8-0008R7-5Z for help-gnu-emacs@gnu.org; Tue, 28 May 2013 12:42:54 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UhMz5-0004b0-Vg for help-gnu-emacs@gnu.org; Tue, 28 May 2013 18:42:51 +0200 Original-Received: from g231106097.adsl.alicedsl.de ([92.231.106.97]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 May 2013 18:42:51 +0200 Original-Received: from tjolitz by g231106097.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 May 2013 18:42:51 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: g231106097.adsl.alicedsl.de User-Agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:RRumsD44uH5TSnNv6ejb6BZWaXw= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:91106 Archived-At: Drew Adams writes: > Of course there is nothing wrong with asking here either. OK, I did read the 'interactive' section of the manual again, but I did not find the answer to this question (although it is most likely there, somehere): How to write an interactive function and let the user choose from a list (an enumeration) of possible solutions as input (like: Item1 | Item2 | Item3)? -- cheers, Thorsten