From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Bug in font-lock/grep interaction Date: Thu, 14 Oct 2010 12:02:53 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1287072308 2547 80.91.229.12 (14 Oct 2010 16:05:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 14 Oct 2010 16:05:08 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 14 18:05:07 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P6QIi-0006Rj-Ja for ged-emacs-devel@m.gmane.org; Thu, 14 Oct 2010 18:05:05 +0200 Original-Received: from localhost ([127.0.0.1]:58062 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P6QIc-0002SL-5a for ged-emacs-devel@m.gmane.org; Thu, 14 Oct 2010 12:04:58 -0400 Original-Received: from [140.186.70.92] (port=49388 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P6QGe-0001J7-Fp for emacs-devel@gnu.org; Thu, 14 Oct 2010 12:02:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P6QGc-0003aC-5F for emacs-devel@gnu.org; Thu, 14 Oct 2010 12:02:55 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:54685) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P6QGc-0003a6-3k for emacs-devel@gnu.org; Thu, 14 Oct 2010 12:02:54 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1P6QGb-0007h5-Vs; Thu, 14 Oct 2010 12:02:53 -0400 X-Spook: Blowfish infowar kilo class Chobetsu MDA USCODE Janet X-Ran: vK%AhFMnZA5R\UP}A~][Lo`csQo<>wC6A*UEg{tdep:#~Eq'p2uHl(&K#@Jr>jtC#--Vy[ X-Hue: white X-Attribution: GM In-Reply-To: (Lars Magne Ingebrigtsen's message of "Thu\, 14 Oct 2010 15\:02\:57 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:131707 Archived-At: Lars Magne Ingebrigtsen wrote: > If you have > > (setq font-lock-global-modes nil) Why would you do that, as opposed to (global-font-lock-mode -1) > then grep won't work: I think grep requires font-lock to be on to work, so it should probably override/ignore font-lock-global-modes. See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=801 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=2134 PS: It is better to report bugs to the bug list.