From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.devel Subject: Re: Space between toolbar and window (Carbon?) Date: Thu, 9 Mar 2006 19:21:49 +0000 Message-ID: <14DE6042-BE1B-45A3-AA5F-84DB4D97FA8F@gmail.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1142022440 1527 80.91.229.2 (10 Mar 2006 20:27:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 10 Mar 2006 20:27:20 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 10 21:27:19 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FHoCf-0005pY-SS for ged-emacs-devel@m.gmane.org; Fri, 10 Mar 2006 21:27:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FHoCf-0005dm-Bm for ged-emacs-devel@m.gmane.org; Fri, 10 Mar 2006 15:27:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FHQi0-0005X7-7i for emacs-devel@gnu.org; Thu, 09 Mar 2006 14:22:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FHQhx-0005WA-Jw for emacs-devel@gnu.org; Thu, 09 Mar 2006 14:21:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FHQhx-0005W2-D6 for emacs-devel@gnu.org; Thu, 09 Mar 2006 14:21:57 -0500 Original-Received: from [64.233.182.206] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FHQl5-0005p9-8u for emacs-devel@gnu.org; Thu, 09 Mar 2006 14:25:11 -0500 Original-Received: by nproxy.gmail.com with SMTP id p77so392931nfc for ; Thu, 09 Mar 2006 11:21:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=FipPwGDB0bjodls5prkwPlFPlwB5s/7Muku30kgGkNGuiNo1E4iKE6VeCmfhtmGvjCGx81dwyt0vztnX+Tt117EmgkUBEq3UEpZ32qtjadSsmv3bYZZcF2ikCI4+qmDrA1S/QSfVyPe34oS3Wv2t6JJV2X2k/f/qbhkCGzGYQuU= Original-Received: by 10.48.232.9 with SMTP id e9mr1002011nfh; Thu, 09 Mar 2006 11:21:55 -0800 (PST) Original-Received: from ?129.215.174.81? ( [129.215.174.81]) by mx.gmail.com with ESMTP id b1sm465205nfe.2006.03.09.11.21.54; Thu, 09 Mar 2006 11:21:55 -0800 (PST) In-Reply-To: Original-To: Emacs-Devel ' X-Mailer: Apple Mail (2.746.2) 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:51441 Archived-At: On 4 Mar 2006, at 22:35, Kim F. Storm wrote: > Actually, the limitations of the redisplay engine still exists, so to > eliminate the extra space the height of the tool-bar line(s) is now > adjusted > to fill out the screen area allocated for the tool-bar. > > However, I found that a little space (in the default background color) > is actually nice to have, so I've made a new variable tool-bar-border > so you can fine-tune it. Thanks very much - looks excellent now.