[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] 54/117: Fix menu keybinding preprocessing
From: |
Matthew Fidler |
Subject: |
[elpa] 54/117: Fix menu keybinding preprocessing |
Date: |
Fri, 25 Jul 2014 13:24:12 +0000 |
mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.
commit 998a86bb7fb6c7c86b43af79b768116658a9184f
Author: Matthew L. Fidler <address@hidden>
Date: Thu Jul 17 13:55:28 2014 -0500
Fix menu keybinding preprocessing
---
ergoemacs-menus.el | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/ergoemacs-menus.el b/ergoemacs-menus.el
index a3f9e3f..77fbb9d 100644
--- a/ergoemacs-menus.el
+++ b/ergoemacs-menus.el
@@ -63,6 +63,7 @@
nil))
(defun ergoemacs-preprocess-menu-keybindings (menu)
+ "Put `ergoemacs-mode' key bindings on menus."
(if (not (ignore-errors (keymapp menu)))
(progn
(message "Invalid menu in ergoemacs-preprocess-menu-keybindings %s"
menu)
- [elpa] 49/117: Merge branch 'master' of github.com:ergoemacs/ergoemacs-mode, (continued)
- [elpa] 49/117: Merge branch 'master' of github.com:ergoemacs/ergoemacs-mode, Matthew Fidler, 2014/07/25
- [elpa] 43/117: Setup local overrides outside of minibuffers and overriding keymaps, Matthew Fidler, 2014/07/25
- [elpa] 52/117: Take out org-italic, Matthew Fidler, 2014/07/25
- [elpa] 51/117: Fix F8 map, Matthew Fidler, 2014/07/25
- [elpa] 50/117: Add lookup of C-g to ergoemacs-keyboard-quit, Matthew Fidler, 2014/07/25
- [elpa] 55/117: Bug fix for ergoemacs-keyboard-quit, Matthew Fidler, 2014/07/25
- [elpa] 56/117: Add ability to "flatten" a composed keymap; Flatten maps that are always modified, Matthew Fidler, 2014/07/25
- [elpa] 58/117: Remove ergoemacs-read-modal-keymap function, Matthew Fidler, 2014/07/25
- [elpa] 53/117: Don't error on invalid menu., Matthew Fidler, 2014/07/25
- [elpa] 46/117: Install ergoemacs-read-default for every major mode, Matthew Fidler, 2014/07/25
- [elpa] 54/117: Fix menu keybinding preprocessing,
Matthew Fidler <=
- [elpa] 57/117: Add first keyword, and use in minibuffer-setup-hook, Matthew Fidler, 2014/07/25
- [elpa] 60/117: Fix byte-compile warning, Matthew Fidler, 2014/07/25
- [elpa] 62/117: Update ergoemacs-mode-line custom description, Matthew Fidler, 2014/07/25
- [elpa] 61/117: Set ergoemacs-mode-line default to t, Matthew Fidler, 2014/07/25
- [elpa] 63/117: Attempt to fix Issue #278, Matthew Fidler, 2014/07/25
- [elpa] 67/117: Fix Issue #278, Matthew Fidler, 2014/07/25
- [elpa] 59/117: Add ergoemacs-mode-line option, Matthew Fidler, 2014/07/25
- [elpa] 64/117: Add run-hook property, Matthew Fidler, 2014/07/25
- [elpa] 66/117: Allow keymaps to be copied before modifying them, Matthew Fidler, 2014/07/25
- [elpa] 69/117: Fix Issue #279, Matthew Fidler, 2014/07/25