From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Vinicius Jose Latorre Newsgroups: gmane.emacs.devel Subject: Re: Buffer Boundary Problem Date: Sat, 31 Jan 2004 23:06:55 -0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <401C512F.30909@ig.com.br> References: <401C36D3.4050609@ig.com.br> <20040201001317.GD16423@fencepost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1075597810 11522 80.91.224.253 (1 Feb 2004 01:10:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 Feb 2004 01:10:10 +0000 (UTC) Cc: emacs-devel@gnu.org, Miles Bader Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Feb 01 02:10:05 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 1An67g-0000qS-00 for ; Sun, 01 Feb 2004 02:10:04 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1An67g-0001cZ-01 for ; Sun, 01 Feb 2004 02:10:04 +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 1An67M-0003SI-W4 for emacs-devel@quimby.gnus.org; Sat, 31 Jan 2004 20:09:44 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1An66x-0003Rd-Et for emacs-devel@gnu.org; Sat, 31 Jan 2004 20:09:19 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1An66R-0003It-9h for emacs-devel@gnu.org; Sat, 31 Jan 2004 20:09:18 -0500 Original-Received: from [200.221.11.54] (helo=smtp.uol.com.br) by monty-python.gnu.org with esmtp (Exim 4.24) id 1An66Q-0003Hk-EM; Sat, 31 Jan 2004 20:08:46 -0500 Original-Received: from ig.com.br (200-98-63-13.tlf.dialuol.com.br [200.98.63.13]) by scorpion1.uol.com.br (Postfix) with ESMTP id 84FCEDB38; Sat, 31 Jan 2004 23:08:27 -0200 (BRST) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en Original-To: "Jan D." In-Reply-To: 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:19600 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19600 > > [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? Well, I'll be pleased if you could implement it. Thanks, Vinicius