help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (interactive "rP") valid?


From: Andreas Röhler
Subject: Re: (interactive "rP") valid?
Date: Tue, 28 May 2013 13:38:20 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130329 Thunderbird/17.0.5

Am 28.05.2013 13:15, schrieb Thorsten Jolitz:

Hi List,

function 'org-table-convert-region' uses (interactive "rP") and has the
following signature:

,---------------------------------------------------------
| (org-table-convert-region BEG0 END0 &optional SEPARATOR)
`---------------------------------------------------------

Non-interactively, the function works as expected:
different behaviour conditional on SEPARATOR being nil, an integer, '(4)
or '(16).

However, used interactively, SEPARATOR is always nil when 'C-u <digit>
M-x' is used.

Is (interactive "rP") not a valid combination?
Or is this a bug in Emacs?


needs a newline:

(interactive "r\nP")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]