119 lines
4.4 KiB
EmacsLisp
119 lines
4.4 KiB
EmacsLisp
;;; ido-ubiquitous-autoloads.el --- automatically extracted autoloads
|
||
;;
|
||
;;; Code:
|
||
|
||
|
||
;;;### (autoloads (ido-ubiquitous-function-compatibility-exceptions
|
||
;;;;;; ido-ubiquitous-command-compatibility-exceptions ido-ubiquitous-function-exceptions
|
||
;;;;;; ido-ubiquitous-command-exceptions ido-ubiquitous-mode ido-ubiquitous)
|
||
;;;;;; "ido-ubiquitous" "ido-ubiquitous.el" (20815 21541 0 0))
|
||
;;; Generated autoloads from ido-ubiquitous.el
|
||
|
||
(let ((loads (get 'ido-ubiquitous 'custom-loads))) (if (member '"ido-ubiquitous" loads) nil (put 'ido-ubiquitous 'custom-loads (cons '"ido-ubiquitous" loads))))
|
||
|
||
(defvar ido-ubiquitous-mode nil "\
|
||
Non-nil if Ido-Ubiquitous mode is enabled.
|
||
See the command `ido-ubiquitous-mode' for a description of this minor mode.
|
||
Setting this variable directly does not take effect;
|
||
either customize it (see the info node `Easy Customization')
|
||
or call the function `ido-ubiquitous-mode'.")
|
||
|
||
(custom-autoload 'ido-ubiquitous-mode "ido-ubiquitous" nil)
|
||
|
||
(autoload 'ido-ubiquitous-mode "ido-ubiquitous" "\
|
||
Use `ido-completing-read' instead of `completing-read' almost everywhere.
|
||
|
||
This mode has no effect unles `ido-mode' is also enabled.
|
||
|
||
If this mode causes problems for a function, you can force the
|
||
function to use the original completing read by using the macro
|
||
`ido-ubiquitous-disable-in'. For example, if a
|
||
function `foo' cannot work with ido-style completion, evaluate
|
||
the following (for example by putting it in your .emacs file):
|
||
|
||
(ido-ubiquitous-disable-in foo)
|
||
|
||
\(fn &optional ARG)" t nil)
|
||
|
||
(define-obsolete-variable-alias 'ido-ubiquitous 'ido-ubiquitous-mode "0.8")
|
||
|
||
(define-obsolete-function-alias 'ido-ubiquitous 'ido-ubiquitous-mode "0.8")
|
||
|
||
(defvar ido-ubiquitous-command-exceptions 'nil "\
|
||
List of commands that should not be affected by `ido-ubiquitous'.
|
||
|
||
Even when `ido-ubiquitous' mode is enabled, these commands will
|
||
continue to use `completing-read' instead of
|
||
`ido-completing-read'.
|
||
|
||
Only *interactive* commands should go here. To disable
|
||
ido-ubiquitous in non-interactive functions, customize
|
||
`ido-ubiquitous-function-exceptions'.
|
||
|
||
Note: this feature depends on the variable `this-command' being
|
||
properly set to the name of the currently executing command.
|
||
Depending on how the command is onvoked, this may or may not
|
||
happen, so this feature may simply not work in some cases.")
|
||
|
||
(custom-autoload 'ido-ubiquitous-command-exceptions "ido-ubiquitous" t)
|
||
|
||
(define-obsolete-variable-alias 'ido-ubiquitous-exceptions 'ido-ubiquitous-command-exceptions "0.4")
|
||
|
||
(defvar ido-ubiquitous-function-exceptions '(grep-read-files) "\
|
||
List of functions in which to disable ido-ubiquitous.
|
||
|
||
If you need to add a function to this list, please also file a
|
||
bug report at
|
||
https://github.com/DarwinAwardWinner/ido-ubiquitous/issues
|
||
|
||
Note that certain functions, such as `read-file-name', must
|
||
always have ido-ubiquitous disabled, and cannot be added
|
||
here. (They are effectively a permanent part of this list
|
||
already.)")
|
||
|
||
(custom-autoload 'ido-ubiquitous-function-exceptions "ido-ubiquitous" nil)
|
||
|
||
(defvar ido-ubiquitous-command-compatibility-exceptions 'nil "\
|
||
List of commands in which to disable compatibility.
|
||
|
||
See `ido-ubiquitous-enable-compatibility' for a description of
|
||
the compatibility behavior. If this behavior causes a command to
|
||
break, add that command to this list to disable compatibility
|
||
mode for just that command.
|
||
|
||
Only *interactive* commands should go here. To disable
|
||
compatibility mode in non-interactive functions, customize
|
||
`ido-ubiquitous-function-compatibility-exceptions'.")
|
||
|
||
(custom-autoload 'ido-ubiquitous-command-compatibility-exceptions "ido-ubiquitous" t)
|
||
|
||
(defvar ido-ubiquitous-function-compatibility-exceptions 'nil "\
|
||
List of functions in which to disable ido-ubiquitous compatibility mode.
|
||
|
||
See `ido-ubiquitous-enable-compatibility' for a description of
|
||
the compatibility behavior. If this behavior causes a function to
|
||
break, add that function to this list to disable compatibility
|
||
mode for just that command.
|
||
|
||
If you need to add a function to this list, please also file a
|
||
bug report at
|
||
https://github.com/DarwinAwardWinner/ido-ubiquitous/issues")
|
||
|
||
(custom-autoload 'ido-ubiquitous-function-compatibility-exceptions "ido-ubiquitous" nil)
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil nil ("ido-ubiquitous-pkg.el") (20815 21541
|
||
;;;;;; 802909 0))
|
||
|
||
;;;***
|
||
|
||
(provide 'ido-ubiquitous-autoloads)
|
||
;; Local Variables:
|
||
;; version-control: never
|
||
;; no-byte-compile: t
|
||
;; no-update-autoloads: t
|
||
;; coding: utf-8
|
||
;; End:
|
||
;;; ido-ubiquitous-autoloads.el ends here
|