From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Josef Urban Newsgroups: gmane.emacs.devel Subject: Re: invisible text in compilation-goto-locus Date: Tue, 16 Sep 2003 19:21:03 +0200 (CEST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1063727211 24706 80.91.224.253 (16 Sep 2003 15:46:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 16 Sep 2003 15:46:51 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Sep 16 17:46:49 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19zI2T-0000tc-00 for ; Tue, 16 Sep 2003 17:46:49 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 19zI5c-0007LW-00 for ; Tue, 16 Sep 2003 17:50:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19zHwF-0000Rt-Q8 for emacs-devel@quimby.gnus.org; Tue, 16 Sep 2003 11:40:23 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19zHwB-0000RU-J9 for emacs-devel@gnu.org; Tue, 16 Sep 2003 11:40:19 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19zHwA-0000R0-2S for emacs-devel@gnu.org; Tue, 16 Sep 2003 11:40:18 -0400 Original-Received: from [195.113.17.207] (helo=ktilinux.ms.mff.cuni.cz) by monty-python.gnu.org with esmtp (Exim 4.22) id 19zHw9-0000Qo-H1 for emacs-devel@gnu.org; Tue, 16 Sep 2003 11:40:17 -0400 Original-Received: from localhost (urban@localhost) by ktilinux.ms.mff.cuni.cz (8.11.6/linuxconf) with ESMTP id h8GHL3Y21230; Tue, 16 Sep 2003 19:21:03 +0200 Original-To: Stefan Monnier In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:16426 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16426 > > Should not there be a more general property (like isearch-open-invisible) > > or even a variable (like buffer-invisibility-spec) to allow customization > > of its behavior? > > You can also use reveal-mode (in the source buffer) to automatically > un-hide invisible text around point. Thanks, this probably solves my problem (I'll have to change text properties to overlays to test it). Josef Urban