From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: googleartist@yahoo.com (Artist) Newsgroups: gmane.emacs.help Subject: Re: HInding Lines Date: 10 Mar 2003 17:30:45 -0800 Organization: http://groups.google.com/ Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1047346572 8833 80.91.224.249 (11 Mar 2003 01:36:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 11 Mar 2003 01:36:12 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 11 02:36:09 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18sYgb-0002IC-00 for ; Tue, 11 Mar 2003 02:36:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18sYfz-000851-07 for gnu-help-gnu-emacs@m.gmane.org; Mon, 10 Mar 2003 20:35:31 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Original-NNTP-Posting-Host: 68.37.117.130 Original-X-Trace: posting.google.com 1047346247 25038 127.0.0.1 (11 Mar 2003 01:30:47 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 11 Mar 2003 01:30:47 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:110972 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:7472 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:7472 David Masterson wrote in message news:... > >>>>> Artist writes: > > > Hi, While doing the development work with emacs, I just want to hide > > certain lines. These lines does not constitute functions and I > > cannot use narrow-region as I like to see the entire file. So > > something like hide-region or hide-regions would be helpful. How I > > can use outline mode to hide effectively what I want to hide from > > point 'A' to point 'B'. > > Sounds like you want folding.el. You'll have to put comments into > your code to denote the beginning and ending of the fold, but, other > than that, it sounds like what you want. Hi, I will try folding.el. One problem: If I put comment surrounding that, I may not run my code properly. What I can do is to put some commented boundary around that as an alternative. Remembering the points like registers would be a better solution. Thanks, Artist.