Parcourir la source

Disable ido-ubiquitous in "read-buffer".

This is the function used by "switch-to-buffer", which is the function
originally bound to C-x C-b before ido is enabled. It is used as a
non-ido fallback when pressing C-b inside "ido-switch-buffer", so
allowing ido to work in it doesn't make sense, even though technically
it works just fine.
Ryan C. Thompson il y a 13 ans
Parent
commit
db1495e920
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      ido-ubiquitous.el

+ 1 - 0
ido-ubiquitous.el

@@ -192,6 +192,7 @@ be used as the value of `completing-read-function'."
 (defvar ido-ubiquitous-permanent-function-exceptions
   '(read-file-name
     read-file-name-internal
+    read-buffer
     gnus-emacs-completing-read
     gnus-iswitchb-completing-read
     man)