help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: emacs 22 release


From: Stefan Monnier
Subject: Re: emacs 22 release
Date: Tue, 04 Oct 2005 00:48:34 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> 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);
 }


reply via email to

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