From: Stefan Monnier <monnier@iro.umontreal.ca>
Subject: Re: emacs 22 release
Date: Tue, 04 Oct 2005 00:48:34 -0400 [thread overview]
Message-ID: <87slvhhosw.fsf-monnier+gnu.emacs.help@gnu.org> (raw)
In-Reply-To: mailman.9059.1127986983.20277.help-gnu-emacs@gnu.org
> I reported this earlier this year. Stefan Monnier and Kenichi Handa tried
> to help me with some code to patch xterm.c. It worked fine -- as long as
> I did not update again ...
Please try to resurrect the thread by re-reporting the bug.
You can include my suggested patch in it.
Stefan
--- orig/src/keyboard.c
+++ mod/src/keyboard.c
@@ -3185,6 +3185,11 @@
}
exit:
+ if (NATNUMP (c) && !EQ (prev_event, Qt)
+ && CHAR_VALID_P (XFASTINT (c), Qnil))
+ XSETINT (c, translate_char (Vtranslation_table_for_input,
+ XFASTINT (c), 0, 0, 0));
+
RESUME_POLLING;
RETURN_UNGCPRO (c);
}
next prev parent reply other threads:[~2005-10-04 4:48 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-28 13:04 emacs 22 release Olive
2005-09-28 14:43 ` Nurullah Akkaya
2005-09-28 15:22 ` Peter Dyballa
2005-09-28 20:35 ` Kevin Rodgers
2005-09-29 10:14 ` Peter Dyballa
[not found] ` <mailman.9069.1127988970.20277.help-gnu-emacs@gnu.org>
2005-09-29 21:18 ` Jason Rumney
[not found] ` <mailman.8996.1127922118.20277.help-gnu-emacs@gnu.org>
2005-09-29 7:12 ` Jason Rumney
2005-09-29 9:25 ` Peter Dyballa
[not found] ` <mailman.9059.1127986983.20277.help-gnu-emacs@gnu.org>
2005-09-29 14:21 ` Johan Bockgård
2005-09-29 19:14 ` Peter Dyballa
2005-10-04 4:48 ` Stefan Monnier [this message]
2005-09-29 8:09 ` Sébastien Kirche
2005-09-29 20:43 ` Peter Dyballa
2005-09-30 22:53 ` Peter Dyballa
[not found] ` <mailman.9287.1128121742.20277.help-gnu-emacs@gnu.org>
2005-10-01 12:13 ` Sébastien Kirche
2005-10-01 14:14 ` Peter Dyballa
[not found] ` <mailman.9353.1128176131.20277.help-gnu-emacs@gnu.org>
2005-10-03 17:26 ` Sébastien Kirche
2005-10-04 3:57 ` Stefan Monnier
2005-10-04 8:59 ` Peter Dyballa
[not found] ` <mailman.9673.1128422429.20277.help-gnu-emacs@gnu.org>
2005-10-04 20:43 ` Harald Hanche-Olsen
2005-10-04 22:25 ` Peter Dyballa
[not found] <mailman.8988.1127916392.20277.help-gnu-emacs@gnu.org>
2005-09-29 11:19 ` Ralf Resack
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87slvhhosw.fsf-monnier+gnu.emacs.help@gnu.org \
--to=monnier@iro.umontreal.ca \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).