[EMAIL PROTECTED] (Daniel Jensen) writes: > Daniel Brockman <[EMAIL PROTECTED]> writes: > >> [EMAIL PROTECTED] (Daniel Jensen) writes: >> >>> This might be more of an Emacs bug than a Bongo bug, but I don't know >>> what's going on here. >>> >>> When Bongo is playing interactively, i.e. using a process filter, >>> Emacs does not echo keystrokes while I'm typing. That is, I press >>> something like `C-c' but the echo area remains empty. >> >> What is the value of `echo-keystrokes'? > > It was 1. I set it to 0.9 and now it works, sort of. There's a space > inserted before they key in the echo area. Weird...
I see that too. After `echo-keystrokes' seconds, the prefix shows up, then after a short random delay, a space is inserted. I used to think that was a kind of animation they had recently put in to bring attention to the prefix. But now that you mention it, I see that the prefix only animates when there is a process filter active. I can make two observations: - Regardless of the value of `echo-keystrokes', the prefix key is displayed as soon as a process filter runs. - The extra space is then inserted as soon as another process filter runs. Though this looks like a bug, it doesn't seem to do any real harm except in your original situation. Can you reproduce it by setting `echo-keystrokes' to 1? (I can't.) -- Daniel Brockman <[EMAIL PROTECTED]> _______________________________________________ bongo-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/bongo-devel
