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: using glyphs by default in perl-mode Date: Sun, 02 Jun 2013 11:52:51 -0400 Message-ID: References: <83li7ocdkb.fsf@gnu.org> <87d2sp92vb.fsf@lifelogs.com> <87bo877kf7.fsf@lifelogs.com> <87obbs7cew.fsf@lifelogs.com> <87ip1y54fx.fsf@lifelogs.com> <87ehck6670.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1370188380 29301 80.91.229.3 (2 Jun 2013 15:53:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Jun 2013 15:53:00 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 02 17:52:59 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UjAaZ-0001Kx-Cx for ged-emacs-devel@m.gmane.org; Sun, 02 Jun 2013 17:52:59 +0200 Original-Received: from localhost ([::1]:55900 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjAaY-0006ay-Ot for ged-emacs-devel@m.gmane.org; Sun, 02 Jun 2013 11:52:58 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49208) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjAaU-0006ah-V9 for emacs-devel@gnu.org; Sun, 02 Jun 2013 11:52:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjAaU-00046i-2f for emacs-devel@gnu.org; Sun, 02 Jun 2013 11:52:54 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:62236) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjAaT-00046e-V6 for emacs-devel@gnu.org; Sun, 02 Jun 2013 11:52:54 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFFFpYtM/2dsb2JhbABEvw4Xc4IeAQEEAVYoCws0EhQYDYhCBsEtjWGDKQOkeoFegxM X-IPAS-Result: Av4EABK/CFFFpYtM/2dsb2JhbABEvw4Xc4IeAQEEAVYoCws0EhQYDYhCBsEtjWGDKQOkeoFegxM X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="15418670" Original-Received: from 69-165-139-76.dsl.teksavvy.com (HELO pastel.home) ([69.165.139.76]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 02 Jun 2013 11:52:47 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id C1AE56A312; Sun, 2 Jun 2013 11:52:51 -0400 (EDT) In-Reply-To: <87ehck6670.fsf@lifelogs.com> (Ted Zlatanov's message of "Sun, 02 Jun 2013 08:35:47 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:159986 Archived-At: > I have the data working and AFAICT the correct data is passed to > font-lock but something is going wrong inside the fontification call. > That's hard to debug. I'll work on it more (I think you posted a trick > for debugging font-lock a while ago) but if anyone can spot the issue, I > would appreciate any suggestions. (setq font-lock-support-mode nil) and then try again (e.g. turn font-lock off and then on). Stefan