unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Robert Vojta <rvojta@me.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: alan@idiocy.org, 26980@debbugs.gnu.org
Subject: bug#26980: 25.2; Freeze & redisplay_internal & macOS
Date: Fri, 26 May 2017 12:38:44 +0200	[thread overview]
Message-ID: <C7B2D3D5-3732-46C3-8531-58E42C9857BD@me.com> (raw)
In-Reply-To: <0092E07C-A513-43E1-A6A3-9B698E966624@me.com>

Hi,

found some time to continue with this issue. fonts_changed are modified here:

* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 4.1
    frame #0: 0x0000000100092643 Emacs`redisplay_window(window=4836536885, just_this_one_p=false) at xdisp.c:17288
   17285	      if (WINDOW_WANTS_MODELINE_P (w)
   17286		  && CURRENT_MODE_LINE_HEIGHT (w) != DESIRED_MODE_LINE_HEIGHT (w))
   17287		{
-> 17288		  f->fonts_changed = true;
   17289		  w->mode_line_height = -1;
   17290		  MATRIX_MODE_LINE_ROW (w->current_matrix)->height
   17291		    = DESIRED_MODE_LINE_HEIGHT (w);
(lldb)

It’s pretty hard to say why this happens, because I know nothing about Emacs internals. Going to focus on CURRENT_MODE_LINE_HEIGHT(w) and DESIRED_MODE_LINE_HEIGHT(w).

R.




  reply	other threads:[~2017-05-26 10:38 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-18  5:57 bug#26980: 25.2; Freeze & redisplay_internal & macOS Robert Vojta
2017-05-18 15:02 ` Eli Zaretskii
2017-05-19 10:27   ` Robert Vojta
2017-05-19 11:20     ` Eli Zaretskii
2017-05-19 11:40       ` Robert Vojta
2017-05-25 16:59         ` Robert Vojta
2017-05-26 10:38           ` Robert Vojta [this message]
2017-05-26 11:01             ` Robert Vojta
2017-05-26 19:44               ` Eli Zaretskii
2017-05-29  9:37                 ` Robert Vojta
2017-05-30  7:46                   ` Eli Zaretskii
2017-05-30  8:02                     ` Robert Vojta
2017-05-30  8:33                       ` Eli Zaretskii
2019-09-29 15:06                       ` Lars Ingebrigtsen
2019-10-14  7:33                         ` Lars Ingebrigtsen

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=C7B2D3D5-3732-46C3-8531-58E42C9857BD@me.com \
    --to=rvojta@me.com \
    --cc=26980@debbugs.gnu.org \
    --cc=alan@idiocy.org \
    --cc=eliz@gnu.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 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).