From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ltolenaar@gmail.com Newsgroups: gmane.emacs.help Subject: Re: How to find lines not matching a certain pattern - ie grep -v Date: Sun, 22 Feb 2015 14:01:03 -0800 (PST) Message-ID: <3fc1ac7e-624f-4fa5-8770-345d504c48f7@googlegroups.com> References: <6a41f4ac-f7e7-49f1-a593-501d82d4c733@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1424676690 26889 80.91.229.3 (23 Feb 2015 07:31:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Feb 2015 07:31:30 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 23 08:31:30 2015 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 1YPnUG-0008Em-SA for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Feb 2015 08:31:29 +0100 Original-Received: from localhost ([::1]:42321 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPnUG-0000Gp-8o for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Feb 2015 02:31:28 -0500 X-Received: by 10.66.171.9 with SMTP id aq9mr9315978pac.20.1424642463556; Sun, 22 Feb 2015 14:01:03 -0800 (PST) X-Received: by 10.140.30.118 with SMTP id c109mr85169qgc.15.1424642463460; Sun, 22 Feb 2015 14:01:03 -0800 (PST) Original-Path: usenet.stanford.edu!hl2no17396914igb.0!news-out.google.com!n6ni15qar.0!nntp.google.com!i13no4394955qae.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=31.15.48.10; posting-account=fn_HWAoAAAApeQJdNwXo8XdLNBo6LX52 Original-NNTP-Posting-Host: 31.15.48.10 User-Agent: G2/1.0 Injection-Date: Sun, 22 Feb 2015 22:01:03 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:210557 X-Mailman-Approved-At: Mon, 23 Feb 2015 02:31:12 -0500 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:102848 Archived-At: The grep -v may not work if it is not installed as is likely to be the case on windows. Apparently what is needed is a true grep implementation in compiled elisp. I would be glad to do this if there are substantial pointers or instruction. Linda