1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-14 10:00:25 -08:00
Commit graph

319 commits

Author SHA1 Message Date
Kim F. Storm
bad111c2d4 (ido-enable-tramp-completion): New defcustom.
(ido-enter-single-matching-directory): Change default to 'slash.
(ido-is-tramp-root): New defun.
(ido-is-root-directory, ido-is-ftp-directory, ido-is-slow-ftp-host)
(ido-may-cache-directory, ido-final-slash, ido-read-internal)
(ido-complete, ido-make-file-list1, ido-make-dir-list1):
Handle tramp completion.
(ido-file-name-all-completions1): New defun for tramp completion.
(ido-file-name-all-completions): Use it.
(ido-set-matches1): Relax matching of text with trailing slash.
(ido-exhibit): Handle tramp completion.
Simplified code using nested cond forms using new `refresh' var.
Fixed handling of /~user/ paths.
2003-01-12 22:27:17 +00:00
Kim F. Storm
93ec302e30 (ido-read-file-name): Removed debug message. 2002-12-16 12:05:37 +00:00
Kim F. Storm
1518d6e35b (ido-xemacs): Remove defvar. All uses changed to
check (featurep 'xemacs) instead.
(ido-visit-buffer): Use select-frame-set-input-focus
unconditionally.
2002-11-27 23:13:27 +00:00
Kim F. Storm
6968582fe0 (ido-read-file-name): Removed leftover debug message "gotit". 2002-11-01 09:18:40 +00:00
Kim F. Storm
81173429ea (ido-wide-find-dirs-or-files): Fixed problem that caused
incomplete list of matches to be returned.
2002-10-29 14:14:56 +00:00
Kim F. Storm
d1a0acacb3 (ido-cannot-complete-command): New defcustom, default to
ido-completion-help (similar to iswitchb-cannot-complete-hook).
(ido-complete): Call value of ido-cannot-complete-command rather
than ido-completion-help when no common completion.
2002-10-27 21:31:19 +00:00
Kim F. Storm
08bfde76b7 (ido-restrict-to-matches): New command.
(ido-define-mode-map): Bind it to C-SPC and C-@ in ido-mode-map.
2002-10-22 22:27:50 +00:00
Kim F. Storm
69beb26d2f (ido-ignore-item-temp-list): New variable.
(ido-read-internal): Don't set ido-default-item if the default is
member of ido-ignore-item-temp-list.
Don't return first match for C-j if no text is entered.
(ido-buffer-internal): Check for empty string return.
(ido-make-buffer-list1): Use member instead of memq.
(ido-window-buffer-p): Likewise.
(ido-get-bufname): Ignore buffers on ido-ignore-item-temp-list.
(ido-ignore-item-p): Ignore items on ido-ignore-item-temp-list.
2002-09-02 10:40:56 +00:00
Markus Rost
610a4f6486 (ido-separator): Fix type. 2002-07-23 02:26:56 +00:00
Richard M. Stallman
0fe826e987 Comment change. 2002-07-12 23:25:26 +00:00
Kim F. Storm
e20b31732a (ido-make-merged-file-list): Fix last change again. 2002-07-10 11:08:01 +00:00
Juanma Barranquero
df31d96b4d (ido-enter-single-matching-directory): Delete leftover comment. 2002-07-10 08:18:31 +00:00
Kim F. Storm
4e85a73353 (ido-make-merged-file-list): Fix last change. 2002-07-09 09:08:18 +00:00
Kim F. Storm
9a08196a0b (ido-make-merged-file-list): Move fully matching item to head of list. 2002-07-08 22:22:12 +00:00
Kim F. Storm
9066a4d070 (ido-find-common-substring): Return substring instead of t. 2002-07-08 22:03:02 +00:00
Kim F. Storm
030fa15b8f (ido-set-matches1): Use regexp-quote instead of identity.
(ido-complete-space): New function.
(ido-define-mode-map): Bind it to SPACE.
2002-07-07 23:02:54 +00:00
Kim F. Storm
6c1bc24638 Changed xemacs specific code to avoid byte compiler warning in GNU
emacs.
2002-07-07 21:16:23 +00:00
Juanma Barranquero
319a586a30 (ido-minibuffer-setup-hook): Doc fix. 2002-07-01 16:11:39 +00:00
Kim F. Storm
789d1bf0f0 New file. 2002-06-27 22:39:10 +00:00