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: hiding lines Date: Thu, 02 Apr 2009 20:39:50 -0400 Message-ID: References: <20090402.085201.106432638.wl@gnu.org> <20090402193050.GA10678@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1238719218 27644 80.91.229.12 (3 Apr 2009 00:40:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 3 Apr 2009 00:40:18 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 03 02:41:36 2009 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 1LpXTS-0007re-5A for ged-emacs-devel@m.gmane.org; Fri, 03 Apr 2009 02:41:36 +0200 Original-Received: from localhost ([127.0.0.1]:50737 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LpXS3-0000Z1-CC for ged-emacs-devel@m.gmane.org; Thu, 02 Apr 2009 20:40:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LpXRy-0000Ym-B0 for emacs-devel@gnu.org; Thu, 02 Apr 2009 20:40:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LpXRs-0000YO-Em for emacs-devel@gnu.org; Thu, 02 Apr 2009 20:40:00 -0400 Original-Received: from [199.232.76.173] (port=50507 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LpXRs-0000YL-7r for emacs-devel@gnu.org; Thu, 02 Apr 2009 20:39:56 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:25287 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LpXRp-0004bp-Qw; Thu, 02 Apr 2009 20:39:53 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjYFAPv31EnO+Lq2/2dsb2JhbACBUs1Pg3wGhQQ X-IronPort-AV: E=Sophos;i="4.39,316,1235970000"; d="scan'208";a="36126585" Original-Received: from 206-248-186-182.dsl.teksavvy.com (HELO pastel.home) ([206.248.186.182]) by ironport2-out.teksavvy.com with ESMTP; 02 Apr 2009 20:39:51 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id C0C428446; Thu, 2 Apr 2009 20:39:50 -0400 (EDT) In-Reply-To: <20090402193050.GA10678@muc.de> (Alan Mackenzie's message of "Thu, 2 Apr 2009 19:30:50 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:110026 Archived-At: > The following makes the current region invisible and intangible. It I'll just remind people that I strongly discourage the use of the `intangible' property. Your code should work well with just the `invisible' property; if not, it might be a bug. Stefan