From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: daniel Newsgroups: gmane.emacs.help Subject: Re: Narrow: How to hide a specific part? Date: Mon, 10 Jun 2013 13:59:27 +0100 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1370869201 26897 80.91.229.3 (10 Jun 2013 13:00:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Jun 2013 13:00:01 +0000 (UTC) Cc: Emacs help To: Marius Hofert Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 10 15:00:02 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Um1hZ-0002g3-Vc for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Jun 2013 15:00:02 +0200 Original-Received: from localhost ([::1]:38211 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Um1hZ-0001RM-Ll for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Jun 2013 09:00:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Um1hO-0001Qj-1Y for help-gnu-emacs@gnu.org; Mon, 10 Jun 2013 08:59:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Um1hM-0005Od-B6 for help-gnu-emacs@gnu.org; Mon, 10 Jun 2013 08:59:49 -0400 Original-Received: from mail-pb0-x22f.google.com ([2607:f8b0:400e:c01::22f]:59743) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Um1hM-0005ON-4o for help-gnu-emacs@gnu.org; Mon, 10 Jun 2013 08:59:48 -0400 Original-Received: by mail-pb0-f47.google.com with SMTP id rr13so4576994pbb.34 for ; Mon, 10 Jun 2013 05:59:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=3X6a7Uz3TmgMv7gvKcx//tQHcDXD+r7PnhZB8mTCIKI=; b=DZOFtec4Q7ZR4MMi/EqmQgWnWBatrAP8Y3xuSL0gjIsumRbMErpiQPGNohyHt9NwbA NI5bNK67y37AAv+5TY9h04bJW7nSpF0VnuYVl3fRIWJFKLdxRKxYL8M4cR7sX4EYadWV muk3iny3PjG9bF62C7K/atDmAoOtIgcavnR3EJ6y6/TTYJcLAjEs/2+lDJJyhboqwJhZ +DMhixsF2011yIsYyzUzvk6S+3mDME4pa+VlbwuTtylLF6rU8P5wr3DeZWL/QeBukSyc RDP6towMxRF9n/8AqJhcezmZFjVPmUUFyvCdHZqBBHh4vad2KDgU3ILSlj6yHr46h9hQ r4Fg== X-Received: by 10.68.12.165 with SMTP id z5mr9731283pbb.172.1370869187263; Mon, 10 Jun 2013 05:59:47 -0700 (PDT) Original-Received: by 10.70.55.69 with HTTP; Mon, 10 Jun 2013 05:59:27 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c01::22f X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:91434 Archived-At: You could create an overlay in the B area and make it invisible, I think... I did that one time. But most emacs function, like search, will continue to see the hidden part. 2013/6/10 Marius Hofert > Hi, > > I recently discovered narrowing (C-x n n). Say I have three > consecutive paragraphs... > > A > B > C > > ... and I want to hide the 'middle' one, that is, B, while keeping A > and C visible. Can this be done with narrowing? (or in any similar > way?). As far as I know, with narrowing, I can only narrow down to A > or C but can't make them both visible simultaneously. > > Cheers, > > Marius > >