[LyX/master] Use same find-dialogs as other bind-files also for x?emacs

Kornel Benko kornel at lyx.org
Mon Feb 15 09:58:19 UTC 2021


commit 6212d939b45613bed1d2c92eb2d11e267217cf1c
Author: Kornel Benko <kornel at lyx.org>
Date:   Mon Feb 15 11:00:02 2021 +0100

    Use same find-dialogs as other bind-files also for x?emacs
---
 lib/bind/emacs.bind  |    6 +++---
 lib/bind/xemacs.bind |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/lib/bind/emacs.bind b/lib/bind/emacs.bind
index 3a6a520..2062830 100644
--- a/lib/bind/emacs.bind
+++ b/lib/bind/emacs.bind
@@ -54,9 +54,9 @@ Format 5
 # this is "quoted-insert" a total different meaning from "quote-insert"
 \bind "C-q"                    "self-insert \""
 #bind "C-r"                    "------"
-\bind "C-s"                    "dialog-show findreplace"
-\bind "C-S-s"                  "dialog-show findreplaceadv"
-\bind "M-~S-percent"           "dialog-show findreplaceadv"
+\bind "C-s"                    "dialog-toggle findreplace"
+\bind "C-S-s"                  "dialog-toggle findreplaceadv"
+\bind "M-~S-percent"           "dialog-toggle findreplaceadv"
 
 \bind "C-t"                    "chars-transpose"
 
diff --git a/lib/bind/xemacs.bind b/lib/bind/xemacs.bind
index e336b2a..b091ea1 100644
--- a/lib/bind/xemacs.bind
+++ b/lib/bind/xemacs.bind
@@ -53,9 +53,9 @@ Format 5
 # this is "quoted-insert" a total different meaning from "quote-insert"
 \bind "C-q"                    "self-insert \""
 #bind "C-r"                    "------"
-\bind "C-s"                    "dialog-show findreplace"
-\bind "C-S-s"                  "dialog-show findreplaceadv"
-\bind "M-~S-percent"           "dialog-show findreplaceadv"
+\bind "C-s"                    "dialog-toggle findreplace"
+\bind "C-S-s"                  "dialog-toggle findreplaceadv"
+\bind "M-~S-percent"           "dialog-toggle findreplaceadv"
 
 # should be "chars-transpose" (swaps two chars)
 #bind "C-t"                    "------"


More information about the lyx-cvs mailing list