From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: pop-up tool-bar Date: Sat, 09 Oct 2004 11:44:15 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1097336749 3416 80.91.229.6 (9 Oct 2004 15:45:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 9 Oct 2004 15:45:49 +0000 (UTC) Cc: frasson@altair.math.leidenuniv.nl, monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 09 17:45:44 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CGJPj-0002aP-00 for ; Sat, 09 Oct 2004 17:45:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CGJWZ-0008E7-Ut for ged-emacs-devel@m.gmane.org; Sat, 09 Oct 2004 11:52:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CGJVH-0007Ox-4f for emacs-devel@gnu.org; Sat, 09 Oct 2004 11:51:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CGJVF-0007Nz-IH for emacs-devel@gnu.org; Sat, 09 Oct 2004 11:51:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CGJVF-0007Me-3P for emacs-devel@gnu.org; Sat, 09 Oct 2004 11:51:25 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CGJOJ-0000Js-T7 for emacs-devel@gnu.org; Sat, 09 Oct 2004 11:44:15 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CGJOJ-0000m0-5G; Sat, 09 Oct 2004 11:44:15 -0400 Original-To: "Drew Adams" In-reply-to: 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:28131 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28131 - Move the buffer text down, to compensate for the tool-bar disappearance. That is, replace the tool-bar with an equivalent number of lines of buffer text. The text then stays in the same position relative to the display. In general, line heights can vary, so this would require displaying a partial line.