bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#4325: 23.1; kp-0 in ispell


From: Stefan Monnier
Subject: bug#4325: 23.1; kp-0 in ispell
Date: Thu, 03 Sep 2009 09:58:50 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Does the patch below work as well?


        Stefan


=== modified file 'lisp/textmodes/ispell.el'
--- lisp/textmodes/ispell.el    2009-08-29 18:06:59 +0000
+++ lisp/textmodes/ispell.el    2009-09-03 13:56:59 +0000
@@ -1958,7 +1958,7 @@
                    ;; event), stop ispell.  As a special exception,
                    ;; ignore mouse events occuring in the same frame.
                    (while (and input-valid (not (characterp char)))
-                     (setq char (read-event))
+                     (setq char (read-key))
                      (setq input-valid
                            (or (characterp char)
                                (and (mouse-event-p char)







reply via email to

[Prev in Thread] Current Thread [Next in Thread]