emacs-devel
[Top][All Lists]
Advanced

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

Re: Is C-X ESC ESC malfunctioning?


From: Xue Fuqiao
Subject: Re: Is C-X ESC ESC malfunctioning?
Date: Thu, 4 Apr 2013 06:23:31 +0800

On Wed, 3 Apr 2013 06:34:01 -0700
"Drew Adams" <address@hidden> wrote:

> > If you use `repeat-complex-command' to perform the last 
> > command, it will use `(count-words nil nil)'.  nil is not
> > an integer or a marker, so an error arises.
> > > I expected the C-x ESC ESC to perform without error just as 
> > > if I entered the M-x count-words What should be expected here?
> > I'm not sure whether it is a bug or a feature here.

> A bug.
> (called-interactively 'any) returns nil here, so the code then calls
> `narrow-to-region' with START and END each nil.

Thank you.  I have filed a bug report #14136.

-- 
Xue Fuqiao
http://www.gnu.org/software/emacs/



reply via email to

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