From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Space between toolbar and window (Carbon?) Date: Sat, 04 Mar 2006 22:51:48 -0500 Message-ID: <874q2dft0r.fsf@stupidchicken.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1141535822 22657 80.91.229.2 (5 Mar 2006 05:17:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 5 Mar 2006 05:17:02 +0000 (UTC) Cc: David Reitter , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 05 06:16:52 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 1FFlbq-0007B8-To for ged-emacs-devel@m.gmane.org; Sun, 05 Mar 2006 06:16:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FFlbw-0004Qi-Dj for ged-emacs-devel@m.gmane.org; Sun, 05 Mar 2006 00:16:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FFkHm-00058q-3N for emacs-devel@gnu.org; Sat, 04 Mar 2006 22:51:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FFkHi-00052m-Gy for emacs-devel@gnu.org; Sat, 04 Mar 2006 22:51:57 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FFkHi-00052Y-7q for emacs-devel@gnu.org; Sat, 04 Mar 2006 22:51:54 -0500 Original-Received: from [18.95.7.147] (helo=outgoing.mit.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FFkJh-0007oC-1K for emacs-devel@gnu.org; Sat, 04 Mar 2006 22:53:57 -0500 Original-Received: by outgoing.mit.edu (Postfix, from userid 1000) id 4FA5A1E40CC; Sat, 4 Mar 2006 22:51:48 -0500 (EST) Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: (Kim F. Storm's message of "Sat, 04 Mar 2006 23:35:51 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:51221 Archived-At: storm@cua.dk (Kim F. Storm) writes: > I have installed some (less radical) changes to visually eliminate the > extra space between the tool-bar and text window for non-toolkit > builds (notably on X). > > 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. The changes look very nice! Thanks very much!