From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: problem with font lock Date: Fri, 15 Jan 2010 12:49:22 -0500 Message-ID: References: <87zl4fftv2.fsf@newton.homeunix.net> <83ljfz77jq.fsf@gnu.org> <87k4vjfi55.fsf@newton.homeunix.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1263577790 20849 80.91.229.12 (15 Jan 2010 17:49:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Jan 2010 17:49:50 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Jose A. Ortega Ruiz" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 15 18:49:43 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.50) id 1NVqIn-0000dV-HM for ged-emacs-devel@m.gmane.org; Fri, 15 Jan 2010 18:49:41 +0100 Original-Received: from localhost ([127.0.0.1]:40117 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NVqIo-00023u-Fd for ged-emacs-devel@m.gmane.org; Fri, 15 Jan 2010 12:49:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NVqIi-000234-Ki for emacs-devel@gnu.org; Fri, 15 Jan 2010 12:49:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NVqId-00021j-PR for emacs-devel@gnu.org; Fri, 15 Jan 2010 12:49:36 -0500 Original-Received: from [199.232.76.173] (port=41953 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NVqId-00021e-MG for emacs-devel@gnu.org; Fri, 15 Jan 2010 12:49:31 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:39183) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NVqIa-0004XH-Gk; Fri, 15 Jan 2010 12:49:29 -0500 Original-Received: from faina.iro.umontreal.ca (faina.iro.umontreal.ca [132.204.26.177]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id o0FHnOmF024295; Fri, 15 Jan 2010 12:49:24 -0500 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id EDCAD3A0C7; Fri, 15 Jan 2010 12:49:22 -0500 (EST) In-Reply-To: <87k4vjfi55.fsf@newton.homeunix.net> (Jose A. Ortega Ruiz's message of "Fri, 15 Jan 2010 17:27:18 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3449=0 X-detected-operating-system: by monty-python.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:120060 Archived-At: > Sounds reasonable, specially since font-lock-fontify-buffer still works. > For now, i'll apply Stephan's advice and try to see if i reach the > condition with font-lock-support-mode disabled. BTW, you'll also want (setq debug-on-error t) so that when the error happens you get a useful backtrace. Stefan