From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: scrollbar (once more) Date: Mon, 14 Apr 2003 21:49:10 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200304150249.h3F2nAu06195@eel.dms.auburn.edu> References: <200304030235.h332Zsv12591@eel.dms.auburn.edu> <200304040441.h344fvj13614@eel.dms.auburn.edu> <200304041451.h34EpDdw007299@rum.cs.yale.edu> <200304062137.h36Lbcu16188@eel.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1050374986 31645 80.91.224.249 (15 Apr 2003 02:49:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 15 Apr 2003 02:49:46 +0000 (UTC) Cc: monnier+gnu/emacs@rum.cs.yale.edu Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Apr 15 04:49:43 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 195GVz-0008ED-00 for ; Tue, 15 Apr 2003 04:49:43 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 195GXe-00039B-00 for ; Tue, 15 Apr 2003 04:51:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 195GVy-000613-05 for emacs-devel@quimby.gnus.org; Mon, 14 Apr 2003 22:49:42 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 195GVd-0005mS-00 for emacs-devel@gnu.org; Mon, 14 Apr 2003 22:49:21 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 195GVa-0005dl-00 for emacs-devel@gnu.org; Mon, 14 Apr 2003 22:49:19 -0400 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 195GVX-0005SU-00; Mon, 14 Apr 2003 22:49:15 -0400 Original-Received: from eel.dms.auburn.edu (eel.dms.auburn.edu [131.204.53.108]) h3F2n9oc028042; Mon, 14 Apr 2003 21:49:10 -0500 (CDT) Original-Received: (from teirllm@localhost) by eel.dms.auburn.edu (8.11.6+Sun/8.11.6) id h3F2nAu06195; Mon, 14 Apr 2003 21:49:10 -0500 (CDT) X-Authentication-Warning: eel.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: rms@gnu.org In-reply-to: (message from Richard Stallman on Mon, 14 Apr 2003 22:06:16 -0400) Original-cc: bob@rattlesnake.com Original-cc: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:13238 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:13238 Richard Stallman wrote: Third line to the top. Thumb shrinks to expected size. Final step of overscrolling: last line to the top. The thumb now covers nearly the entire length of the scrollbar, because the inaccessible portion all of a sudden starts "counting". Both set_vertical_scroll_bar and (window-end) do the wrong thing, because they both use the above expression, in which something must be I think I have fixed it. Does this make it work? Yes, it does. Sincerely, Luc.