unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Tino Calancha <f92capac@gmail.com>
To: kifer@cs.stonybrook.edu, 21854@debbugs.gnu.org
Cc: Tino Calancha <f92capac@gmail.com>
Subject: bug#21854: Ediff 2.81.5 of July 4, 2013; unified plain/multi frame behaviour on exit
Date: Sun, 8 Nov 2015 00:29:03 +0900 (JST)	[thread overview]
Message-ID: <alpine.LRH.2.20.1511080025270.11665@calancha-ilc.kek.jp> (raw)


Congratulations!  You may have unearthed a bug in Ediff!

Please make a concise and accurate summary of what happened
and mail it to the address above.
-----------------------------------------------------------

epatch-buffer:

I)  on multiframe mode: set current buffer on exit as ediff-buffer-B
II) on plain frame mode: set current buffer on exit as ediff-buffer-A

Users using emacs with and without X, keeping the default value
of ediff-window-setup-function
will experience I) (emacs with GUI) or II) (emacs without GUI).

Its better if the current buffer is the same regarless on if
the user is running in plain or multiframe mode.


I have added following function into ediff-quit-hook:

(defun ediff-switch-to-buffer-B-on-exit()
   (with-current-buffer ediff-control-buffer
 	(switch-to-buffer-other-window ediff-buffer-B)))

Im not sure what is the best way to do this.




Emacs  : GNU Emacs 25.0.50.1 (x86_64-pc-linux-gnu, GTK+ Version 2.24.28)
  of 2015-11-07
Package: Ediff 2.81.5 of July 4, 2013






             reply	other threads:[~2015-11-07 15:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-07 15:29 Tino Calancha [this message]
2022-05-12 12:30 ` bug#21854: Ediff 2.81.5 of July 4, 2013; unified plain/multi frame behaviour on exit Lars Ingebrigtsen
2022-06-09 15:03   ` Lars Ingebrigtsen

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=alpine.LRH.2.20.1511080025270.11665@calancha-ilc.kek.jp \
    --to=f92capac@gmail.com \
    --cc=21854@debbugs.gnu.org \
    --cc=kifer@cs.stonybrook.edu \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).