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: How to test :invisible property? Date: Sat, 29 Dec 2007 02:45:12 -0500 Message-ID: References: <4773AD56.7030100@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1198928236 3767 80.91.229.12 (29 Dec 2007 11:37:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 29 Dec 2007 11:37:16 +0000 (UTC) Cc: Emacs Devel To: "Lennart Borgman \(gmail\)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 29 12:37:30 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 1J8a0P-00089K-IU for ged-emacs-devel@m.gmane.org; Sat, 29 Dec 2007 12:37:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J8a04-0004EZ-Al for ged-emacs-devel@m.gmane.org; Sat, 29 Dec 2007 06:37:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J8Zzz-0004CZ-9G for emacs-devel@gnu.org; Sat, 29 Dec 2007 06:37:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J8Zzw-0004B8-BD for emacs-devel@gnu.org; Sat, 29 Dec 2007 06:37:01 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J8Zzw-0004B5-82 for emacs-devel@gnu.org; Sat, 29 Dec 2007 06:37:00 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1J8Zzw-0007QN-0a for emacs-devel@gnu.org; Sat, 29 Dec 2007 06:37:00 -0500 Original-Received: from bas-flu-bbcs-dynip-203-020.vtx.ch ([83.228.203.20] helo=ceviche.home) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J8WNf-0001ux-Qe for emacs-devel@gnu.org; Sat, 29 Dec 2007 02:45:16 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 62402B4108; Sat, 29 Dec 2007 02:45:12 -0500 (EST) In-Reply-To: <4773AD56.7030100@gmail.com> (Lennart Borgman's message of "Thu, 27 Dec 2007 14:49:10 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by mx20.gnu.org: Linux 2.6 (newer, 3) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:85598 Archived-At: > Is there an elisp function that tests the :invisible property against > buffer-invisibility-spec? `invisible-p' Stefan