From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Newsgroups: gmane.emacs.help Subject: Re: Text/overlay property to hide buffer contents from lisp? Date: Sun, 10 Apr 2011 15:05:22 +0000 (UTC) Message-ID: References: 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 1302447967 31502 80.91.229.12 (10 Apr 2011 15:06:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 10 Apr 2011 15:06:07 +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 17:06:03 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 1Q8wDD-00047G-9I for geh-help-gnu-emacs@m.gmane.org; Sun, 10 Apr 2011 17:06:03 +0200 Original-Received: from localhost ([127.0.0.1]:39062 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q8wDA-0004zU-JR for geh-help-gnu-emacs@m.gmane.org; Sun, 10 Apr 2011 11:06:00 -0400 Original-Received: from [140.186.70.92] (port=41122 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q8wCm-0004zO-Er for help-gnu-emacs@gnu.org; Sun, 10 Apr 2011 11:05:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q8wCl-0007UJ-6t for help-gnu-emacs@gnu.org; Sun, 10 Apr 2011 11:05:36 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:48808) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q8wCl-0007U7-15 for help-gnu-emacs@gnu.org; Sun, 10 Apr 2011 11:05:35 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q8wCj-0003py-2X for help-gnu-emacs@gnu.org; Sun, 10 Apr 2011 17:05:33 +0200 Original-Received: from 94-21-242-246.pool.digikabel.hu ([94.21.242.246]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Apr 2011 17:05:33 +0200 Original-Received: from adatgyujto by 94-21-242-246.pool.digikabel.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Apr 2011 17:05:33 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 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.242.246 (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:80763 Archived-At: Stefan Monnier iro.umontreal.ca> writes: > > > 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. > It's pity, because it could be useful. I don't know if emacs maintainers plan to implement this feature someday, but if they don't they should.