bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#6325: 24.0.50; Fringe not correctly updated when using set-window-vs


From: YAMAMOTO Mitsuharu
Subject: bug#6325: 24.0.50; Fringe not correctly updated when using set-window-vscroll
Date: Wed, 30 Jun 2010 20:13:54 +0900
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

>>>>> On Wed, 30 Jun 2010 17:23:14 +0900, YAMAMOTO Mitsuharu 
>>>>> <mituharu@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@math.s.chiba-u.ac.jp





reply via email to

[Prev in Thread] Current Thread [Next in Thread]