help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: emacs 26.1: ediff navigation/control window ?


From: Eli Zaretskii
Subject: Re: emacs 26.1: ediff navigation/control window ?
Date: Tue, 25 Jun 2019 21:51:55 +0300

> Date: Tue, 25 Jun 2019 14:22:11 -0400
> From: jonetsu <jonetsu@teksavvy.com>
> 
> (defadvice delete-other-windows (after
> my-sr-speedbar-delete-other-window-advice activate) "Check whether we
> are in speedbar, if it is, jump to next window." (let ()
>       (when (and (sr-speedbar-window-exist-p sr-speedbar-window)
>                (eq sr-speedbar-window (selected-window)))
>       (other-window 1)
>       )))
> (ad-enable-advice 'delete-other-windows 'after
> 'my-sr-speedbar-delete-other-window-advice) (ad-activate
> 'delete-other-windows)
> 
> Although I do not know much at all with lisp and lisp used in emacs, it
> looks like a specific target is used, sr-speedbar although there is
> a more generic function used: delete-other-window, about which context
> execution is not clear (for me).

Is SrSpeedbar active when the problem happens?  Are any of the windows
whose buffers you compare SrSpeedbar windows?



reply via email to

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