]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/xemacs.bind
fix typo that put too many include paths for most people
[lyx.git] / lib / bind / xemacs.bind
index c8b48c1bac7fee5316a53156a3768294b6f8a6f5..2c8b88824581d17cdef80da916f6be4d265366f4 100644 (file)
 \bind "C-l"                    "screen-recenter"
 \bind "C-m"                    "mark-toggle"
 \bind "C-n"                    "down"
-\bind "C-o"                    "open-stuff"
+\bind "C-o"                    "inset-toggle"
 \bind "C-p"                    "up"
 
 # this is "quoted-insert" a total different meaning from "quote-insert"
-\bind "C-q"                    "quote-insert"
+\bind "C-q"                    "self-insert \""
 #bind "C-r"                    "------"
 \bind "C-s"                    "find-replace"
 \bind "M-~S-percent"           "find-replace"
 \bind "C-~S-slash"             "undo"
 \bind "C-~S-underscore"        "undo"
 
-\bind "S-C-quotedbl"           "quote-insert"
+\bind "~S-C-quotedbl"           "self-insert \""
 
 \bind "C-x a"                  "buffer-auto-save"
-\bind "C-x b"                  "buffer-previous"
-\bind "C-x c"                  "lyx-quit"
+# not currently supported
+#\bind "C-x b"                 "buffer-previous"
 \bind "C-x d"                  "buffer-new"
-\bind "C-x g"                  "buffer-view-ps"
+\bind "C-x g"                  "buffer-view ps"
 \bind "C-x k"                  "buffer-close"
-\bind "C-x p"                  "buffer-view"
-\bind "C-x r"                  "buffer-typeset"
+\bind "C-x p"                  "buffer-view dvi"
+\bind "C-x r"                  "buffer-update dvi"
 # Should have been "buffer-write-some"
 # \bind "C-x s"                  "buffer-write"
-\bind "C-x t"                  "buffer-typeset"
+\bind "C-x t"                  "buffer-update dvi"
 \bind "C-x u"                  "undo"
 \bind "C-x v h"                "vc-history"
 \bind "C-x v v"                "vc-check-in"
 \bind "C-x bracketright"       "screen-down"
 \bind "C-x quoteleft"          "error-next"
 \bind "C-x C-a"                "buffer-auto-save"
-\bind "C-x C-b"                "menu-open Documents"   # list all buffers
+\bind "C-x C-b"                "menu-open documents"   # list all buffers
 \bind "C-x C-c"                "lyx-quit"
 \bind "C-x C-d"                "buffer-new"
-\bind "C-x C-f"                "buffer-open"
-\bind "C-x C-g"                "buffer-view-ps"
+\bind "C-x C-f"                "file-open"
+\bind "C-x C-g"                "buffer-view ps"
 \bind "C-x C-l"                        "word-lowcase"          # downcase-region!
-\bind "C-x C-p"                "buffer-view"
+\bind "C-x C-p"                "buffer-view dvi"
 \bind "C-x C-q"                "buffer-toggle-read-only"
-#\bind "C-x C-r"                "buffer-typeset"
+#\bind "C-x C-r"                "buffer-update dvi"
 \bind "C-x C-s"                "buffer-write"
-\bind "C-x C-t"                "buffer-typeset"
+\bind "C-x C-t"                "buffer-update dvi"
 \bind "C-x C-u"                        "word-upcase"           # upcase-region!
 \bind "C-x C-w"                "buffer-write-as"
 
 #bind "F1"                     "help"                          # Not yet implemented!
 #bind "C-F1"                   "help-context"                  # Not yet implemented!
 #\bind "F2"                     "buffer-write"
-#\bind "F3"                     "buffer-open"
+#\bind "F3"                     "file-open"
 #bind "F4"                     "------"
 #bind "F5"                     "------"
 #bind "F6"                     "------"
 \bind "Next"                   "screen-down"
 
 # A bit like autoindent in c-mode
-\bind "Tab"                     "depth-next"
+\bind "Tab"                     "depth-increment"
 
 \bind "C-~S-greater"           "reference-goto"
-\bind "C-~S-less"              "reference-back"
+\bind "C-~S-less"              "bookmark-goto 0"
+\bind "C-~S-1"                 "bookmark-goto 1"
+\bind "C-~S-2"                 "bookmark-goto 2"
+\bind "C-~S-3"                 "bookmark-goto 3"
+\bind "C-M-~S-1"               "bookmark-save 1"
+\bind "C-M-~S-2"               "bookmark-save 2"
+\bind "C-M-~S-3"               "bookmark-save 3"
 
 #
 # Motion + select group
 \bind "C-BackSpace"            "word-delete-backward"
 \bind "M-Return"               "break-paragraph-keep-layout"
 \bind "C-Return"               "break-line"
+\bind "C-S-L"                  "ligature-break-insert"
 \bind "C-space"                        "protected-space-insert"
 \bind "C-period"               "end-of-sentence-period-insert"
 \bind "M-period"               "dots-insert"
 \bind "C-c C-f C-r"            "font-roman"
 \bind "C-c C-f C-t"            "font-code"  #typewriter
 
-\bind "C-c asciitilde"         "math-mode"
+\bind "C-c ~S-asciitilde"              "math-mode"
 
 \bind "C-c quoteleft"          "error-next"
 
 \bind "C-c C-e S-q"            "layout Quotation"
 \bind "C-c C-e v"              "layout Quote"
 
-\bind "C-c C-e f"              "figure-insert"  ## should be figure-float
-\bind "C-c C-e t"              "table-insert"   ## should be table-float
+\bind "C-c C-e f"              "graphics-insert"  ## should be figure-float
+\bind "C-c C-e t"              "dialog-tabular-insert" ## should be table-float
 
 \bind "C-c percent"            "layout Comment"
 
 #
 ## Start TeX mode, some overlap with AucTeX mode
 #
-\bind "C-c C-b"                        "buffer-typeset"
+\bind "C-c C-b"                        "buffer-update dvi"
 \bind "C-c C-p"                        "buffer-print"
-\bind "C-c C-r"                        "buffer-typeset"        # tex region
+\bind "C-c C-r"                        "buffer-update dvi"     # tex region
 #
 ## End TeX mode
 #
 
 \bind_file menus.bind
 \bind_file math.bind
+\bind_file latinkeys.bind