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: Thu, 21 Jun 2007 13:47:36 +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 1182426466 29541 80.91.229.12 (21 Jun 2007 11:47:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 21 Jun 2007 11:47:46 +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 Thu Jun 21 13:47:44 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 1I1L8Z-000804-B8 for ged-emacs-devel@m.gmane.org; Thu, 21 Jun 2007 13:47:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I1L8Y-0007ti-Js for ged-emacs-devel@m.gmane.org; Thu, 21 Jun 2007 07:47:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I1L8V-0007tS-CF for emacs-devel@gnu.org; Thu, 21 Jun 2007 07:47:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I1L8T-0007tF-K8 for emacs-devel@gnu.org; Thu, 21 Jun 2007 07:47:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I1L8T-0007tC-Bi for emacs-devel@gnu.org; Thu, 21 Jun 2007 07:47:37 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.228]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I1L8S-0006uj-TO for emacs-devel@gnu.org; Thu, 21 Jun 2007 07:47:37 -0400 Original-Received: by wx-out-0506.google.com with SMTP id h26so522665wxd for ; Thu, 21 Jun 2007 04:47:36 -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=TxIkmnTldS7EoovkO6PDbK1HKUyD6MB8XuOzaV/JLq2ei2MlIBLMJNm7chtNw7Ycrmd6F68eQRNoR7QnKN3xsHJnkPwKv3f2NO6qxn/cKkYvPYKKrN2wLhVwsbnG2nmxa2ZSXPGkSs+R/Lw733CtGa1cvuSvoj0fEeEzcPJTjPo= 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=RZXqCM6sqB1enLQfbvZnRafS6AhpXjvlHqgNpdLnhp+/6bGyoZvJhTBSvLx1ZQv7bhTHbrBpv6emmplrsDDp0IycxKqRfeaeONDGzbMsikleB+LvZaiI9PgToRem3zggL/kBEQJw/iv6VLrX9W3qgADLGwG9zW2em7Pef9Wi8Ug= Original-Received: by 10.90.66.9 with SMTP id o9mr1426700aga.1182426456062; Thu, 21 Jun 2007 04:47:36 -0700 (PDT) Original-Received: by 10.90.87.8 with HTTP; Thu, 21 Jun 2007 04:47:36 -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:73523 Archived-At: On 6/21/07, YAMAMOTO Mitsuharu wrote: > Yes. This is the intended one. I would appreciate it if you could > use and test it for a while. Will do. Though the real way to test it is commit it and see whether someone shouts. It's only us Windows users after all :) Juanma