From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Masatake YAMATO Newsgroups: gmane.emacs.devel Subject: Re: narrow-to-here-document Date: Wed, 25 Jun 2003 17:21:59 +0900 (JST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20030625.172159.55512297.jet@gyve.org> References: <3EF73468.1030503@yahoo.com> <20030625.151015.68035851.jet@gyve.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1056530746 19734 80.91.224.249 (25 Jun 2003 08:45:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 25 Jun 2003 08:45:46 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Jun 25 10:45:41 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19V5ZL-0003rL-00 for ; Wed, 25 Jun 2003 10:23:55 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19V5dH-0002FO-00 for ; Wed, 25 Jun 2003 10:27:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19V5ZG-0004qy-Oh for emacs-devel@quimby.gnus.org; Wed, 25 Jun 2003 04:23:50 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19V5Yn-0004dK-VH for emacs-devel@gnu.org; Wed, 25 Jun 2003 04:23:21 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19V5Yg-0004Q3-Gq for emacs-devel@gnu.org; Wed, 25 Jun 2003 04:23:15 -0400 Original-Received: from r-maa.spacetown.ne.jp ([210.130.136.40]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19V5YK-0003cU-7V; Wed, 25 Jun 2003 04:22:52 -0400 Original-Received: from localhost (mx.jp.redhat.com [219.96.218.186]) by r-maa.spacetown.ne.jp (8.11.6) with ESMTP id h5P8MnA25956; Wed, 25 Jun 2003 17:22:49 +0900 (JST) Original-To: dak@gnu.org In-Reply-To: X-Mailer: Mew version 3.1.52 on Emacs 21.3 / Mule 5.0 (SAKAKI) Original-cc: ihs_4664@yahoo.com X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15233 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15233 > Actually, what one really would want is to have a > narrow-to-here-document which is not apparent in the display (leaving > the context around the here document), and to have hooks that will > revert the narrowing once the _user_ (as opposed to indentation code > and the like) tries leaving the narrowed area. We would need some > functionality inside of Emacs in order to deal with that, probably. Really great idea! I'll try to implement. post-command-hook's time to the stage. Masatake