浏览代码

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 13 年之前
父节点
当前提交
db1495e920
共有 1 个文件被更改,包括 1 次插入0 次删除
  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)