Bladeren bron

Enable in "read-char-by-name"

Fixes #38.
Ryan C. Thompson 11 jaren geleden
bovenliggende
commit
b95f3d8d10
2 gewijzigde bestanden met toevoegingen van 9 en 3 verwijderingen
  1. 4 0
      ChangeLog
  2. 5 3
      ido-ubiquitous.el

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+2013-10-02  Ryan C. Thompson  <rct@thompsonclan.org>
+
+	* Enable in "read-char-by-name"
+
 2013-09-27  Ryan C. Thompson  <rct@thompsonclan.org>
 
 	* Disable in org and magit since they already support ido

+ 5 - 3
ido-ubiquitous.el

@@ -4,7 +4,7 @@
 
 ;; Author: Ryan C. Thompson
 ;; URL: https://github.com/DarwinAwardWinner/ido-ubiquitous
-;; Version: 2.7
+;; Version: 2.8
 ;; Created: 2011-09-01
 ;; Keywords: convenience
 ;; EmacsWiki: InteractivelyDoThings
@@ -40,7 +40,7 @@
 
 ;;; Code:
 
-(defconst ido-ubiquitous-version "2.7"
+(defconst ido-ubiquitous-version "2.8"
   "Currently running version of ido-ubiquitous.
 
 Note that when you update ido-ubiquitous, this variable may not
@@ -300,7 +300,9 @@ You can restore these using the command `ido-ubiquitous-restore-default-override
     (disable exact "org-completing-read")
     (disable exact "org-completing-read-no-i")
     (disable exact "org-iswitchb-completing-read")
-    (disable exact "org-icompleting-read"))
+    (disable exact "org-icompleting-read")
+    ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/38
+    (enable exact "read-char-by-name"))
   "Default value of `ido-ubiquitous-function-overrides'.
 
 You can restore these using the command `ido-ubiquitous-restore-default-overrides'.")