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

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

RE: interactive codes "p" and "P" - bug or mistake


From: Drew Adams
Subject: RE: interactive codes "p" and "P" - bug or mistake
Date: Tue, 26 Jul 2011 09:35:03 -0700

> M- 3 M-x foo-bar RET
> --> foo 3 bar 3
> C-u M-x foo-bar RET
> --> foo 4 bar (4)
> 
> Think that's not OK.  My mistake?

Yes, your mistake, but maybe I misunderstand your question.

`P' uses the raw prefix arg; `p' uses its numeric value.

The raw value can be an integer, nil, the symbol `-', or a list of one integer
element.  The numeric value is always an integer, never a symbol or a list.

See `(elisp) Prefix Command Arguments'.




reply via email to

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