From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Le Wang Newsgroups: gmane.emacs.help Subject: Re: Emacs equivalent of vi's ":v" Date: Thu, 28 Jul 2011 12:01:23 +0800 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1311825697 22510 80.91.229.12 (28 Jul 2011 04:01:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 28 Jul 2011 04:01:37 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: C K Kashyap Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 28 06:01:33 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QmHms-00022Y-El for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Jul 2011 06:01:30 +0200 Original-Received: from localhost ([::1]:34294 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmHms-0006bI-1J for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Jul 2011 00:01:30 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:36226) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmHmn-0006av-Cb for help-gnu-emacs@gnu.org; Thu, 28 Jul 2011 00:01:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QmHmm-00048b-M2 for help-gnu-emacs@gnu.org; Thu, 28 Jul 2011 00:01:25 -0400 Original-Received: from mail-qw0-f41.google.com ([209.85.216.41]:43005) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmHmm-00048N-IN for help-gnu-emacs@gnu.org; Thu, 28 Jul 2011 00:01:24 -0400 Original-Received: by qwa26 with SMTP id 26so1523934qwa.0 for ; Wed, 27 Jul 2011 21:01:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=OBhYqBRj/VAz5hjE+vLNdaslPV0o3KO1ATW+aFrAh68=; b=TByGnU9m2XOAs17K16MY1UeulYyoK9Fp2XZI6FizfvYIU9pUsacfvPgM6OjrxTEg7m vzHD/wtDjES4h/bb9oZqdqBCThF7SeqshG8egqC26EzcVcvDXkPEBOPu3PrG7v+yd577 F1VWI7SpFd44G2ygE8xHt7tT8ZJs4D5T0S78k= Original-Received: by 10.224.192.199 with SMTP id dr7mr463992qab.185.1311825683681; Wed, 27 Jul 2011 21:01:23 -0700 (PDT) Original-Received: by 10.224.2.73 with HTTP; Wed, 27 Jul 2011 21:01:23 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.216.41 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:81822 Archived-At: On Thu, Jul 28, 2011 at 11:50 AM, Le Wang wrote: > keep-lines Look for "all.el" -- show all lines matching regexp in new buffer, any edits made in the new buffer gets changed at the source. nifty! -- Le