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

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

(interactive "rP") valid?


From: Thorsten Jolitz
Subject: (interactive "rP") valid?
Date: Tue, 28 May 2013 13:15:09 +0200
User-agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.3 (gnu/linux)

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?

-- 
cheers,
Thorsten





reply via email to

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