[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Native scrollbars in w32?
From: |
Óscar Fuentes |
Subject: |
Re: Native scrollbars in w32? |
Date: |
Mon, 19 Jan 2015 19:17:32 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
David Requena Zabala <address@hidden> writes:
> I don't seem to be able to get this going. Here is how I build emacs 24.4.1
> as released:
>
> system-configuration-options is a variable defined in `C source code'.
> Its value is
> "--enable-checking --without-toolkit-scroll-bars --with-x-toolkit=no
> 'CFLAGS=-O0 -g3' CPPFLAGS=-DGLYPH_DEBUG=1"
>
> Even built with '--without-toolkit-scroll-bars' Windows styled
> scrollbars are drawn on screen and, worse, any mouse interaction with
> them makes emacs instantly crash.
>
> Is this a not supported thing or something?
Why do you use --with-x-toolkit=no and --without-toolkit-scroll-bars ?
AFAIK the only scrollbars supported on Windows are the native Windows ones.
Does Emacs crash if you build Emacs without those options?