emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 05/15: Put back C-u -> Ctrl+U instead of Ctrl+u


From: Matthew Fidler
Subject: [elpa] 05/15: Put back C-u -> Ctrl+U instead of Ctrl+u
Date: Sun, 06 Jul 2014 03:56:16 +0000

mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.

commit 7f18882e21db6f71f8d27eddb69996fd47e14912
Author: Matthew L. Fidler <address@hidden>
Date:   Thu Jul 3 11:41:49 2014 -0500

    Put back C-u -> Ctrl+U instead of Ctrl+u
---
 ergoemacs-translate.el |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ergoemacs-translate.el b/ergoemacs-translate.el
index a58d2a7..4aca702 100644
--- a/ergoemacs-translate.el
+++ b/ergoemacs-translate.el
@@ -205,9 +205,9 @@ This assumes `ergoemacs-use-unicode-char' is non-nil.  When
             (goto-char (point-min))
             (while (re-search-forward "next>" nil t)
               (replace-match "PgDn>" t))
-            ;; (goto-char (point-min))
-            ;; (while (re-search-forward "[+]\\([[:lower:]]\\)\\(】\\|\\]\\)" 
nil t)
-            ;;   (replace-match (upcase (match-string 0)) t t))
+            (goto-char (point-min))
+            (while (re-search-forward "[+]\\([[:lower:]]\\)\\(】\\|\\]\\)" nil 
t)
+              (replace-match (upcase (match-string 0)) t t))
             (when (and (eq system-type 'darwin)
                        (string= "⇧" (ergoemacs-unicode-char "⇧" ""))
                        (string= "⌘" (ergoemacs-unicode-char "⌘" ""))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]