|
@@ -226,4 +226,11 @@ This has no effect when ido is completing buffers or files."
|
|
|
(ido-select-text)
|
|
|
ad-do-it))
|
|
|
|
|
|
+(defadvice bookmark-completing-read (around disable-ido-compatibility activate)
|
|
|
+ "`bookmark-completing-read' uses `completing-read' in an odd
|
|
|
+ way the conflicts with the compatibilty mode of
|
|
|
+ ido-ubiquitous."
|
|
|
+ (let (ido-ubiquitous-enable-compatibility)
|
|
|
+ ad-do-it))
|
|
|
+
|
|
|
(provide 'ido-ubiquitous) ;;; ido-ubiquitous.el ends here
|