all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* window-resize woes [revno: 116533] (Org Export Dispatcher)
@ 2014-02-23  5:10 Jambunathan K
  2014-02-23 10:55 ` martin rudalics
  2014-03-01 11:52 ` martin rudalics
  0 siblings, 2 replies; 4+ messages in thread
From: Jambunathan K @ 2014-02-23  5:10 UTC (permalink / raw
  To: emacs-devel


window-resize woes [revno: 116533] (Org Export Dispatcher)

Some changes within the last 1 or 2 weeks is causing this.

1. emacs -q
2. Maximize the initial frame.
3. C-x C-f any-file.org
4. C-c C-e

Debugger entered--Lisp error: (error "Cannot resize window #<window 20 on *Org Export Dispatcher*>")
  signal(error ("Cannot resize window #<window 20 on *Org Export Dispatcher*>"))
  error("Cannot resize window %s" #<window 20 on *Org Export Dispatcher*>)
  window-resize(#<window 20 on *Org Export Dispatcher*> 7 nil #<window 20 on *Org Export Dispatcher*> nil)
  window-resize-no-error(#<window 20 on *Org Export Dispatcher*> 7 nil #<window 20 on *Org Export Dispatcher*> nil)
  fit-window-to-buffer(nil nil nil)
  org-fit-window-to-buffer()
  org-export--dispatch-ui((buffer nil) nil nil)
  org-export-dispatch(nil)
  call-interactively(org-export-dispatch nil nil)
  command-execute(org-export-dispatch)




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

* Re: window-resize woes [revno: 116533] (Org Export Dispatcher)
  2014-02-23  5:10 window-resize woes [revno: 116533] (Org Export Dispatcher) Jambunathan K
@ 2014-02-23 10:55 ` martin rudalics
  2014-03-01 11:52 ` martin rudalics
  1 sibling, 0 replies; 4+ messages in thread
From: martin rudalics @ 2014-02-23 10:55 UTC (permalink / raw
  To: Jambunathan K; +Cc: emacs-devel

 > window-resize woes [revno: 116533] (Org Export Dispatcher)
 >
 > Some changes within the last 1 or 2 weeks is causing this.
 >
 > 1. emacs -q
 > 2. Maximize the initial frame.
 > 3. C-x C-f any-file.org
 > 4. C-c C-e
 >
 > Debugger entered--Lisp error: (error "Cannot resize window #<window 20 on *Org Export Dispatcher*>")
 >   signal(error ("Cannot resize window #<window 20 on *Org Export Dispatcher*>"))
 >   error("Cannot resize window %s" #<window 20 on *Org Export Dispatcher*>)
 >   window-resize(#<window 20 on *Org Export Dispatcher*> 7 nil #<window 20 on *Org Export Dispatcher*> nil)
 >   window-resize-no-error(#<window 20 on *Org Export Dispatcher*> 7 nil #<window 20 on *Org Export Dispatcher*> nil)
 >   fit-window-to-buffer(nil nil nil)
 >   org-fit-window-to-buffer()
 >   org-export--dispatch-ui((buffer nil) nil nil)
 >   org-export-dispatch(nil)
 >   call-interactively(org-export-dispatch nil nil)
 >   command-execute(org-export-dispatch)

Confirmed (likely due to revision 116504).  I'll try to fix this in the
next days.

martin



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

* Re: window-resize woes [revno: 116533] (Org Export Dispatcher)
  2014-02-23  5:10 window-resize woes [revno: 116533] (Org Export Dispatcher) Jambunathan K
  2014-02-23 10:55 ` martin rudalics
@ 2014-03-01 11:52 ` martin rudalics
  2014-03-01 12:34   ` Bastien
  1 sibling, 1 reply; 4+ messages in thread
From: martin rudalics @ 2014-03-01 11:52 UTC (permalink / raw
  To: Jambunathan K; +Cc: emacs-devel

 > window-resize woes [revno: 116533] (Org Export Dispatcher)
 >
 > Some changes within the last 1 or 2 weeks is causing this.
 >
 > 1. emacs -q
 > 2. Maximize the initial frame.
 > 3. C-x C-f any-file.org
 > 4. C-c C-e
 >
 > Debugger entered--Lisp error: (error "Cannot resize window #<window 20 on *Org Export Dispatcher*>")
 >   signal(error ("Cannot resize window #<window 20 on *Org Export Dispatcher*>"))
 >   error("Cannot resize window %s" #<window 20 on *Org Export Dispatcher*>)
 >   window-resize(#<window 20 on *Org Export Dispatcher*> 7 nil #<window 20 on *Org Export Dispatcher*> nil)
 >   window-resize-no-error(#<window 20 on *Org Export Dispatcher*> 7 nil #<window 20 on *Org Export Dispatcher*> nil)
 >   fit-window-to-buffer(nil nil nil)
 >   org-fit-window-to-buffer()
 >   org-export--dispatch-ui((buffer nil) nil nil)
 >   org-export-dispatch(nil)
 >   call-interactively(org-export-dispatch nil nil)
 >   command-execute(org-export-dispatch)

I've checked in a fix which might fix this.  Please try again.

martin



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

* Re: window-resize woes [revno: 116533] (Org Export Dispatcher)
  2014-03-01 11:52 ` martin rudalics
@ 2014-03-01 12:34   ` Bastien
  0 siblings, 0 replies; 4+ messages in thread
From: Bastien @ 2014-03-01 12:34 UTC (permalink / raw
  To: martin rudalics; +Cc: Jambunathan K, emacs-devel

Hi Martin,

I confirm this is fixed in current trunk, thanks a lot!

-- 
 Bastien



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

end of thread, other threads:[~2014-03-01 12:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-23  5:10 window-resize woes [revno: 116533] (Org Export Dispatcher) Jambunathan K
2014-02-23 10:55 ` martin rudalics
2014-03-01 11:52 ` martin rudalics
2014-03-01 12:34   ` Bastien

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.