From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.help Subject: RE: Another replace regexp with list question Date: Mon, 10 Jun 2013 06:57:15 -0700 (PDT) Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1370872671 2310 80.91.229.3 (10 Jun 2013 13:57:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Jun 2013 13:57:51 +0000 (UTC) To: Leandro Marcolino , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 10 15:57:51 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 1Um2bX-0002FP-52 for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Jun 2013 15:57:51 +0200 Original-Received: from localhost ([::1]:52903 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Um2bW-0003sA-RZ for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Jun 2013 09:57:50 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53146) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Um2b9-0003rZ-VD for help-gnu-emacs@gnu.org; Mon, 10 Jun 2013 09:57:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Um2b4-0000U1-LU for help-gnu-emacs@gnu.org; Mon, 10 Jun 2013 09:57:27 -0400 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:47878) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Um2b4-0000Te-EY for help-gnu-emacs@gnu.org; Mon, 10 Jun 2013 09:57:22 -0400 Original-Received: from ucsinet22.oracle.com (ucsinet22.oracle.com [156.151.31.94]) by aserp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r5ADvJPF030788 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 10 Jun 2013 13:57:20 GMT Original-Received: from aserz7022.oracle.com (aserz7022.oracle.com [141.146.126.231]) by ucsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r5ADvIjX010670 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 10 Jun 2013 13:57:18 GMT Original-Received: from abhmt107.oracle.com (abhmt107.oracle.com [141.146.116.59]) by aserz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r5ADvIED010973; Mon, 10 Jun 2013 13:57:18 GMT In-Reply-To: X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.7 (607090) [OL 12.0.6668.5000 (x86)] X-Source-IP: ucsinet22.oracle.com [156.151.31.94] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 141.146.126.69 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:91440 Archived-At: > Oh, I see.... I didn't know about the "narrow" and "widen" commands befor= e. > They are very useful! :) Thank you very much!.. And you can have multiple narrowings in the same buffer, choosing any of them anytime: Description: http://www.emacswiki.org/emacs/MultipleNarrowings Code: http://www.emacswiki.org/emacs-en/download/wide-n.el