all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: emacs 26.1: ediff navigation/control window ?
Date: Tue, 25 Jun 2019 21:51:55 +0300	[thread overview]
Message-ID: <83blyllcqc.fsf@gnu.org> (raw)
In-Reply-To: <20190625142211.2adf3e8b@mistral> (message from jonetsu on Tue, 25 Jun 2019 14:22:11 -0400)

> 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	other threads:[~2019-06-25 18:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-25 17:24 emacs 26.1: ediff navigation/control window ? jonetsu
2019-06-25 17:42 ` Eli Zaretskii
2019-06-25 17:54   ` jonetsu
2019-06-25 18:04     ` Eli Zaretskii
2019-06-25 18:22       ` jonetsu
2019-06-25 18:51         ` Eli Zaretskii [this message]
2019-06-25 19:13           ` jonetsu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83blyllcqc.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.