From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: Text/overlay property to hide buffer contents from lisp? Date: Sun, 10 Apr 2011 11:16:48 -0300 Organization: A noiseless patient Spider Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1302446433 24471 80.91.229.12 (10 Apr 2011 14:40:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 10 Apr 2011 14:40:33 +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 16:40:29 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 1Q8voT-0007Iy-Fr for geh-help-gnu-emacs@m.gmane.org; Sun, 10 Apr 2011 16:40:29 +0200 Original-Received: from localhost ([127.0.0.1]:44648 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q8voT-0003jf-1J for geh-help-gnu-emacs@m.gmane.org; Sun, 10 Apr 2011 10:40:29 -0400 Original-Path: usenet.stanford.edu!newsfeed.news.ucla.edu!news.snarked.org!feeder.erje.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Injection-Info: mx02.eternal-september.org; posting-host="XiIAvY72ZUxKiQYrt+73Dw"; logging-data="8409"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18K1qctxBfou18EA06ayzyy" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:50mA/jpDV0ujedZ/D3gYRdep9YY= sha1:olrMhZ2f+wvWDUiGBBYegevZhv8= Original-Xref: usenet.stanford.edu gnu.emacs.help:186654 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:80762 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? Other than delete-region, no. Stefan