From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78283 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.gnus.general Subject: Why render normal text with fontification whenever possible? Date: Thu, 31 Mar 2011 21:39:10 +0200 Message-ID: <87mxkb13mp.fsf@escher.fritz.box> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1301600447 28931 80.91.229.12 (31 Mar 2011 19:40:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 31 Mar 2011 19:40:47 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M26591@lists.math.uh.edu Thu Mar 31 21:40:43 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 1Q5NjW-0005T8-0E for ding-account@gmane.org; Thu, 31 Mar 2011 21:40:42 +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 1Q5NjN-0002X6-Qr; Thu, 31 Mar 2011 14:40:33 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Q5NiM-0002WN-9v for ding@lists.math.uh.edu; Thu, 31 Mar 2011 14:39:30 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Q5NiL-0003A4-08 for ding@lists.math.uh.edu; Thu, 31 Mar 2011 14:39:30 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Q5NiK-0006pI-9S for ding@gnus.org; Thu, 31 Mar 2011 21:39:28 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q5NiJ-0004pr-8e for ding@gnus.org; Thu, 31 Mar 2011 21:39:27 +0200 Original-Received: from i59f56dc0.versanet.de ([89.245.109.192]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 Mar 2011 21:39:27 +0200 Original-Received: from stephen.berman by i59f56dc0.versanet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 Mar 2011 21:39:27 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: i59f56dc0.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:78283 Archived-At: 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, Steve Berman