unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#17794: 24.4.50; change in src/window.c breaks desktop mode
@ 2014-06-17 11:18 lee
  2014-06-17 13:19 ` Stefan Monnier
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: lee @ 2014-06-17 11:18 UTC (permalink / raw)
  To: 17794


After upgrading to the current git version, I'm finding that emacs
cannot restore the session that has been saved with desktop-mode.

Upon loading the saved desktop, I'm getting a backtrace:


Debugger entered--Lisp error: (error "`recenter'ing a window that does not display current-buffer.")
  recenter((4))
  org-overview()
  org-set-startup-visibility()
  org-mode()
  set-auto-mode-0(org-mode nil)
  #[0 "\302\242\237\211\205.\211@\303!\204

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

* bug#17794: 24.4.50; change in src/window.c breaks desktop mode
  2014-06-17 11:18 bug#17794: 24.4.50; change in src/window.c breaks desktop mode lee
@ 2014-06-17 13:19 ` Stefan Monnier
  2014-06-17 15:02 ` Eli Zaretskii
       [not found] ` <handler.17794.B.140300552019843.ack@debbugs.gnu.org>
  2 siblings, 0 replies; 4+ messages in thread
From: Stefan Monnier @ 2014-06-17 13:19 UTC (permalink / raw)
  To: lee; +Cc: 17794

Please use the `emacs-24' branch rather than the `trunk' to help us
debug before the release of 24.4.


        Stefan





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

* bug#17794: 24.4.50; change in src/window.c breaks desktop mode
  2014-06-17 11:18 bug#17794: 24.4.50; change in src/window.c breaks desktop mode lee
  2014-06-17 13:19 ` Stefan Monnier
@ 2014-06-17 15:02 ` Eli Zaretskii
       [not found] ` <handler.17794.B.140300552019843.ack@debbugs.gnu.org>
  2 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2014-06-17 15:02 UTC (permalink / raw)
  To: lee; +Cc: 17794

> From: lee <lee@yun.yagibdah.de>
> Date: Tue, 17 Jun 2014 13:18:36 +0200
> 
> 
> After upgrading to the current git version, I'm finding that emacs
> cannot restore the session that has been saved with desktop-mode.
> 
> Upon loading the saved desktop, I'm getting a backtrace:
> 
> 
> Debugger entered--Lisp error: (error "`recenter'ing a window that does not display current-buffer.")
>   recenter((4))
>   org-overview()
>   org-set-startup-visibility()
>   org-mode()

This is a bug in Org (which was already fixed), see bug #17724.





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

* bug#17794: Acknowledgement (24.4.50; change in src/window.c breaks desktop mode)
       [not found] ` <handler.17794.B.140300552019843.ack@debbugs.gnu.org>
@ 2014-06-17 17:03   ` lee
  0 siblings, 0 replies; 4+ messages in thread
From: lee @ 2014-06-17 17:03 UTC (permalink / raw)
  To: 17794

This is a duplicate of #17769.

Changing window.c to


  if (buf != current_buffer)
	  //	  error ("`recenter'ing a window that does not display current-buffer.");
	  return Qnil;


works here as a workaround until the problem is fixed.


-- 
Knowledge is volatile and fluid.  Software is power.





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

end of thread, other threads:[~2014-06-17 17:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-17 11:18 bug#17794: 24.4.50; change in src/window.c breaks desktop mode lee
2014-06-17 13:19 ` Stefan Monnier
2014-06-17 15:02 ` Eli Zaretskii
     [not found] ` <handler.17794.B.140300552019843.ack@debbugs.gnu.org>
2014-06-17 17:03   ` bug#17794: Acknowledgement (24.4.50; change in src/window.c breaks desktop mode) lee

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