From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Buffer Boundary Problem Date: Sun, 1 Feb 2004 01:36:17 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <401C36D3.4050609@ig.com.br> <20040201001317.GD16423@fencepost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v612) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1075595904 8813 80.91.224.253 (1 Feb 2004 00:38:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 Feb 2004 00:38:24 +0000 (UTC) Cc: Vinicius Jose Latorre , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Feb 01 01:38:17 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1An5cv-000877-00 for ; Sun, 01 Feb 2004 01:38:17 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1An5cu-0000uI-00 for ; Sun, 01 Feb 2004 01:38:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1An5cW-0007IA-7A for emacs-devel@quimby.gnus.org; Sat, 31 Jan 2004 19:37:52 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1An5cH-0007ET-5z for emacs-devel@gnu.org; Sat, 31 Jan 2004 19:37:37 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1An5bi-000727-UP for emacs-devel@gnu.org; Sat, 31 Jan 2004 19:37:34 -0500 Original-Received: from [213.115.192.53] (helo=mail2.norrnet.net) by monty-python.gnu.org with esmtp (Exim 4.24) id 1An5bi-00071N-F5; Sat, 31 Jan 2004 19:37:02 -0500 Original-Received: from stubby.bodenonline.com (stubby.bodenonline.com [193.201.16.94]) by mail2.norrnet.net (BorderWare MXtreme Mail Firewall) with ESMTP id 072849DD32; Sun, 1 Feb 2004 01:36:59 +0100 (CET) Original-Received: from accessno42.bodenonline.com (accessno42.bodenonline.com [193.201.16.44]) by stubby.bodenonline.com (8.12.1/8.12.1) with ESMTP id i111SoL7018636; Sun, 1 Feb 2004 02:28:51 +0100 In-Reply-To: <20040201001317.GD16423@fencepost> Original-To: Miles Bader X-Mailer: Apple Mail (2.612) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19599 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19599 > [While I understand the reason for this problem, I wonder if it might > be > useful to have a variable which controls that behavior -- by setting > it to a > different value, you could make scrollbars display `correctly' but > lose the > ability to scroll the last line to the window top... is this possible?] Yes, in fact it is trivial, since it is the normal behaviour that GTK expects. Wan't me to implement that? Jan D.