Thanks. I'll be eagerly awaiting the fix :-) ---------- Forwarded Message ---------- Subject: Re: more 1.1.6pre2 deadkeys Date: Wed, 13 Dec 2000 00:33:26 +0200 From: Dekel Tsur <[EMAIL PROTECTED]> On Sat, Dec 02, 2000 at 09:57:32AM -0600, Christopher Jones wrote: > Anyway, I have my keymap bound american, and when I go to type the :u sequence > for an umlaut the cursor jumps ahead, just like it is supposed to, but then the > u which I follow with just sits there, and gets no umlaut. I get the same bug: when setting the keymap to american, and pressing the ':' key, the chr(14) char is inserted to the buffer (instead of waiting for the next char). Pressing the ' key inserts a chr(7) char to the buffer (and you see "foot" (a closed footnote) on screen). I think that between 1.1.5 and 1.1.6pre2 someone changed the keymap handling code (replacing char * by strings or something like that). This bug should be fixed for 1.1.6. -------------------------------------------------------