emacs-diffs
[Top][All Lists]
Advanced

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

master 4b31074f5f4: ; * lisp/emacs-lisp/map-ynp.el (map-y-or-n-p): Add c


From: Eli Zaretskii
Subject: master 4b31074f5f4: ; * lisp/emacs-lisp/map-ynp.el (map-y-or-n-p): Add commentary.
Date: Tue, 7 May 2024 08:00:51 -0400 (EDT)

branch: master
commit 4b31074f5f49898ba0499a2b617cad425750eafa
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/emacs-lisp/map-ynp.el (map-y-or-n-p): Add commentary.
---
 lisp/emacs-lisp/map-ynp.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/lisp/emacs-lisp/map-ynp.el b/lisp/emacs-lisp/map-ynp.el
index 60e572fba30..1a9655b1f7b 100644
--- a/lisp/emacs-lisp/map-ynp.el
+++ b/lisp/emacs-lisp/map-ynp.el
@@ -172,6 +172,11 @@ The function's value is the number of actions taken."
                       (if minibuffer-auto-raise
                           (raise-frame (window-frame (minibuffer-window))))
                        (unwind-protect
+                           ;; We want to inhibit text conversion here,
+                           ;; because it gets in the way when system
+                           ;; input methods are installed.  See
+                           ;; 
https://lists.gnu.org/archive/html/emacs-devel/2024-05/msg00441.html
+                           ;; for the details.
                            (let ((overriding-text-conversion-style nil))
                              (set-text-conversion-style text-conversion-style)
                             (setq char (read-event)))



reply via email to

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