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

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

[nongnu] elpa/helm 501d12109c: Revert "New user variable helm-persistent


From: ELPA Syncer
Subject: [nongnu] elpa/helm 501d12109c: Revert "New user variable helm-persistent-action-use-special-display"
Date: Tue, 5 Apr 2022 16:58:41 -0400 (EDT)

branch: elpa/helm
commit 501d12109c91afe1d82b5bfcd63da6a3ab79e24a
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Revert "New user variable helm-persistent-action-use-special-display"
    
    This reverts commit 3bb4dedf774ad03f9aa760636966c897df6c6329.
---
 helm-core.el | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)

diff --git a/helm-core.el b/helm-core.el
index 19054c90ae..615c62e5c2 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -903,12 +903,6 @@ You can toggle later `truncate-lines' with
 Set this to an empty string if you don't want prefix in margin when marking."
   :group 'helm
   :type 'string)
-
-(defcustom helm-persistent-action-use-special-display nil
-  "When non nil use user special `display-buffer-alist' config in PA."
-  :type 'boolean
-  :group 'helm)
-
 
 ;;; Faces
 ;;
@@ -6932,15 +6926,10 @@ splitting inconditionally, it is unused actually."
                 (helm-log "current-buffer = %S" (current-buffer))
                 (let ((helm-in-persistent-action t)
                       (same-window-regexps '("."))
-                      (display-buffer-alist (when 
helm-persistent-action-use-special-display
-                                              display-buffer-alist))
                       display-buffer-function pop-up-windows pop-up-frames
                       special-display-regexps special-display-buffer-names)
-                  (with-selected-window (if 
helm-persistent-action-use-special-display
-                                            (minibuffer-window)
-                                          (selected-window))
-                    (helm-execute-selection-action-1
-                     selection (or fn (helm-get-actions-from-current-source 
source)) t))
+                  (helm-execute-selection-action-1
+                   selection (or fn (helm-get-actions-from-current-source 
source)) t)
                   (unless (helm-action-window)
                     (helm-log-run-hook 'helm-after-persistent-action-hook)))
                 ;; A typical case is when a persistent action delete



reply via email to

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