From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: invisible-p Date: Sat, 25 Aug 2007 22:42:40 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1188096185 7033 80.91.229.12 (26 Aug 2007 02:43:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 26 Aug 2007 02:43:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 26 04:43:01 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IP85X-0001IF-Aq for ged-emacs-devel@m.gmane.org; Sun, 26 Aug 2007 04:42:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IP85U-0000h8-DC for ged-emacs-devel@m.gmane.org; Sat, 25 Aug 2007 22:42:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IP85Q-0000h3-PO for emacs-devel@gnu.org; Sat, 25 Aug 2007 22:42:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IP85O-0000gr-Ek for emacs-devel@gnu.org; Sat, 25 Aug 2007 22:42:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IP85O-0000go-8k for emacs-devel@gnu.org; Sat, 25 Aug 2007 22:42:46 -0400 Original-Received: from tomts40.bellnexxia.net ([209.226.175.97] helo=tomts40-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IP85K-0007uc-64; Sat, 25 Aug 2007 22:42:42 -0400 Original-Received: from pastel.home ([70.55.144.102]) by tomts40-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070826024241.HAOQ29719.tomts40-srv.bellnexxia.net@pastel.home>; Sat, 25 Aug 2007 22:42:41 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id AA62E7F48; Sat, 25 Aug 2007 22:42:40 -0400 (EDT) In-Reply-To: (Richard Stallman's message of "Sat\, 25 Aug 2007 21\:08\:35 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-Detected-Kernel: Solaris 8 (1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:77189 Archived-At: > +** The function invisible-p returns non-nil if the character > after a specified position is invisible. > The code seems to accept either a buffer position > or a property value. The text above is in the NEWS file of the 22 branch and describes the code in 22 branch (i.e. the elisp function in simple.el, renamed from line-move-invisible-p). The code you seem to be talking about is the one I installed in the branch, and which I haven't documented yet. Stefan