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 08:13:54 -0700 (PDT) Message-ID: <6cc8e9f1-e7ce-4646-b7ac-be2a57b84ab2@default> References: <87mwrfe4oy.fsf@gmail.com> <51A4972C.5000903@easy-emacs.de> <87ip23e3ev.fsf@gmail.com> <87a9nfdvdz.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1369754075 26390 80.91.229.3 (28 May 2013 15:14:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 May 2013 15:14:35 +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 17:14:36 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 1UhLbe-00052I-5y for geh-help-gnu-emacs@m.gmane.org; Tue, 28 May 2013 17:14:34 +0200 Original-Received: from localhost ([::1]:32877 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhLbd-00031u-LI for geh-help-gnu-emacs@m.gmane.org; Tue, 28 May 2013 11:14:33 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:37613) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhLbC-0002kR-2w for help-gnu-emacs@gnu.org; Tue, 28 May 2013 11:14:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UhLb5-0002Aa-Gq for help-gnu-emacs@gnu.org; Tue, 28 May 2013 11:14:05 -0400 Original-Received: from userp1040.oracle.com ([156.151.31.81]:33751) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhLb5-0002AL-8x for help-gnu-emacs@gnu.org; Tue, 28 May 2013 11:13:59 -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 r4SFDsPB012228 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 28 May 2013 15:13:54 GMT Original-Received: from userz7021.oracle.com (userz7021.oracle.com [156.151.31.85]) by ucsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r4SFDtcJ027451 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Tue, 28 May 2013 15:13:55 GMT Original-Received: from abhmt115.oracle.com (abhmt115.oracle.com [141.146.116.67]) by userz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r4SFDs4h018140; Tue, 28 May 2013 15:13:54 GMT In-Reply-To: <87a9nfdvdz.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:91102 Archived-At: > >> >> Is (interactive "rP") not a valid combination? > >> >> Or is this a bug in Emacs? > >> > needs a newline: (interactive "r\nP") > >> Yes, that made it work. Thanks. > > > > C-h i > > Click Elisp > > i interactive RET >=20 > Maybe not _that_ obvious at first sight? > This was a bug in core Org-mode I stumbled upon. I did not mean that anything should have been obvious. I just meant to remind folks that Emacs itself has most of the answers to o= ur questions, and it's not that hard to ask Emacs. Of course there is nothing wrong with asking here either.