From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: scroll-bars are messed up in CVS trunk Date: Sun, 18 Nov 2007 14:55:21 +0100 Message-ID: <47404449.4010406@swipnet.se> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1195394203 26182 80.91.229.12 (18 Nov 2007 13:56:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 18 Nov 2007 13:56:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 18 14:56:49 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Itkdk-0001VL-FE for ged-emacs-devel@m.gmane.org; Sun, 18 Nov 2007 14:56:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ItkdX-0005Wm-6D for ged-emacs-devel@m.gmane.org; Sun, 18 Nov 2007 08:56:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ItkdR-0005TA-Qd for emacs-devel@gnu.org; Sun, 18 Nov 2007 08:56:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ItkdP-0005Qw-Rv for emacs-devel@gnu.org; Sun, 18 Nov 2007 08:56:29 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ItkdP-0005QX-IR for emacs-devel@gnu.org; Sun, 18 Nov 2007 08:56:27 -0500 Original-Received: from av9-2-sn2.hy.skanova.net ([81.228.8.180]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ItkdH-0005Kh-GQ; Sun, 18 Nov 2007 08:56:19 -0500 Original-Received: by av9-2-sn2.hy.skanova.net (Postfix, from userid 502) id EBDEE3842C; Sun, 18 Nov 2007 14:56:18 +0100 (CET) Original-Received: from smtp4-1-sn2.hy.skanova.net (smtp4-1-sn2.hy.skanova.net [81.228.8.92]) by av9-2-sn2.hy.skanova.net (Postfix) with ESMTP id B80B937FF4; Sun, 18 Nov 2007 14:56:18 +0100 (CET) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp4-1-sn2.hy.skanova.net (Postfix) with ESMTP id A875D37E43; Sun, 18 Nov 2007 14:56:18 +0100 (CET) User-Agent: Thunderbird 2.0.0.6 (X11/20071022) In-Reply-To: X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:83539 Archived-At: Glenn Morris skrev: > Current CVS trunk compiled on GNU/Linux with: > > --with-x-toolkit=athena --without-toolkit-scroll-bars > > ./src/emacs -Q > -> only about the top 4 lines of the scroll-bar actually has a > scroll-bar in. The rest of it is empty, and stays so. > I have checked in a fix. Jan D.