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: bug in window-end Date: Fri, 4 Apr 2003 22:41:12 -0600 (CST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200304050441.h354fCp14477@eel.dms.auburn.edu> References: <200304030235.h332Zsv12591@eel.dms.auburn.edu> <200304040441.h344fvj13614@eel.dms.auburn.edu> <200304042337.h34Nbat14148@eel.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1049517757 30120 80.91.224.249 (5 Apr 2003 04:42:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 5 Apr 2003 04:42:37 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Apr 05 06:42:35 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 191fVj-0007pe-00 for ; Sat, 05 Apr 2003 06:42:35 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 191fY6-0001DY-00 for ; Sat, 05 Apr 2003 06:45:02 +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 191fTz-0006lX-03 for emacs-devel@quimby.gnus.org; Fri, 04 Apr 2003 23:40:47 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 191fTW-0006k5-00 for emacs-devel@gnu.org; Fri, 04 Apr 2003 23:40:18 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 191fTT-0006dM-00 for emacs-devel@gnu.org; Fri, 04 Apr 2003 23:40:16 -0500 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 191fTQ-0006WU-00; Fri, 04 Apr 2003 23:40:12 -0500 Original-Received: from eel.dms.auburn.edu (eel.dms.auburn.edu [131.204.53.108]) h354eAoc027590; Fri, 4 Apr 2003 22:40:11 -0600 (CST) Original-Received: (from teirllm@localhost) by eel.dms.auburn.edu (8.11.6+Sun/8.11.6) id h354fCp14477; Fri, 4 Apr 2003 22:41:12 -0600 (CST) X-Authentication-Warning: eel.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: teirllm@dms.auburn.edu In-reply-to: <200304042337.h34Nbat14148@eel.dms.auburn.edu> (message from Luc Teirlinck on Fri, 4 Apr 2003 17:37:36 -0600 (CST)) Original-cc: rms@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:12910 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12910 >>From my previous message: The following bug in window-end completely explains the problem with the native scrollbar I pointed out before. That may have been a premature conclusion. Both bugs may have a common cause (say in redisplay or whatever). move to behind the final newline and do M-0 C-l Now M-: (window-end) returns 458732, But M-: (window-end nil t) returns 174, the correct value, hence it would seem that there is nothing wrong with the code I labeled "suspicious" in my previous message. I quite simply do not know the C code well enough and hence I will refrain from making further conjectures, which would probably be all wrong anyway. Sincerely, Luc.