[mew-int 01775] Re: buffering of keystrokes
Kazu Yamamoto ( 山本和彦 )
kazu at example.com
Fri Mar 5 17:49:20 JST 2004
From: henri <henri at example.com>
Subject: [mew-int 01766] buffering of keystrokes
> i _think_ that it used to buffer it so i didn't have to wait
> till the scan was done
I think it is impossible to implement this feature.
Two processes, foreground and scan, are running asynchronously. Emacs
does not provide a mechanism to synchronize the two processes. How can
we implement to get the foreground (key-to-command switcher) waiting
for the end of scan? Moreover, we cannot modify the key-to-command
switcher.
Thus, each command called by the key-to-command switcher (e.g. "x")
just sees whether or not the buffer is blocked. If blocked, it
displays a warning message and does nothing.
--Kazu
More information about the Mew-int
mailing list