From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Newsgroups: gmane.emacs.help Subject: Text/overlay property to hide buffer contents from lisp? Date: Sun, 10 Apr 2011 08:49:05 +0000 (UTC) Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1302425412 26840 80.91.229.12 (10 Apr 2011 08:50:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 10 Apr 2011 08:50:12 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 10 10:50:08 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q8qLO-0003qi-EJ for geh-help-gnu-emacs@m.gmane.org; Sun, 10 Apr 2011 10:50:06 +0200 Original-Received: from localhost ([127.0.0.1]:57178 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q8qLN-0002jt-67 for geh-help-gnu-emacs@m.gmane.org; Sun, 10 Apr 2011 04:50:05 -0400 Original-Received: from [140.186.70.92] (port=35629 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q8qKg-0002gd-7A for help-gnu-emacs@gnu.org; Sun, 10 Apr 2011 04:49:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q8qKd-0005I6-GF for help-gnu-emacs@gnu.org; Sun, 10 Apr 2011 04:49:20 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:44590) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q8qKd-0005Hn-Ag for help-gnu-emacs@gnu.org; Sun, 10 Apr 2011 04:49:19 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q8qKb-0003Ry-5g for help-gnu-emacs@gnu.org; Sun, 10 Apr 2011 10:49:17 +0200 Original-Received: from 94-21-76-129.pool.digikabel.hu ([94.21.76.129]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Apr 2011 10:49:17 +0200 Original-Received: from adatgyujto by 94-21-76-129.pool.digikabel.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Apr 2011 10:49:17 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 8 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 94.21.76.129 (Opera/9.80 (Windows NT 6.1; U; en) Presto/2.7.62 Version/11.01) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:80758 Archived-At: I know there are the `invisible' and `intangible' properties to hide parts of the buffer from the user, but these hidden regions are apparently not hidden from lisp commands like query-replace-regexp. Is there a property which can hide buffer contents like narrow does, so that lisp commands can't access it either?