|
From: | Lennart Borgman (gmail) |
Subject: | Re: How to test :invisible property? |
Date: | Thu, 27 Dec 2007 15:23:49 +0100 |
User-agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 |
Lennart Borgman (gmail) wrote:
Lennart Borgman (gmail) wrote:Is there an elisp function that tests the :invisible property against buffer-invisibility-spec?I mean the 'invisible property
There is actually a function in simple.el: (defun line-move-invisible-p (pos) "Return non-nil if the character after POS is currently invisible." Maybe this should be mentioned in (info "(elisp) Invisible Text")
[Prev in Thread] | Current Thread | [Next in Thread] |