Kim F. Storm
9f781d7e1b
(ido-define-mode-map):
...
Undo last change (duplicates part of 2003-02-04 change).
Remap `viper' delete commands only in file or dir mode.
2003-02-05 22:04:02 +00:00
Kai Großjohann
e37344094a
(ido-define-mode-map): Interact with Viper. From Kim F
...
Storm.
2003-02-05 20:12:56 +00:00
Juanma Barranquero
71296446d3
Trailing whitespace deleted.
2003-02-04 11:26:42 +00:00
Kim F. Storm
f0a73ccce1
(ido-define-mode-map): Remap viper delete char/word
...
commands to their ido specific equivalents. Disable ESC in
viper mode (to avoid exiting insert mode), since ido doesn't
work in viper command mode.
(ido-delete-backward-updir, ido-delete-backward-word-updir):
Handle remapped viper commands.
2003-02-03 22:33:13 +00:00
Richard M. Stallman
337d2b6676
Many doc fixes.
...
(ido-complete): Fix message.
2003-01-25 19:42:15 +00:00
Kim F. Storm
c4d9ba398e
Update copyright.
2003-01-24 12:07:09 +00:00
Kim F. Storm
4d80e3ae6d
(ido-make-file-list, ido-make-dir-list): Don't move
...
visited directories to end of list; it's the wrong thing to do if
we want to find a file or directory in such directories.
2003-01-21 22:13:23 +00:00
Kim F. Storm
84f6c6d05e
(ido-read-internal, ido-file-internal)
...
(ido-copy-current-file-name, ido-wide-find-dirs-or-files):
Don't use `path' as name of local variables holding a file name.
2003-01-14 21:31:47 +00:00
Kim F. Storm
1b69d8e271
Remove final period from error message.
2003-01-14 21:12:20 +00:00
Kim F. Storm
a42e9704f2
Rename ido-max-prompt-width to ido-max-file-prompt-width for consistency.
2003-01-13 23:05:51 +00:00
Kim F. Storm
362cdb6189
(ido-ignore-directories-merge): Doc fix.
...
(ido-max-prompt-width): Renamed from ido-max-prompt-path.
(ido-enable-last-directory-history): Doc fix.
(ido-work-directory-list-ignore-regexps): Doc fix.
(ido-enable-tramp-completion): Doc fix.
(ido-record-ftp-work-directories): Doc fix.
(ido-merge-ftp-work-directories): Doc fix.
(ido-rewrite-file-prompt-functions): Renamed from
ido-make-file-prompt-hook. Directory name is now in dynamic
variable `dirname' (instead of `path').
(ido-rewrite-file-prompt-rules): Renamed from
ido-rewrite-prompt-path-rules.
(ido-read-file-name-as-directory-commands): Doc fix.
(ido-last-directory-list): Doc fix.
(ido-work-directory-list): Doc fix.
(ido-work-file-list): Doc fix.
(ido-make-prompt): Directory name now in `dirname' var.
(ido-edit-input): Doc fix.
(ido-complete): Fix error message.
(ido-copy-current-word): Doc fix.
(ido-find-file): Doc fix.
2003-01-13 22:56:53 +00:00
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