[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] 47/117: theme component support for if/dolist/mapc/mapcar/when
From: |
Matthew Fidler |
Subject: |
[elpa] 47/117: theme component support for if/dolist/mapc/mapcar/when |
Date: |
Fri, 25 Jul 2014 13:24:09 +0000 |
mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.
commit e334652e67681d01eab54d790d222fce676cc9ed
Author: Matthew L. Fidler <address@hidden>
Date: Thu Jul 17 07:43:09 2014 -0500
theme component support for if/dolist/mapc/mapcar/when
---
ergoemacs-macros.el | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/ergoemacs-macros.el b/ergoemacs-macros.el
index 3fc3fae..aa23909 100644
--- a/ergoemacs-macros.el
+++ b/ergoemacs-macros.el
@@ -207,6 +207,8 @@ Uses `ergoemacs-theme-component--parse-keys-and-body' and
`(ergoemacs-theme-component--with-hook
',(nth 1 elt) ',(nth 0 tmp)
'(lambda () ,@(nth 1 tmp)))))
+ ((ignore-errors (memq (nth 0 elt) '(mapcar mapc dolist when if)))
+ (macroexpand-all (ergoemacs-theme-component--parse-remaining
elt)))
(t elt)))
remaining)))
remaining))
- [elpa] 38/117: Make ergoemacs-track use lexical scoping, (continued)
- [elpa] 38/117: Make ergoemacs-track use lexical scoping, Matthew Fidler, 2014/07/25
- [elpa] 39/117: Make ergoemacs-unbind lexically scoped, Matthew Fidler, 2014/07/25
- [elpa] 34/117: Use abbreviated file name for shell here, Matthew Fidler, 2014/07/25
- [elpa] 32/117: Took out space requirement for dirtrack-list, Matthew Fidler, 2014/07/25
- [elpa] 41/117: Remove remnants of original local-set-key advice., Matthew Fidler, 2014/07/25
- [elpa] 42/117: Possibly address Issue #276, Matthew Fidler, 2014/07/25
- [elpa] 40/117: Make ergoemacs-shortcuts lexically scoped, Matthew Fidler, 2014/07/25
- [elpa] 45/117: Merge pull request #277 from pdg137/patch-1, Matthew Fidler, 2014/07/25
- [elpa] 44/117: Use M-h instead of M-H for comint-bol., Matthew Fidler, 2014/07/25
- [elpa] 48/117: Add support for dired+ prefixes, Matthew Fidler, 2014/07/25
- [elpa] 47/117: theme component support for if/dolist/mapc/mapcar/when,
Matthew Fidler <=
- [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