From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Extending fringe backgrounds to scroll bar gaps Date: Mon, 25 Jun 2007 11:45:18 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1182764727 694 80.91.229.12 (25 Jun 2007 09:45:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Jun 2007 09:45:27 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: "YAMAMOTO Mitsuharu" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 25 11:45:26 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 1I2l8P-0000CS-IG for ged-emacs-devel@m.gmane.org; Mon, 25 Jun 2007 11:45:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I2l8P-0001Eh-3h for ged-emacs-devel@m.gmane.org; Mon, 25 Jun 2007 05:45:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I2l8M-0001Ec-7H for emacs-devel@gnu.org; Mon, 25 Jun 2007 05:45:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I2l8J-0001EN-PR for emacs-devel@gnu.org; Mon, 25 Jun 2007 05:45:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I2l8J-0001EK-Mb for emacs-devel@gnu.org; Mon, 25 Jun 2007 05:45:19 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.230]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I2l8J-0000Dm-B9 for emacs-devel@gnu.org; Mon, 25 Jun 2007 05:45:19 -0400 Original-Received: by wx-out-0506.google.com with SMTP id h26so1454968wxd for ; Mon, 25 Jun 2007 02:45:18 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AM2xFy2XxhWKQJ+PXr+iln7MNJb5Kd0608etVC/whMBiXZrTkh05s7fxwKLTtpmYPkE+oKUwkNCW4huG8zM/iLyjOW9ZIpHBmVQKNlAilKoCkNSiPZQCxQinGnWqvNLPG1HkEaxOVWQUTMvvI0JOzIcJE0I0pMTUZjPbM2Ad7GM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZVDYvS8gkABJeFyOBKCZ5m669uiPYuE7SmnvurKalzEI0X0g1FxyeuvQL898Z368clN1Bxsek9hp6faiYTP0sK94uxVpmEREcpuYdz5sP94CP2CljaUvg2TFdW2flL6jXQGw2z+GAymf3ZSfrQWNixTU+WC2DF9lfyirI1dqSG0= Original-Received: by 10.90.75.10 with SMTP id x10mr3861676aga.1182764718141; Mon, 25 Jun 2007 02:45:18 -0700 (PDT) Original-Received: by 10.90.87.8 with HTTP; Mon, 25 Jun 2007 02:45:18 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:73797 Archived-At: On 6/23/07, YAMAMOTO Mitsuharu wrote: > I could reproduce it also on Mac with indicate-empty-lines, left > scroll bar, and half-width fringes. The fringe background was not > extended when the bitmap fills the fringe. Your patch seems to be working fine. I think at this point the best thing to do is commit it to the trunk so it gets wider testing. Juanma