From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Teemu Likonen Newsgroups: gmane.emacs.help Subject: Re: Emacs equivalent of vi's ":v" Date: Thu, 28 Jul 2011 09:08:21 +0300 Message-ID: <87ei1b6ip6.fsf@mithlond.arda> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1311833313 24655 80.91.229.12 (28 Jul 2011 06:08:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 28 Jul 2011 06:08:33 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Le Wang Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 28 08:08:30 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 1QmJll-0004hE-Te for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Jul 2011 08:08:30 +0200 Original-Received: from localhost ([::1]:56199 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmJll-00007B-4G for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Jul 2011 02:08:29 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:39812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmJlf-00006q-WA for help-gnu-emacs@gnu.org; Thu, 28 Jul 2011 02:08:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QmJlf-00050O-2a for help-gnu-emacs@gnu.org; Thu, 28 Jul 2011 02:08:23 -0400 Original-Received: from mta-out.inet.fi ([195.156.147.13]:37770 helo=jenni1.inet.fi) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmJle-00050K-J3 for help-gnu-emacs@gnu.org; Thu, 28 Jul 2011 02:08:22 -0400 Original-Received: from mithlond.arda (84.251.132.215) by jenni1.inet.fi (8.5.133) id 4DF73B2801F02B84; Thu, 28 Jul 2011 09:08:21 +0300 Original-Received: from dtw by mithlond.arda with local (Exim 4.72) (envelope-from ) id 1QmJld-0000gt-5B; Thu, 28 Jul 2011 09:08:21 +0300 In-Reply-To: (Le Wang's message of "Thu, 28 Jul 2011 11:50:43 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 195.156.147.13 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:81831 Archived-At: * 2011-07-28T11:50:43+08:00 * Le Wang wrote: > keep-lines Vim's :g and :v are not just for deleting or keeping lines. They perform any action for matching lines.