all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: Nicolas Avrutin <nicolasavru@gmail.com>
Cc: 18196@debbugs.gnu.org
Subject: bug#18196: 24.4.50; crash when setting face background in terminal frame
Date: Thu, 07 Aug 2014 17:08:11 +0200	[thread overview]
Message-ID: <53E3965B.8070205@gmx.at> (raw)
In-Reply-To: <87egwt4hs9.fsf@gateway.local.navru.net>

 > Steps to reproduce:
 > 1. emacs -Q
 > 2. M-: server-start
 > 3. emacsclient -nw

Easily reproducible.

 > The dimensions of the terminal with the emacsclient are 134 cols and 38
 > lines (according to tput cols and tput lines). The dimensions of the
 > terminal window (including scroll bar and 1px window border on all
 > sides) should be 960x540 (1/4 of a 1920x1080 screen). I don't know the
 > exact width of the scroll bar, so I can't easily give you the dimensions
 > of the "interior" of the terminal. I can also reproduce the issue with a
 > terminal smaller than this.

Hopefully this was a trivial bug which tried to apply the minimum pixel
height of your server root window (some few lines multiplied by your
default character height, I get a value of 72 here) to the terminal
window.  This can easily exceed the capabilities of the terminal window
(which is clearly less than 72 lines here).  I checked in a fix.  Please
try again with the latest trunk and the last patch I sent you (provided
it still applies).

In any case this raises a general question for TTYs: How to proceed when
the terminal window is made so small that the Emacs windows won't fit
any more in their frame?  This is an unlikely situation and we earlier
handled it by deleting all windows but the frame's selected window.  I
suppose I have to do that now again :-(

Thanks for the illustrative caps, martin





  reply	other threads:[~2014-08-07 15:08 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-05  8:12 bug#18196: 24.4.50; crash when setting face background in terminal frame Nicolas Avrutin
2014-08-05  8:51 ` martin rudalics
2014-08-05  9:55   ` martin rudalics
2014-08-05 16:34     ` Nicolas Avrutin
2014-08-05 17:47       ` martin rudalics
2014-08-05 19:06         ` Nicolas Avrutin
2014-08-05 21:18           ` Nicolas Avrutin
2014-08-06  9:42             ` martin rudalics
2014-08-06 15:40               ` Nicolas Avrutin
2014-08-06 17:59               ` Nicolas Avrutin
2014-08-07 15:08                 ` martin rudalics [this message]
2014-08-07 15:36                   ` Eli Zaretskii
2014-08-07 18:12                   ` Nicolas Avrutin
2014-08-08  8:43                     ` martin rudalics
2014-08-08  9:19                       ` Eli Zaretskii
2014-08-08 10:10                         ` martin rudalics
2014-08-08 14:38                           ` Mat Smiglarski
2014-08-10  9:18                             ` martin rudalics
2014-08-12  4:00                               ` tsugutomo.enami
2014-08-12  9:53                                 ` martin rudalics
2014-08-12 22:07                                   ` tsugutomo.enami
2014-08-13  6:21                                     ` martin rudalics
2014-08-12 21:27                               ` Mat Smiglarski
2014-08-13  6:21                                 ` martin rudalics
2014-08-10  9:17                     ` martin rudalics
2014-08-10 23:43                       ` Nicolas Avrutin

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=53E3965B.8070205@gmx.at \
    --to=rudalics@gmx.at \
    --cc=18196@debbugs.gnu.org \
    --cc=nicolasavru@gmail.com \
    /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.