From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Grep and font-lock Date: Wed, 21 Apr 2004 11:33:23 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <102F157B-9374-11D8-991C-000D93505B76@swipnet.se> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v613) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1082540224 2053 80.91.224.253 (21 Apr 2004 09:37:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Apr 2004 09:37:04 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Apr 21 11:36:56 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BGEA3-0001Vk-00 for ; Wed, 21 Apr 2004 11:36:55 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BGEA3-0008Gb-00 for ; Wed, 21 Apr 2004 11:36:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BGE7h-0001hv-KE for emacs-devel@quimby.gnus.org; Wed, 21 Apr 2004 05:34:29 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BGE7Y-0001gf-Nk for emacs-devel@gnu.org; Wed, 21 Apr 2004 05:34:20 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BGE70-0001Vu-31 for emacs-devel@gnu.org; Wed, 21 Apr 2004 05:34:18 -0400 Original-Received: from [195.54.107.73] (helo=mxfep02.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BGE6p-0001RI-CB for emacs-devel@gnu.org; Wed, 21 Apr 2004 05:33:35 -0400 Original-Received: from coolsville.localdomain ([213.112.109.35] [213.112.109.35]) by mxfep02.bredband.com with ESMTP id <20040421093334.ZFTL9494.mxfep02.bredband.com@coolsville.localdomain> for ; Wed, 21 Apr 2004 11:33:34 +0200 In-Reply-To: <102F157B-9374-11D8-991C-000D93505B76@swipnet.se> Original-To: emacs-devel Devel X-Mailer: Apple Mail (2.613) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:21983 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21983 > Hello. > > Good to see grep working again. However, there is an incompatible > change, > grep now always turns on font-lock, which the old did not do. How does > one go about to turn it off for grep only? Not wanting to be against > new > stuff, but I find that I more and more agree with the guy who remarked > that for every new Emacs he has to turn more and more features off to > get back to the same state as the previous release. > > I don't mind to turn stuff off, but I do think how to turn off > incompatible > changes as this should be mentioned in NEWS. I see compilation also turns on font-lock. This should also be easy to turn off IMHO. Jan D.