]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/xemacs.bind
Update ru docs
[lyx.git] / lib / bind / xemacs.bind
index 13decd386022eb0a899900386ff519b6b30ffd0f..135b13303b2b01b494ac8e2f90de87fb5aa29876 100644 (file)
 #
 # Happy tuning!
 
-Format 4
+Format 5
 
 \bind "C-~S-at"                        "mark-on"
 \bind "C-a"                    "line-begin"
 \bind "C-b"                    "char-backward"
 #bind "C-c"                    "------" # see end of file
-\bind "C-d"                    "char-delete-forward"
+\bind "C-d"                    "char-delete-forward confirm"
 \bind "C-e"                    "line-end"
 \bind "C-f"                    "char-forward"
 \bind "C-g"                    "cancel"
@@ -220,10 +220,10 @@ Format 4
 # Edit group
 #
 
-\bind "M-Delete"               "word-delete-backward"
-\bind "C-Delete"               "word-delete-forward"
-\bind "M-d"                     "word-delete-forward"
-\bind "C-BackSpace"            "word-delete-backward"
+\bind "M-Delete"               "word-delete-backward confirm"
+\bind "C-Delete"               "word-delete-forward confirm"
+\bind "M-d"                     "word-delete-forward confirm"
+\bind "C-BackSpace"            "word-delete-backward confirm"
 \bind "M-Return"               "paragraph-break inverse"
 \bind "C-Return"               "newline-insert newline"
 \bind "C-S-Return"             "newline-insert linebreak"