GNU bug report logs - #6325
24.0.50; Fringe not correctly updated when using set-window-vscroll

Previous Next

Package: emacs;

Reported by: David Engster <deng <at> randomsample.de>

Date: Tue, 1 Jun 2010 13:33:02 UTC

Severity: normal

Found in version 24.0.50

Done: YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp>
To: David Engster <deng <at> randomsample.de>
Cc: 6325 <at> debbugs.gnu.org
Subject: bug#6325: 24.0.50; Fringe not correctly updated when using set-window-vscroll
Date: Wed, 30 Jun 2010 20:13:54 +0900
>>>>> On Wed, 30 Jun 2010 17:23:14 +0900, YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp> said:

> Could you try the following patch?

Sorry, two occurrences of the following condition in the patch

> !       if (p.wd < wd || p.y < p.by || p.y + p.h > p.by + p.ny)

should be

          if (p.wd < wd || p.y > p.by || p.y + p.h < p.by + p.ny)

				     YAMAMOTO Mitsuharu
				mituharu <at> math.s.chiba-u.ac.jp




This bug report was last modified 15 years and 18 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.