diff options
| author | Philipp Stephani | 2017-04-20 15:41:15 +0200 |
|---|---|---|
| committer | Philipp Stephani | 2017-04-23 18:42:42 +0200 |
| commit | a1f93c1dfa53dbe007faa09ab0c6e913e86e3ffe (patch) | |
| tree | 4468a3c2fa5e83ced8a42378e4b2453199d1f5b8 /etc | |
| parent | a02885a37031ec0e199dcb38ff9cb93e65e7b7cb (diff) | |
| download | emacs-a1f93c1dfa53dbe007faa09ab0c6e913e86e3ffe.tar.gz emacs-a1f93c1dfa53dbe007faa09ab0c6e913e86e3ffe.zip | |
Add missing remappings for Ido mode
Among others, add a remapping for C-x 4 d, cf. Bug#26360.
* lisp/ido.el (ido-mode): Remap missing commands.
(ido-file-internal, ido-visit-buffer): Add support for new
methods.
(ido-display-buffer-other-frame)
(ido-find-alternate-file-other-window, ido-dired-other-window)
(ido-dired-other-frame): New commands.
* test/lisp/ido-tests.el (ido-tests--other-window-frame): Add unit
test for the bindings.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -555,6 +555,13 @@ replaced by the real images asynchronously, which will also now | |||
| 555 | respect width/height HTML specs (unless they specify widths/heights | 555 | respect width/height HTML specs (unless they specify widths/heights |
| 556 | bigger than the current window). | 556 | bigger than the current window). |
| 557 | 557 | ||
| 558 | ** Ido | ||
| 559 | |||
| 560 | *** The commands 'find-alternate-file-other-window', | ||
| 561 | 'dired-other-window', 'dired-other-frame', and | ||
| 562 | 'display-buffer-other-window' are now remapped to Ido equivalents if | ||
| 563 | Ido mode is active. | ||
| 564 | |||
| 558 | ** Images | 565 | ** Images |
| 559 | 566 | ||
| 560 | +++ | 567 | +++ |