all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: Bastien Guerry <bzg@altern.org>
Cc: 16887@debbugs.gnu.org
Subject: bug#16887: 24.3.50; Cannot resize window (from Org Export)
Date: Sat, 01 Mar 2014 12:53:23 +0100	[thread overview]
Message-ID: <5311CA33.1070405@gmx.at> (raw)
In-Reply-To: <87r46qf928.fsf@bzg.ath.cx>

 > With latest Emacs from trunk as of today, I cannot display the export
 > dispatch UI of Org.
 >
 > Here is a minimal recipe:
 >
 > emacs -Q
 > M-: (set-frame-font "Meslo LG M DZ 11") RET
 > C-x C-f ~/test.org RET
 > C-c C-e
 >
 > Of course, you need this the Meslo font installed.  But maybe the
 > problem happens for other fonts as well.
 >
 > I'm attaching a backtrace.
[...]
 > Debugger entered--Lisp error: (error "Cannot resize window #<window 8 on *Org Export Dispatcher*>")
 >   signal(error ("Cannot resize window #<window 8 on *Org Export Dispatcher*>"))
 >   error("Cannot resize window %s" #<window 8 on *Org Export Dispatcher*>)
 >   window-resize(#<window 8 on *Org Export Dispatcher*> 15 nil #<window 8 on *Org Export Dispatcher*> nil)
 >   window-resize-no-error(#<window 8 on *Org Export Dispatcher*> 15 nil #<window 8 on *Org Export Dispatcher*> nil)
 >   fit-window-to-buffer(nil nil nil)

I checked in a fix which might be related to this.  Please try again.

If it is not fixed please change the last three lines of `window-resize'
to

      (t
       (window--dump-frame window)
       (error "Cannot resize window %s" window)))))

and post here the contents of the buffer *window-frame-dump* which
should have been created by this.

Thanks, martin





  parent reply	other threads:[~2014-03-01 11:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-26 10:43 bug#16887: 24.3.50; Cannot resize window (from Org Export) Bastien Guerry
2014-02-27 18:44 ` martin rudalics
2014-02-27 21:54   ` Bastien
2014-03-01 11:53 ` martin rudalics [this message]
2014-03-01 12:35   ` Bastien

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=5311CA33.1070405@gmx.at \
    --to=rudalics@gmx.at \
    --cc=16887@debbugs.gnu.org \
    --cc=bzg@altern.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.