From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: bug in forward-visible-line: Patch Date: Sat, 24 May 2003 19:19:49 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200305220443.h4M4h4w10124@eel.dms.auburn.edu> <200305221256.h4MCuhjv003998@rum.cs.yale.edu> <200305222140.h4MLe9r10843@eel.dms.auburn.edu> <200305231618.h4NGIZI11628@eel.dms.auburn.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1053819076 7357 80.91.224.249 (24 May 2003 23:31:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 24 May 2003 23:31:16 +0000 (UTC) Cc: miles@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun May 25 01:31:12 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 19JiTo-0001u3-00 for ; Sun, 25 May 2003 01:31: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 19JigG-0005Cx-00 for ; Sun, 25 May 2003 01:44:04 +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 19JiTa-00008L-Ho for emacs-devel@quimby.gnus.org; Sat, 24 May 2003 19:30:58 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19JiSI-0008G0-UC for emacs-devel@gnu.org; Sat, 24 May 2003 19:29:38 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19JiMX-0005IL-97 for emacs-devel@gnu.org; Sat, 24 May 2003 19:23:43 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19JiIo-0004EC-4o for emacs-devel@gnu.org; Sat, 24 May 2003 19:19:50 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19JiIn-0007eS-Ax; Sat, 24 May 2003 19:19:49 -0400 Original-To: Luc Teirlinck In-reply-to: <200305231618.h4NGIZI11628@eel.dms.auburn.edu> (message from Luc Teirlinck on Fri, 23 May 2003 11:18:35 -0500 (CDT)) Original-cc: emacs-devel@gnu.org Original-cc: monnier+gnu/emacs@rum.cs.yale.edu 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:14212 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14212 As I already pointed out in my reply to David Kastrup, I failed to notice at the time when I proposed this function that there already was a function, `line-move-invisible', with essentially the same functionality as invisiblep. This function currently works fine in the absence of invisibility properties that are lists with two or more elements, but malfunctions in the presence of such invisibility properties. I still think we should make this a C function. It may need to be called often.