From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: tomer Newsgroups: gmane.emacs.help Subject: Re: hide lines that are not in region Date: Tue, 16 Jun 2009 06:38:25 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <5a9ee83f-c629-4903-9999-ce549ce0c685@k38g2000yqh.googlegroups.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 1245160107 19170 80.91.229.12 (16 Jun 2009 13:48:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Jun 2009 13:48:27 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 16 15:48:25 2009 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 1MGZ1S-0002Bz-Ls for geh-help-gnu-emacs@m.gmane.org; Tue, 16 Jun 2009 15:48:22 +0200 Original-Received: from localhost ([127.0.0.1]:51483 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MGZ1S-0007xe-51 for geh-help-gnu-emacs@m.gmane.org; Tue, 16 Jun 2009 09:48:22 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!k38g2000yqh.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 8 Original-NNTP-Posting-Host: 212.143.17.66 Original-X-Trace: posting.google.com 1245159505 14045 127.0.0.1 (16 Jun 2009 13:38:25 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 16 Jun 2009 13:38:25 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k38g2000yqh.googlegroups.com; posting-host=212.143.17.66; posting-account=NuEtcAoAAADUxiHpeF0Pumy7gc4ekCfm User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; SIMBAR={5B3B1BCD-ECFF-4c68-864B-DCAF4127277B}),gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:170091 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:65319 Archived-At: On Jun 16, 2:43=A0pm, Lennart Borgman wrote: > On Tue, Jun 16, 2009 at 1:25 PM, tomer wrote: > > I want to mark a region, and hide all the other lines in files > > Is there a way? > > M-x narrow-to-region Thanks guys very much.