Leo <[email protected]> writes: > On 2010-04-12 18:04 +0100, Thierry Volpiatto wrote: >> Can you try this simple code in scratch buffer on OSX: >> >> (let ((str (read-key "read: "))) >> (prog1 >> (string str) >> (message nil))) >> >> If you see key "flashing" submit a bug about read-key to Emacs for OSX. >> Here it work fine (GNU/linux - Gentoo) > > Here is the response from mac-port author: > > " I could observe the same behavior with the GTK+ build of the emacs-23 > branch on Ubuntu 9.10. That did not always happen there and actually > it is difficult to reproduce (because it depends on some timing?), but > I certainly observed it. "
Are you sure the Emacs-23 used in ubuntu is the one that have `read-key'? ioccur work also with Emacs version that have only read-char/event. What give (fboundp 'read-key) in this ubuntu version? Anyway, i still unable to reproduce this on GNU Emacs 24.0.50.2 (i686-pc-linux-gnu, GTK+ Version 2.18.9) of 2010-04-17 on tux. -- Thierry Volpiatto Gpg key: http://pgp.mit.edu/ _______________________________________________ gnu-emacs-sources mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources
