From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas =?iso-8859-1?q?R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: Narrowing to non-adjacent regions Date: Fri, 1 Feb 2008 19:51:14 +0100 Message-ID: <200802011951.14961.andreas.roehler@online.de> References: <200802011527.52590.andreas.roehler@online.de> <47A32F19.6020407@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1201891814 7668 80.91.229.12 (1 Feb 2008 18:50:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 Feb 2008 18:50:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 01 19:50:34 2008 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.50) id 1JL0y9-0008Q0-G1 for geh-help-gnu-emacs@m.gmane.org; Fri, 01 Feb 2008 19:50:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JL0xh-0006Nh-Vj for geh-help-gnu-emacs@m.gmane.org; Fri, 01 Feb 2008 13:50:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JL0xH-0006Le-FK for help-gnu-emacs@gnu.org; Fri, 01 Feb 2008 13:49:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JL0xF-0006LR-JU for help-gnu-emacs@gnu.org; Fri, 01 Feb 2008 13:49:38 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JL0xF-0006LM-9v for help-gnu-emacs@gnu.org; Fri, 01 Feb 2008 13:49:37 -0500 Original-Received: from moutng.kundenserver.de ([212.227.126.187]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JL0xE-0000YP-Ns for help-gnu-emacs@gnu.org; Fri, 01 Feb 2008 13:49:37 -0500 Original-Received: from noname (p54BEBB18.dip0.t-ipconnect.de [84.190.187.24]) by mrelayeu.kundenserver.de (node=mrelayeu4) with ESMTP (Nemesis) id 0ML21M-1JL0xD3ivu-0006cc; Fri, 01 Feb 2008 19:49:36 +0100 User-Agent: KMail/1.9.5 In-Reply-To: <47A32F19.6020407@gmail.com> Content-Disposition: inline X-Provags-ID: V01U2FsdGVkX1+iaeKqDRo1CkvZNyVgKefa+e8aPXFpf73Do9E w5A2GLhZ9voh7UtX0PpGWq6TcowlJCqXnpYBGV/RcrjnJ9LG9X gJ9Y/80NW/Uaxj5Swxd4A== X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) 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:51164 Archived-At: Am Freitag, 1. Februar 2008 15:39 schrieb Lennart Borgman (gmail): > Andreas R=F6hler wrote: > > Already exists block.el, look, if it is suitable. > > It does? Where? > > > Once several blocks are known, set the remaining chars > > to invisible. Maybe block.el delivers that already. > > > > HTH > > > > Andreas R=F6hler Just had a look into block.el after some times and see: ,---- | ;; 2. There is only one block for all buffers. `---- That means, developing went in the opposite direction. Nonetheless I think this might deliver a starting point: Once a block is stored independently from unique region, with some changes you may enable storing more of them. Andreas R=F6hler