*** xterm.c Thu Jan 8 09:31:58 2004
--- xterm.c.~1.823.~ Thu Jan 8 09:31:00 2004
***************
*** 6305,6316 ****
&compose_status);
#endif
- /* Check if we're processing a composed key. In this case we need
- 3 key presses till the key is complete. */
- if ((compose_status.chars_matched == 1) ||
- (compose_status.chars_matched == 2))
- goto OTHER;
-
orig_keysym = keysym;
if (numchars > 1)
--- 6305,6310 ----
--=-=-=
as I said in my original post instead of these lines it also works if
one
checks nbytes instead, i.e.
--- snip ---
if (nbytes <= 0)
goto OTHER;
--- snip ---
should also work.
Since you asked if this is still needed I'm guessing that the compose
key
works for other operating systems, e.g. GNU/Linux. Is that so?
Klaus
--
------------------------------------------
| Klaus Zeitler Lucent Technologies |
| Email: address@hidden |
------------------------------------------
---
Early to rise, and early to bed / Makes a man healthy but socially dead
--=-=-=--
_______________________________________________
Emacs-devel mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/emacs-devel