aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPhilipp Stephani2017-04-20 15:41:15 +0200
committerPhilipp Stephani2017-04-23 18:42:42 +0200
commita1f93c1dfa53dbe007faa09ab0c6e913e86e3ffe (patch)
tree4468a3c2fa5e83ced8a42378e4b2453199d1f5b8 /etc
parenta02885a37031ec0e199dcb38ff9cb93e65e7b7cb (diff)
downloademacs-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/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 72818278781..9d4c72d6dc0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -555,6 +555,13 @@ replaced by the real images asynchronously, which will also now
555respect width/height HTML specs (unless they specify widths/heights 555respect width/height HTML specs (unless they specify widths/heights
556bigger than the current window). 556bigger 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
563Ido mode is active.
564
558** Images 565** Images
559 566
560+++ 567+++