GNU bug report logs -
#1205
23.0.60; C-x RET c FOO C-x C-g signals an error
Previous Next
Reported by: Eli Zaretskii <eliz <at> gnu.org>
Date: Sun, 19 Oct 2008 15:20:02 UTC
Severity: normal
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Glenn Morris <rgm <at> gnu.org>
> Cc: 1205 <at> emacsbugs.donarmstrong.com
> Date: Mon, 20 Oct 2008 22:50:46 -0400
>
> Eli Zaretskii wrote:
>
> > emacs -Q
> > C-x RET c utf-8 RET C-x C-g
> >
> > produces an unexpected error message:
> >
> > Wrong type argument: commandp, nil
>
>
> Perhaps this:
>
>
> *** mule-cmds.el 5 Oct 2008 19:07:03 -0000 1.341
> --- mule-cmds.el 21 Oct 2008 02:52:14 -0000
> ***************
> *** 287,292 ****
> --- 287,295 ----
> (cmd (key-binding keyseq))
> prefix)
>
> + (if (char-equal last-input-char ?\C-g)
> + (keyboard-quit))
> +
> (when (memq cmd '(universal-argument digit-argument))
> (call-interactively cmd)
Looks correct to me. Thanks.
This bug report was last modified 16 years and 162 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.