From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78305 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.gnus.general Subject: Re: Why render normal text with fontification whenever possible? Date: Fri, 01 Apr 2011 21:47:44 +0200 Message-ID: <87pqp5iwin.fsf@escher.fritz.box> References: <87mxkb13mp.fsf@escher.fritz.box> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1301767476 27154 80.91.229.12 (2 Apr 2011 18:04:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 2 Apr 2011 18:04:36 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M26612@lists.math.uh.edu Sat Apr 02 20:04:32 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q65BV-0002ZD-Nx for ding-account@gmane.org; Sat, 02 Apr 2011 20:04:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Q65AJ-0005Nb-Sj; Sat, 02 Apr 2011 13:03:15 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Q65AI-0005N9-MB for ding@lists.math.uh.edu; Sat, 02 Apr 2011 13:03:14 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Q65A3-00023V-2y for ding@lists.math.uh.edu; Sat, 02 Apr 2011 13:03:09 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Q65A2-0006QX-El for ding@gnus.org; Sat, 02 Apr 2011 20:02:58 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q5kK2-00081d-Sj for ding@gnus.org; Fri, 01 Apr 2011 21:47:54 +0200 Original-Received: from i59f56141.versanet.de ([89.245.97.65]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Apr 2011 21:47:54 +0200 Original-Received: from stephen.berman by i59f56141.versanet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Apr 2011 21:47:54 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 27 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: i59f56141.versanet.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78305 Archived-At: On Fri, 01 Apr 2011 10:12:59 +0200 Julien Danjou wrote: > On Thu, Mar 31 2011, Stephen Berman wrote: > >> Since this change: >> >> 2011-03-21 Julien Danjou >> >> * mm-view.el (mm-display-inline-fontify): Make mode optional, and call >> normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer >> query. >> (mm-inline-text): Render normal text with fontification whenever >> possible. >> >> plain text in MIME parts between quotation marks is shown in >> font-lock-string-face. I couldn't find any discussion about this on the >> list, so I don't know what the motivation for it is, but I don't like >> it. Is it possible to suppress just this fontification? If not, I >> would like to request that it be made configurable. Thanks, > > I just noticed that too. This is a side effect of that new feature, it > fontifies with fundamental mode. What a weird idea. :) > I've blacklisted this mode for fontification, since it has no interest. Thanks! Steve Berman