From: Glenn Morris <rgm@gnu.org>
To: Juri Linkov <juri@jurta.org>
Cc: 1817@emacsbugs.donarmstrong.com
Subject: bug#1817: 23.0.60; C-x RET c RET RET signals an error
Date: Wed, 07 Jan 2009 13:44:48 -0500 [thread overview]
Message-ID: <oqfxjv0xcv.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <873afvovbk.fsf@jurta.org> (Juri Linkov's message of "Wed, 07 Jan 2009 19:54:55 +0200")
merge 1205 1817
stop
Juri Linkov wrote:
> In response to the closed and archived bug#1205:
You can unarchive it, as I did prior to this.
>> + (if (char-equal last-input-char ?\C-g)
>> + (keyboard-quit))
>> +
>
> I just noticed that this fix in `universal-coding-system-argument'
> causes another bug. It fails with the key sequence `C-x RET c RET RET'
> that signals an error:
>
> Debugger entered--Lisp error: (wrong-type-argument characterp return)
> char-equal(return 7)
It's suprising (to me) that last-input-char might not be a character,
but just change `char-equal' to `equal'.
next prev parent reply other threads:[~2009-01-07 18:44 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <0fskntb1h2.fsf@fencepost.gnu.org>
2009-01-07 17:54 ` bug#1817: 23.0.60; C-x RET c RET RET signals an error Juri Linkov
2009-01-07 18:44 ` Glenn Morris [this message]
2009-01-07 19:27 ` Juri Linkov
2009-01-07 20:00 ` Glenn Morris
2009-01-08 17:00 ` Stefan Monnier
2009-01-09 3:40 ` bug#1817: marked as done (last-input-char) 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=oqfxjv0xcv.fsf@fencepost.gnu.org \
--to=rgm@gnu.org \
--cc=1817@emacsbugs.donarmstrong.com \
--cc=juri@jurta.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.