emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r101074: (lispy_function_keys): Do no


From: Jason Rumney
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101074: (lispy_function_keys): Do not define VK_PACKET (bug#4836)
Date: Sat, 14 Aug 2010 15:35:24 +0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101074
committer: Jason Rumney <address@hidden>
branch nick: trunk
timestamp: Sat 2010-08-14 15:35:24 +0800
message:
  (lispy_function_keys): Do not define VK_PACKET (bug#4836)
modified:
  src/ChangeLog
  src/keyboard.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-08-14 00:39:08 +0000
+++ b/src/ChangeLog     2010-08-14 07:35:24 +0000
@@ -1,3 +1,7 @@
+2010-08-14  Jason Rumney  <address@hidden>
+
+       * keyboard.c (lispy_function_keys): Do not define VK_PACKET (bug#4836)
+
 2010-08-14  Chong Yidong  <address@hidden>
 
        * fns.c (Fmake_hash_table): Doc fix (Bug#6851).

=== modified file 'src/keyboard.c'
--- a/src/keyboard.c    2010-08-09 09:35:21 +0000
+++ b/src/keyboard.c    2010-08-14 07:35:24 +0000
@@ -4941,9 +4941,9 @@
     0,               /* VK_OEM_102        0xE2 */
     "ico-help",      /* VK_ICO_HELP       0xE3 */
     "ico-00",        /* VK_ICO_00         0xE4 */
-    0,               /* VK_PROCESSKEY     0xE5 */
+    0,               /* VK_PROCESSKEY     0xE5 - used by IME */
     "ico-clear",     /* VK_ICO_CLEAR      0xE6 */
-    "packet",        /* VK_PACKET         0xE7 */
+    0,               /* VK_PACKET         0xE7  - used to pass unicode chars */
     0,               /*                   0xE8 */
     "reset",         /* VK_OEM_RESET      0xE9 */
     "jump",          /* VK_OEM_JUMP       0xEA */


reply via email to

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