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 forward-visible-line: Patch Date: Thu, 22 May 2003 17:23:42 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200305222223.h4MMNgs10887@eel.dms.auburn.edu> References: <200305220443.h4M4h4w10124@eel.dms.auburn.edu> <200305221256.h4MCuhjv003998@rum.cs.yale.edu> <200305222140.h4MLe9r10843@eel.dms.auburn.edu> <200305222203.h4MM3jL10870@eel.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1053642503 26979 80.91.224.249 (22 May 2003 22:28:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 22 May 2003 22:28:23 +0000 (UTC) Cc: monnier+gnu/emacs@rum.cs.yale.edu Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri May 23 00:28:13 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 19IyXk-00070M-00 for ; Fri, 23 May 2003 00:28:12 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19IyjD-0001pr-00 for ; Fri, 23 May 2003 00:40:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19IyZO-0005GV-0z for emacs-devel@quimby.gnus.org; Thu, 22 May 2003 18:29:54 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19IyY2-0004jh-4u for emacs-devel@gnu.org; Thu, 22 May 2003 18:28:30 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19IyWD-0003ld-Af for emacs-devel@gnu.org; Thu, 22 May 2003 18:27:09 -0400 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19IyTT-00035H-Hj for emacs-devel@gnu.org; Thu, 22 May 2003 18:23:47 -0400 Original-Received: from eel.dms.auburn.edu (eel.dms.auburn.edu [131.204.53.108]) h4MMNdoc012547; Thu, 22 May 2003 17:23:39 -0500 (CDT) Original-Received: (from teirllm@localhost) by eel.dms.auburn.edu (8.11.6+Sun/8.11.6) id h4MMNgs10887; Thu, 22 May 2003 17:23:42 -0500 (CDT) 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: <200305222203.h4MM3jL10870@eel.dms.auburn.edu> (message from Luc Teirlinck on Thu, 22 May 2003 17:03:45 -0500 (CDT)) 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:14107 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14107 >>From my previous message: In the latter case I guess it would be easy to make it callable from Lisp, which would be useful. In particular, it should be used in forward-visible-line, which uses four times an erroneous form for determining visibility and in end-of-visible-line which does so once. (In particular, the current version of end-of-visible-line has a bug too, which should be fixed and would be trivial to fix with the new function.) There could be other places, but these are the ones I know of. Sincerely, Luc.