emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master dd84ff6 09/14: Fix aw-ignore-current for 3 windows


From: Oleh Krehel
Subject: [elpa] master dd84ff6 09/14: Fix aw-ignore-current for 3 windows
Date: Thu, 04 Jun 2015 17:05:17 +0000

branch: master
commit dd84ff605497bdfdf85ad79290e046f2e783e209
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    Fix aw-ignore-current for 3 windows
    
    ace-window.el (aw-select): Update.
    
    Fixes #48
---
 ace-window.el |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/ace-window.el b/ace-window.el
index 20fe1e4..0a9d9b8 100644
--- a/ace-window.el
+++ b/ace-window.el
@@ -278,7 +278,9 @@ Amend MODE-LINE to the mode line for the duration of the 
selection."
                    (when (eq aw-action 'exit)
                      (setq aw-action nil)))
                  (or (car wnd-list) start-window))
-                ((and (= (length wnd-list) 2) (not aw-dispatch-always))
+                ((and (= (length wnd-list) 2)
+                      (not aw-dispatch-always)
+                      (not aw-ignore-current))
                  (let ((wnd (next-window nil nil next-window-scope)))
                    (while (and (aw-ignored-p wnd)
                                (not (equal wnd start-window)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]