From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Wrong scroll bar in cygw32 build of emacs-24? Date: Tue, 08 Apr 2014 23:59:12 +0200 Message-ID: <53447130.70107@alice.it> References: <53440320.4050802@alice.it> <834n237ra0.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1396994384 21705 80.91.229.3 (8 Apr 2014 21:59:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 8 Apr 2014 21:59:44 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 08 23:59:38 2014 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 1WXe3O-0001TV-BR for ged-emacs-devel@m.gmane.org; Tue, 08 Apr 2014 23:59:38 +0200 Original-Received: from localhost ([::1]:43281 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXe3O-0005NH-3X for ged-emacs-devel@m.gmane.org; Tue, 08 Apr 2014 17:59:38 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34373) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXe3G-0005N0-Cw for emacs-devel@gnu.org; Tue, 08 Apr 2014 17:59:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WXe3B-0001Ew-2W for emacs-devel@gnu.org; Tue, 08 Apr 2014 17:59:30 -0400 Original-Received: from smtp202.alice.it ([82.57.200.98]:46755) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXe35-0001EP-0F; Tue, 08 Apr 2014 17:59:19 -0400 Original-Received: from [192.168.1.101] (79.49.20.174) by smtp202.alice.it (8.6.060.28) (authenticated as angelo.graziosi@alice.it) id 52EABE8808EB5BAC; Tue, 8 Apr 2014 23:59:17 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 In-Reply-To: <834n237ra0.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.98 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:171351 Archived-At: Bingo! Il 08/04/2014 17:52, Eli Zaretskii ha scritto: >> Date: Tue, 08 Apr 2014 16:09:36 +0200 >> From: Angelo Graziosi >> >> The cygw32 (--with-w32, Cygwin64) build on Windows 7 of emacs-24 shows a >> scroll bar which looks as on XP instead as on Win7. The same build for >> emacs-trunk looks fine. >> >> I wonder if this is a bug or if it should still back-ported to the >> emacs-24 branch.. > > Which bzr revisions (or which update dates) did you use on each branch > for building the binaries? > I have just discovered that today trunk (maybe after the merge from emacs-24 branch) has the same problem! For example, this trunk http://git.savannah.gnu.org/cgit/emacs.git/commit/?h=trunk&id=a2260459f06a0f41f0490b0a1da83d27bd0d933d has the scroll bar which looks ok on Win7 while the trunk http://git.savannah.gnu.org/cgit/emacs.git/commit/?h=trunk&id=3a0bc91552456e0ae62ad625e3408762fe88cc15 has already the wrong scroll bar (XP-like) on Win7. Notice I am speaking of a cygw32 build, which is a Cygwin build with the look of Windows. Instead the Windows native binaries I find here http://sourceforge.net/projects/emacsbinw64 (today trunk 20140408) have the correct scroll bar. I would say that the emacs-24 bug has been back - oops - forwarded to the trunk... Ciao, Angelo.