From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.help Subject: RE: (interactive "rP") valid? Date: Tue, 28 May 2013 06:20:15 -0700 (PDT) Message-ID: References: <87mwrfe4oy.fsf@gmail.com> <51A4972C.5000903@easy-emacs.de> <87ip23e3ev.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1369747245 10677 80.91.229.3 (28 May 2013 13:20:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 May 2013 13:20:45 +0000 (UTC) To: Thorsten Jolitz , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 28 15:20:44 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 1UhJpS-0005Nk-Lx for geh-help-gnu-emacs@m.gmane.org; Tue, 28 May 2013 15:20:42 +0200 Original-Received: from localhost ([::1]:40576 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhJpP-0003vO-KF for geh-help-gnu-emacs@m.gmane.org; Tue, 28 May 2013 09:20:39 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:39297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhJp5-0003uv-Mm for help-gnu-emacs@gnu.org; Tue, 28 May 2013 09:20:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UhJp1-0006xI-5n for help-gnu-emacs@gnu.org; Tue, 28 May 2013 09:20:19 -0400 Original-Received: from userp1040.oracle.com ([156.151.31.81]:25218) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhJp0-0006xB-UE for help-gnu-emacs@gnu.org; Tue, 28 May 2013 09:20:15 -0400 Original-Received: from ucsinet22.oracle.com (ucsinet22.oracle.com [156.151.31.94]) by userp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r4SDKAZD020557 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 28 May 2013 13:20:11 GMT Original-Received: from userz7022.oracle.com (userz7022.oracle.com [156.151.31.86]) by ucsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r4SDKBfe007966 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Tue, 28 May 2013 13:20:11 GMT Original-Received: from abhmt116.oracle.com (abhmt116.oracle.com [141.146.116.68]) by userz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r4SDKB5D007952; Tue, 28 May 2013 13:20:11 GMT In-Reply-To: <87ip23e3ev.fsf@gmail.com> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.7 (607090) [OL 12.0.6668.5000 (x86)] X-Source-IP: ucsinet22.oracle.com [156.151.31.94] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 156.151.31.81 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:91100 Archived-At: > >> Is (interactive "rP") not a valid combination? > >> Or is this a bug in Emacs? > > > > needs a newline: > > (interactive "r\nP") >=20 > Yes, that made it work. Thanks. C-h i=20 Click Elisp i interactive RET