From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marius Hofert Newsgroups: gmane.emacs.help Subject: Narrow: How to hide a specific part? Date: Mon, 10 Jun 2013 14:03:32 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1370865878 20545 80.91.229.3 (10 Jun 2013 12:04:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Jun 2013 12:04:38 +0000 (UTC) To: Emacs help Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 10 14:04:39 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 1Um0py-0003nn-2b for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Jun 2013 14:04:38 +0200 Original-Received: from localhost ([::1]:49545 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Um0px-0000ud-I7 for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Jun 2013 08:04:37 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45627) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Um0pf-0000tY-Pp for help-gnu-emacs@gnu.org; Mon, 10 Jun 2013 08:04:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Um0pa-0003f3-Hs for help-gnu-emacs@gnu.org; Mon, 10 Jun 2013 08:04:19 -0400 Original-Received: from mail-pb0-x22e.google.com ([2607:f8b0:400e:c01::22e]:37890) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Um0pa-0003eS-AC for help-gnu-emacs@gnu.org; Mon, 10 Jun 2013 08:04:14 -0400 Original-Received: by mail-pb0-f46.google.com with SMTP id rq2so2146131pbb.5 for ; Mon, 10 Jun 2013 05:04:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=Vr9nLtFnJVx/Ok/61sF/V+ELushat0C/mr1YcqGB3qg=; b=b5Mm+rBMcaB/iSHNBcDRlr79D2P9dQIR1jzx966rDQ8AkdTvQlCdzU/0Pc85b8Ir/6 OIE3AoUcrRteZlcu5Ob1Yr/Wg5+Pz79U68Ip3VxoVRIRvgrvzfhZlEv+VsSFGo6LLTo3 naPdX22vtK4Ivgj9FvWvcus7bctoe0Cd9ZQ6G3jzurw37F9/xl7kVhmwLfrP+DU2jPn5 THi1G2G2OZuQcYnsf6ECnbUSyuyeWLAdzC91rRngSiqDM+za37rUFYzM8BIE1rVWkLPL 3pJoSjieOovpPQBoI18wrx6H6oqfV4TakBXlBP7TnNdjq+HV07w+nx4yuCS83JIhMD+G W6Ug== X-Received: by 10.66.122.68 with SMTP id lq4mr13557921pab.78.1370865852951; Mon, 10 Jun 2013 05:04:12 -0700 (PDT) Original-Received: by 10.68.31.135 with HTTP; Mon, 10 Jun 2013 05:03:32 -0700 (PDT) X-Google-Sender-Auth: kaYpNjPZV6jrZnT86_VJhcGlszU X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c01::22e 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:91433 Archived-At: 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