unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#21854: Ediff 2.81.5 of July 4, 2013; unified plain/multi frame behaviour on exit
@ 2015-11-07 15:29 Tino Calancha
  2022-05-12 12:30 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Tino Calancha @ 2015-11-07 15:29 UTC (permalink / raw)
  To: kifer, 21854; +Cc: Tino Calancha


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






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-06-09 15:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-07 15:29 bug#21854: Ediff 2.81.5 of July 4, 2013; unified plain/multi frame behaviour on exit Tino Calancha
2022-05-12 12:30 ` Lars Ingebrigtsen
2022-06-09 15:03   ` Lars Ingebrigtsen

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).