summaryrefslogtreecommitdiff
path: root/lisp/ido.el
Commit message (Collapse)AuthorAgeFilesLines
* (ido-save-directory-list-file): Run file names that begin with a period thruEli Zaretskii2008-10-191-1/+1
| | | | `convert-standard-filename'.
* (ido-mode): Initialize with custom-initialize-default. (Bug#947).Glenn Morris2008-09-111-1/+1
|
* * ido.el (ido-unload-function): New function.Juanma Barranquero2008-09-091-0/+7
|
* * ido.el (ido-file-internal): Fix typo in prompt.Juanma Barranquero2008-09-081-15/+15
| | | | | | | | (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes. (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers) (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions) (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir): Fix typos in docstrings.
* (ido-buffer-internal, ido-file-internal): Pass on other-windowKim F. Storm2008-09-041-2/+6
| | | | and other-frame methods when switching between file and buffer modes.
* Move provide statement to the end of the file.Chong Yidong2008-08-311-2/+1
|
* (ido-mode): Add toggle notification.Chong Yidong2008-08-021-1/+3
|
* American English spelling fix.Glenn Morris2008-06-271-3/+3
|
* edo: do not emit trailing newlineMichael Olson2008-05-171-1/+0
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* (ido-magic-forward-char, ido-magic-backward-char)Kim F. Storm2008-02-041-12/+16
| | | | (ido-magic-delete-char): Use prefix arg.
* * progmodes/ada-xref.el (ada-prj-find-prj-file):Stefan Monnier2008-01-041-12/+11
| | | | | | * progmodes/ada-mode.el (comment-region): * calendar/todo-mode.el (todo-insert-item): * bookmark.el (bookmark-buffer-name): Test major-mode rather than mode-name.
* Remove directory part from filenames in function declarations.Glenn Morris2007-12-061-1/+1
|
* (ido-save-history): Set the `coding' localJuanma Barranquero2007-12-041-1/+2
| | | | variable in the first line of the file.
* * ido.el (ido-file-name-all-completions-1): Check for fboundp ofMichael Albinus2007-11-241-14/+15
| | | | | `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind `tramp-completion-mode'.
* * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):Dan Nicolaescu2007-11-191-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | * play/yow.el (doctor-ret-or-read): * vc-hooks.el (vc-dired-resynch-file): * vc-hg.el (log-view-get-marked): * smerge-mode.el (ediff-cleanup-mess): * pcvs.el (vc-editable-p, vc-checkout): * pcomplete.el (comint-bol): * informat.el (texinfo-format-refill): * ido.el (tramp-tramp-file-p): * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier) (ibuffer-generate-filter-groups) (ibuffer-format-filter-group-data): * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as functions. * ido.el (ido-file-internal): Move with-no-warnings to include the ffap-string-at-point call. * pcomplete.el (pcomplete-executables): Move defsubst before first use. * vc-hg.el (vc-hg-revision-table): Fix last change.
* (ido-save-history): Save the history file in UTF-8,Juanma Barranquero2007-11-101-6/+3
| | | | not the current filename coding system.
* (ido-save-history): Write the history file in the current filenameJuanma Barranquero2007-11-061-4/+8
| | | | coding system, and add `coding' file-local variable.
* (ido-to-end, ido-set-matches-1): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-251-3/+3
|
* Replace `iff' in doc-strings and comments.Glenn Morris2007-08-081-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (ido-find-file-in-dir): Don't signal an error for empty directories.Juanma Barranquero2007-06-201-2/+1
|
* (ido-kill-buffer-at-head, ido-delete-file-at-head):Kim F. Storm2007-04-221-2/+2
| | | | Don't use kill-line.
* (ido-read-internal): When reading file or dir, only overrideKim F. Storm2007-03-291-2/+8
| | | | | minibuffer-local-filename-completion-map, otherwise only override minibuffer-local-completion-map.
* (ido-init-completion-maps): Remap delete-backward-char.Chong Yidong2007-03-171-0/+1
|
* (ido-buffer-internal): Set this-command to fallback command.Kim F. Storm2007-02-251-8/+14
| | | | | | Add selected buffer to buffer-name-history. (ido-file-internal): Set this-command to fallback command. Add file names to to file-name-history.
* Doc fixes.Kim F. Storm2007-02-051-16/+16
|
* (ido-set-common-completion): Use `let', not `let*'.Juanma Barranquero2007-01-311-2/+2
|
* (ido-initial-position): New variable.Kim F. Storm2007-01-241-41/+65
| | | | | | | | | | | | (ido-read-internal): Set it if default item is specified. (ido-minibuffer-setup): Position cursor accordingly if set. (ido-edit-input): C-e moves to end of input if not already there. (ido-magic-backward-char): C-b does like M-b if prev char is /. Don't switch to buffer mode if repeating C-b at start of input. (ido-toggle-ignore): C-a only toggles ignore at start or end of input; else it moves to start of input. (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is not at end of input, delete rest of input, rather than normal op.
* (ido-active): Add xemacs test from ido-minibuffer-setup.Kim F. Storm2007-01-221-8/+7
| | | | | (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup) (ido-tidy): Use ido-active.
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (ido-set-matches-1): Fix last change. If default item isKim F. Storm2006-12-271-0/+5
| | | | current buffer, it is ok to be first.
* (ido-set-matches-1): Never put current buffer first ifKim F. Storm2006-12-271-0/+3
| | | | there are other matches.
* (ido-toggle-ignore, ido-completion-help): Print message whileKim F. Storm2006-12-161-1/+4
| | | | reading big directory.
* (ido-completion-help): Build ido-cur-list and ido-matchesKim F. Storm2006-12-161-1/+9
| | | | if ido-directory-too-big is set on entry.
* (ido-init-completion-maps): Remap backward-kill-wordKim F. Storm2006-12-101-1/+2
| | | | instead of binding M-backspace.
* 2006-11-30 Michaël Cadilhac <michael.cadilhac@lrde.org>Kim F. Storm2006-11-301-8/+18
| | | | | | | | (ido-local-file-exists-p): New. Tell if a file exists locally, i.e. without using file name handlers. (ido-read-internal): Allow mono letter host names, avoiding the `c:' problem by testing if the file exists locally. (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
* (ido-file-internal): Use current buffer's file name as defaultKim F. Storm2006-11-161-1/+3
| | | | choice for ido-find-alternate-file. Suggested by Matt Hodges.
* (ido-copy-current-word): C-o copies region if active.Kim F. Storm2006-11-131-12/+15
|
* (ido-enable-prefix): Improve previous doc fix.Glenn Morris2006-11-111-1/+1
|
* (ido-enable-prefix): Doc fix (Nil -> nil).Glenn Morris2006-11-101-1/+1
|
* (ido-ignore-extensions, ido-show-dot-for-dired, ido-max-dir-file-cache,Juanma Barranquero2006-11-081-23/+23
| | | | | | | | | ido-decorations, ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth, ido-magic-backward-char, ido-enter-dired, ido-enter-insert-buffer, ido-enter-insert-file, ido-dired, ido-list-directory, ido-first-match, ido-only-match, ido-subdir, ido-indicator): Fix typos in docstrings. (ido-buffer-internal, ido-completion-help): Fix typos in messages. (ido-read-internal): Fix typo in error message.
* (ido-reread-directory): Work in `dir' mode too.Kim F. Storm2006-10-161-1/+1
|
* 2006-10-15 Michaël Cadilhac <michael.cadilhac@lrde.org>Kim F. Storm2006-10-151-1/+1
| | | | (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
* (ido-file-extension-aux): Fix comparison.Kim F. Storm2006-10-061-5/+7
|
* (ido-wide-find-dirs-or-files): Use shell-quote-argument.Kim F. Storm2006-10-061-1/+6
|
* (ido-file-internal): Only bind minibuffer-completing-file-nameKim F. Storm2006-09-291-4/+4
| | | | to t while calling ido-read-internal.
* (ido-ignore-item-p): Allow any kind of functions in ignore lists.Kim F. Storm2006-09-141-2/+2
| | | | From Michaël Cadilhac.
* (ido-edit-input, ido-complete, ido-take-first-match)Kim F. Storm2006-09-101-10/+10
| | | | | | (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit) (ido-delete-file-at-head): Pass head of ido-matches through ido-name in case of merged directories. Reported by Michaël Cadilhac.
* (ido-visit-buffer): Use buffer name if buffer arg is a buffer.Kim F. Storm2006-09-051-1/+2
|