From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#4359: 23.1.50; ^G in M-x grep mode with git grep Date: Fri, 01 Jul 2011 04:11:01 +0300 Organization: JURTA Message-ID: <878vsi4xga.fsf@mail.jurta.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1309482930 19601 80.91.229.12 (1 Jul 2011 01:15:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 1 Jul 2011 01:15:30 +0000 (UTC) Cc: Ulrich Neumerkel , schwab@linux-m68k.org, 4359@debbugs.gnu.org To: Lars Magne Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jul 01 03:15:25 2011 Return-path: Envelope-to: geb-bug-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 1QcSKI-0003WZ-UU for geb-bug-gnu-emacs@m.gmane.org; Fri, 01 Jul 2011 03:15:23 +0200 Original-Received: from localhost ([::1]:43963 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcSKH-0005iW-TU for geb-bug-gnu-emacs@m.gmane.org; Thu, 30 Jun 2011 21:15:22 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:52213) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcSK2-0005h5-Bu for bug-gnu-emacs@gnu.org; Thu, 30 Jun 2011 21:15:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QcSK0-0003xN-6p for bug-gnu-emacs@gnu.org; Thu, 30 Jun 2011 21:15:05 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:56242) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcSJz-0003xJ-UQ for bug-gnu-emacs@gnu.org; Thu, 30 Jun 2011 21:15:04 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1QcSJy-0007XM-Ni; Thu, 30 Jun 2011 21:15:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 01 Jul 2011 01:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 4359 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 4359-submit@debbugs.gnu.org id=B4359.130948286728914 (code B ref 4359); Fri, 01 Jul 2011 01:15:02 +0000 Original-Received: (at 4359) by debbugs.gnu.org; 1 Jul 2011 01:14:27 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcSJO-0007WJ-SO for submit@debbugs.gnu.org; Thu, 30 Jun 2011 21:14:27 -0400 Original-Received: from smtp-out4.starman.ee ([85.253.0.6] helo=mx2.starman.ee) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcSJL-0007W4-2M for 4359@debbugs.gnu.org; Thu, 30 Jun 2011 21:14:24 -0400 X-Virus-Scanned: by Amavisd-New at mx2.starman.ee Original-Received: from mail.starman.ee (62.65.210.87.cable.starman.ee [62.65.210.87]) by mx2.starman.ee (Postfix) with ESMTP id 43FF53F4135; Fri, 1 Jul 2011 04:14:11 +0300 (EEST) In-Reply-To: (Lars Magne Ingebrigtsen's message of "Fri, 01 Jul 2011 02:01:23 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Thu, 30 Jun 2011 21:15:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:47673 Archived-At: >>>Are there any reasons why `M-x grep' and friends >>>(i.e. `compilation-start', really) shouldn't bind >>>`process-connection-type' to nil? >> >> M-x grep highlights the actual matches. So this is not a simple pipe. > > Right, so when grep detects that it's not a PTY, it switches the > GREP_COLOR(S) stuff off? And there's no way to force that to be on? Yes, grep switches colors off if it's not a PTY: http://thread.gmane.org/gmane.emacs.devel/83316/focus=83449