Pārlūkot izejas kodu

Disable ido-ubiquitous in Gnus non-ido functions

Gnus already has support for ido, and ido completion conflicts with
Gnus' normal completing-read-based function.

# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch master
# Changes to be committed:
#
#	modified:   ido-ubiquitous.el
#
# Changes not staged for commit:
#
#	modified:   ido-ubiquitous.el
#
Ryan C. Thompson 13 gadi atpakaļ
vecāks
revīzija
44af1ac449
1 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  1. 3 1
      ido-ubiquitous.el

+ 3 - 1
ido-ubiquitous.el

@@ -155,7 +155,9 @@ ido-ubiquitous in non-interactive functions, customize
 ;; Always disable ido-ubiquitous in `find-file' and similar functions,
 ;; because they are not supposed to use ido.
 (defvar ido-ubiquitous-permanent-function-exceptions
-  '(read-file-name)
+  '(read-file-name
+    gnus-emacs-completing-read
+    gnus-iswitchb-completing-read)
   "Functions in which ido-ubiquitous should always be disabled.
 
 If you want to disable ido in a specific function or command, do