all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 1205@emacsbugs.donarmstrong.com
Subject: bug#1205: 23.0.60; C-x RET c FOO C-x C-g signals an error
Date: Mon, 20 Oct 2008 22:50:46 -0400	[thread overview]
Message-ID: <wxbpxebr09.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <utzb8k49q.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 19 Oct 2008 17:12:33 +0200")

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)
  






  reply	other threads:[~2008-10-21  2:50 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <dahc75dt6k.fsf@fencepost.gnu.org>
2008-10-19 15:12 ` bug#1205: 23.0.60; C-x RET c FOO C-x C-g signals an error Eli Zaretskii
2008-10-21  2:50   ` Glenn Morris [this message]
2008-10-21  6:32     ` Eli Zaretskii
2008-10-21  8:52     ` Andreas Schwab
2008-10-22  2:42       ` Kevin Rodgers
2008-10-22  5:17         ` Drew Adams
2008-10-22  7:05           ` Kevin Rodgers
2008-10-22 15:00             ` Stefan Monnier
2008-10-22 16:20             ` Drew Adams
2008-10-22  6:55   ` bug#1205: marked as done (23.0.60; C-x RET c FOO C-x C-g signals an error) Emacs bug Tracking System

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=wxbpxebr09.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=1205@emacsbugs.donarmstrong.com \
    --cc=eliz@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.