emacs-devel
[Top][All Lists]
Advanced

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

Re: visible-bell patch for Mac OS X


From: YAMAMOTO Mitsuharu
Subject: Re: visible-bell patch for Mac OS X
Date: Tue, 02 Feb 2010 10:45:58 +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 Tue, 02 Feb 2010 10:40:46 +0900, YAMAMOTO Mitsuharu <address@hidden> 
>>>>> said:

> I tried to do more consistent exclusion of the scroll bars from the
> flashed area.  The patch below is against the Mac port:

>   http://lists.gnu.org/archive/html/emacs-devel/2010-01/msg01487.html

> +   if (FRAME_HAS_VERTICAL_SCROLL_BARS (f))
> +     {
> +       Lisp_Object bar;
> + 
> +       if (FRAME_HAS_VERTICAL_SCROLL_BARS (f))
> +     for (bar = FRAME_SCROLL_BARS (f); !NILP (bar);
> +          bar = XSCROLL_BAR (bar)->next)

Oops, the second if-condition was redundant, of course.

                                     YAMAMOTO Mitsuharu
                                address@hidden




reply via email to

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