comparison lisp/ChangeLog @ 66135:5a1bac1c915b

* net/tramp.el (tramp-completion-mode): New defvar. Used in `tramp-completion-mode' for checking if we are in completion mode. (tramp-completion-handle-file-name-all-completions): Reorder code in order to complete for file names only in case there are no method/user/host completions. This is necessary for cooperation with ido. Reported by Kim F. Storm <storm@cua.dk>.
author Michael Albinus <michael.albinus@gmx.de>
date Mon, 17 Oct 2005 04:46:46 +0000
parents 3fe20f1edf7b
children 934d10a9685c
comparison
equal deleted inserted replaced
66134:b4d414f000c1 66135:5a1bac1c915b
1 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-completion-mode): New defvar. Used in
4 `tramp-completion-mode' for checking if we are in completion mode.
5 (tramp-completion-handle-file-name-all-completions): Reorder code
6 in order to complete for file names only in case there are no
7 method/user/host completions. This is necessary for cooperation
8 with ido. Reported by Kim F. Storm <storm@cua.dk>.
9
1 2005-10-16 Chong Yidong <cyd@stupidchicken.com> 10 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
2 11
3 * longlines.el (longlines-search-forward) 12 * longlines.el (longlines-search-forward)
4 (longlines-search-backward): Match any number of spaces. 13 (longlines-search-backward): Match any number of spaces.
5 14