all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Thierry Volpiatto <thierry.volpiatto@gmail.com>
Cc: 16034@debbugs.gnu.org
Subject: bug#16034: 24.3.50; scrolling is very long to happen or never happen
Date: Wed, 04 Dec 2013 13:47:39 -0500	[thread overview]
Message-ID: <jwv4n6osbc2.fsf-monnier+emacsbugs@gnu.org> (raw)
In-Reply-To: <87txequvyc.fsf@gmail.com> (Thierry Volpiatto's message of "Tue,  03 Dec 2013 10:26:19 +0100")

> 3) eval this code:
> (with-selected-window (next-window) (scroll-up 12))
> This return nil as expected but the next window to the one handling
> "*scratch*" doesn't move, but wait a certain time (up to one minute or
> more sometimes) and the window finish to scroll.

Should be fixed now, thank to the patch below,


        Stefan


--- src/window.c	2013-12-03 21:37:41 +0000
+++ src/window.c	2013-12-04 18:23:14 +0000
@@ -4732,6 +4731,8 @@
   immediate_quit = 1;
   n = clip_to_bounds (INT_MIN, n, INT_MAX);
 
+  wset_redisplay (XWINDOW (window));
+
   /* If we must, use the pixel-based version which is much slower than
      the line-based one but can handle varying line heights.  */
   if (FRAME_WINDOW_P (XFRAME (XWINDOW (window)->frame)))





  parent reply	other threads:[~2013-12-04 18:47 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-03  9:26 bug#16034: 24.3.50; scrolling is very long to happen or never happen Thierry Volpiatto
2013-12-03  9:47 ` Eli Zaretskii
2013-12-03 10:48   ` Thierry Volpiatto
2013-12-03 10:58     ` Thierry Volpiatto
2013-12-03 13:06       ` Eli Zaretskii
2013-12-03 13:34         ` Thierry Volpiatto
2013-12-03 14:07           ` Thierry Volpiatto
2013-12-03 17:14 ` Stefan Monnier
2013-12-04 18:47 ` Stefan Monnier [this message]
2013-12-04 19:09   ` Thierry Volpiatto
2013-12-04 19:14   ` Thierry Volpiatto
2013-12-04 21:09     ` Stefan Monnier

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=jwv4n6osbc2.fsf-monnier+emacsbugs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=16034@debbugs.gnu.org \
    --cc=thierry.volpiatto@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.