From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jidanni@jidanni.org Newsgroups: gmane.emacs.bugs Subject: find-grep makes raw terminal ANSI Date: Tue, 13 Nov 2007 03:13:11 +0800 Message-ID: <87mytjxooo.fsf@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1194896925 9752 80.91.229.12 (12 Nov 2007 19:48:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 Nov 2007 19:48:45 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Nov 12 20:48:50 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IrfGy-0000sd-9e for geb-bug-gnu-emacs@m.gmane.org; Mon, 12 Nov 2007 20:48:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IrfGg-0002Lr-IL for geb-bug-gnu-emacs@m.gmane.org; Mon, 12 Nov 2007 14:48:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IrfGT-0002HS-T1 for bug-gnu-emacs@gnu.org; Mon, 12 Nov 2007 14:48:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IrfGK-0002Bg-Am for bug-gnu-emacs@gnu.org; Mon, 12 Nov 2007 14:48:09 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IrfGK-0002Ba-4l for bug-gnu-emacs@gnu.org; Mon, 12 Nov 2007 14:48:00 -0500 Original-Received: from lax-green-bigip-5.dreamhost.com ([208.113.200.5] helo=looneymail-a4.g.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IrfGJ-0006Sr-79 for bug-gnu-emacs@gnu.org; Mon, 12 Nov 2007 14:47:59 -0500 Original-Received: from jidanni1 (122-127-33-31.dynamic.hinet.net [122.127.33.31]) by looneymail-a4.g.dreamhost.com (Postfix) with ESMTP id E5058125B76 for ; Mon, 12 Nov 2007 11:47:22 -0800 (PST) X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16956 Archived-At: Why when I append additional filters on find-grep, are the results flaky? Ah, one day instead of those filters, I tried cat -v: (find-grep "find . -type f -print0 | xargs -0 -e grep -nH -e table|cat -v") ./article-category.html:298: That's right: raw terminal highlighting characters right there in the output. Gentlemen, I'm sure this is the wrong layer to do this. Or at least warn in the docstring to find-grep. emacs-version "22.1.1"