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

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

[elpa] externals/ivy-explorer c2ef475 19/29: Update ivy explorere avy di


From: Clemens Radermacher
Subject: [elpa] externals/ivy-explorer c2ef475 19/29: Update ivy explorere avy dispatch for posframe
Date: Tue, 12 Mar 2019 09:04:37 -0400 (EDT)

branch: externals/ivy-explorer
commit c2ef4757aeda3c84d749581f3c3d4e7c724cbbff
Author: Clemens Radermacher <address@hidden>
Commit: Clemens Radermacher <address@hidden>

    Update ivy explorere avy dispatch for posframe
---
 ivy-explorer.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/ivy-explorer.el b/ivy-explorer.el
index d7eeebb..f5c3a14 100644
--- a/ivy-explorer.el
+++ b/ivy-explorer.el
@@ -504,7 +504,11 @@ in this case `avy' is not invoked again."
        'ivy-explorer-avy-dispatching-done-hydra)
     (ivy-explorer-avy
      (lambda ()
-       (let ((action (ivy-read-action)))
+       (let ((action (if (get-buffer ivy-explorer--posframe-buffer)
+                         (progn (unless (require 'ivy-posframe nil t)
+                                  (user-error "Ivy posframe not found"))
+                                (ivy-posframe-read-action))
+                       (ivy-read-action))))
          (when action
            (ivy-set-action action)
            (ivy-done)))))))



reply via email to

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