| About 1,850 results (0.21 seconds) |
![]() Custom Search |
Sep 5, 2008 ... I found the default keymap somewhat confusing. The point of doing web browsing in emacs is to use familiar keys for navigation. So, here's the ... www.emacswiki.org/emacs/WThreeMKeymap |
Apr 1, 2013 ... When there is such a conflict, however, the more specific mode keymap will take precedence, and your global keybinding will be temporarily ... www.emacswiki.org/emacs/KeyBindingDiscussion |
Apr 26, 2010 ... (aref world 4)) ;;; Modes (defvar mu-input-mode-map (let ((map (make-sparse- keymap))) (if (functionp 'set-keymap-parent) (set-keymap-parent ... www.emacswiki.org/emacs/mu.el |
Sep 1, 2012... (linkd-follow (linkd-link-at-point)))) (overlay-put overlay 'keymap (let ((keymap ( make-sparse-keymap))) (define-key keymap [down-mouse-2] ... www.emacswiki.org/emacs/LinkdMode |
Sep 11, 2010 ... For buffer-local keys, you cannot use local-set-key, unless you want to modify the keymap of the entire major-mode in question: local-set-key is ... www.emacswiki.org/emacs/BufferLocalKeys |
Nov 10, 2012 ... (defvar smart-operator-mode-map (let ((keymap (make-sparse-keymap))) (define- key keymap "=" 'smart-operator-self-insert-command) ... www.emacswiki.org/emacs/SmartOperator |
Nov 21, 2009 ... MENU is a keymap. The top level of MENU is a list of entries having the one of the following forms: \(LABEL KEYMAP) LABEL is a text string to ... www.emacswiki.org/emacs/textmenu.el |
Apr 12, 2013 ... The following example is for keymap files as used by the loadkeys(1) ... It will be activated for all files with the extensions ".map" and ".keymap" . www.emacswiki.org/emacs/GenericMode |
Feb 6, 2010... keymap (defvar webgen-mode-keymap (make-sparse-keymap) ... webgen- mode-keymap "\C-c\C-v" 'webgen-browse-html) (or (assq ... www.emacswiki.org/emacs/webgen-mode.el |
Feb 7, 2009 ... `KEYMAP' is a add keymap for some binding, default is `current-global-map'. ... ( let (key def) (or keymap (setq keymap (current-global-map))) (if ... www.emacswiki.org/emacs/lazy-set-key.el |
| |