[uim-commit] r3106 - trunk/emacs
nosuke at freedesktop.org
nosuke at freedesktop.org
Tue Feb 14 09:59:30 PST 2006
Author: nosuke
Date: 2006-02-14 09:59:21 -0800 (Tue, 14 Feb 2006)
New Revision: 3106
Modified:
trunk/emacs/uim.el
Log:
* emacs/uim.el
Fix mark activity in transient-mark-mode.
Modified: trunk/emacs/uim.el
===================================================================
--- trunk/emacs/uim.el 2006-02-08 09:12:41 UTC (rev 3105)
+++ trunk/emacs/uim.el 2006-02-14 17:59:21 UTC (rev 3106)
@@ -989,15 +989,18 @@
(uim-process-mouse-event event)
(uim-process-keyvec uim-last-key-vector count)))
)
-
+
+ ;; if keyvec is nil
+ (setq uim-deactivate-mark nil)
+
(if (not uim-show-keystrokes)
(if (sit-for echo-keystrokes)
(setq uim-show-keystrokes t)))
+ ;; display "ESC-" or something
(if uim-show-keystrokes
(let (message-log-max)
(message (concat (key-description uim-stacked-key-vector) "-"))))
-
)
)
More information about the uim-commit
mailing list