unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Cc: emacs-devel@gnu.org
Subject: Re: Excessive redraw of overlapping/overlapped rows?
Date: Tue, 27 Sep 2005 12:35:00 +0900	[thread overview]
Message-ID: <wl3bnrgp3v.wl%mituharu@math.s.chiba-u.ac.jp> (raw)
In-Reply-To: <m31x3bc3bs.fsf@kfs-l.imdomain.dk>

>>>>> On Mon, 26 Sep 2005 16:26:47 +0200, storm@cua.dk (Kim F. Storm) said:

> YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> writes:
>> Is it OK to not set `changed_p' for the case of mode/header line
>> updates?

> I don't know for sure , but it seems ok.

Thanks.  I'll install the change if I (or someone who tries it) don't
find any problems for a few days.

				     YAMAMOTO Mitsuharu
				mituharu@math.s.chiba-u.ac.jp

Index: src/dispnew.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/dispnew.c,v
retrieving revision 1.356
diff -c -r1.356 dispnew.c
*** src/dispnew.c	1 Sep 2005 14:16:19 -0000	1.356
--- src/dispnew.c	26 Sep 2005 07:34:48 -0000
***************
*** 4143,4149 ****
  	  update_window_line (w, MATRIX_ROW_VPOS (mode_line_row,
  						  desired_matrix),
  			      &mouse_face_overwritten_p);
- 	  changed_p = 1;
  	}
  
        /* Find first enabled row.  Optimizations in redisplay_internal
--- 4143,4148 ----
***************
*** 4213,4219 ****
  	{
  	  header_line_row->y = 0;
  	  update_window_line (w, 0, &mouse_face_overwritten_p);
- 	  changed_p = 1;
  	}
  
        /* Fix the appearance of overlapping/overlapped rows.  */

      parent reply	other threads:[~2005-09-27  3:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-26  8:33 Excessive redraw of overlapping/overlapped rows? YAMAMOTO Mitsuharu
2005-09-26 14:26 ` Kim F. Storm
2005-09-26 19:19   ` David Kastrup
2005-09-28  8:25     ` YAMAMOTO Mitsuharu
2006-02-23 10:26     ` YAMAMOTO Mitsuharu
2005-09-27  3:35   ` YAMAMOTO Mitsuharu [this message]

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=wl3bnrgp3v.wl%mituharu@math.s.chiba-u.ac.jp \
    --to=mituharu@math.s.chiba-u.ac.jp \
    --cc=emacs-devel@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).