fix(dired): dirvish: "window is dedicated to *dirvish-parent-...*"

Seems the naming convention of dirvish windows has changed at some
point, so the popup module's fallback rules were catching them, causing
each of Dirvish's side windows to be treated as implicit popups.

Fix: #8347
This commit is contained in:
Henrik Lissner
2025-04-08 02:51:05 -04:00
parent 310d0e3a5a
commit b7f4d31218

View File

@ -79,7 +79,7 @@ Fixes #3939: unsortable dired entries on Windows."
(advice-add #'dired-noselect :around #'dirvish-dired-noselect-a)
:config
(dirvish-override-dired-mode)
(set-popup-rule! "^ ?\\*\\(?:Dirvish\\|SIDE :: \\).*" :ignore t)
(set-popup-rule! "^ ?\\*\\(?:[Dd]irvish\\|SIDE :: \\).*" :ignore t)
;; Fixes #8038. This setting is for folks who expect to be able to switch back
;; to dired buffers where the file is opened from. In other cases, don't