From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: Native scrollbars in w32? Date: Mon, 19 Jan 2015 19:17:32 +0100 Message-ID: <871tmqr5xf.fsf@wanadoo.es> References: <9B7513AE176AE5429921DB50D54FD2FC03AB2514@MAILBOX.GAM.LOCAL> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1421691499 15666 80.91.229.3 (19 Jan 2015 18:18:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Jan 2015 18:18:19 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 19 19:18:18 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YDGty-000678-PO for ged-emacs-devel@m.gmane.org; Mon, 19 Jan 2015 19:18:14 +0100 Original-Received: from localhost ([::1]:39227 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDGty-00069A-2h for ged-emacs-devel@m.gmane.org; Mon, 19 Jan 2015 13:18:14 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36013) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDGtd-00065L-EH for emacs-devel@gnu.org; Mon, 19 Jan 2015 13:17:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDGtY-0005jK-Fw for emacs-devel@gnu.org; Mon, 19 Jan 2015 13:17:53 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:54165) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDGtY-0005j5-A3 for emacs-devel@gnu.org; Mon, 19 Jan 2015 13:17:48 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YDGtT-0005sk-Ho for emacs-devel@gnu.org; Mon, 19 Jan 2015 19:17:43 +0100 Original-Received: from 129.red-88-10-128.dynamicip.rima-tde.net ([88.10.128.129]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 19 Jan 2015 19:17:43 +0100 Original-Received: from ofv by 129.red-88-10-128.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 19 Jan 2015 19:17:43 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 129.red-88-10-128.dynamicip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:2r9ktPUBuwzwUm7tJsf9KnEYSpc= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:181445 Archived-At: David Requena Zabala 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?