From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84803 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Org src-blocks not shown correctly Date: Fri, 22 Aug 2014 16:24:35 +0800 Message-ID: <87r409kk3g.fsf@ericabrahamsen.net> References: <87r40a9j0k.fsf@gmail.com> <87sikq0zhc.fsf@ucl.ac.uk> <8738cpwvpj.fsf@gmail.com> <874mx5y8uj.fsf@ucl.ac.uk> <87sikpveuz.fsf@gmail.com> <87bnrd6jhw.fsf@ucl.ac.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1408695821 9694 80.91.229.3 (22 Aug 2014 08:23:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 22 Aug 2014 08:23:41 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33046@lists.math.uh.edu Fri Aug 22 10:23:32 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XKk7o-0002lc-Aj for ding-account@gmane.org; Fri, 22 Aug 2014 10:23:09 +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 1XKk7a-0008DB-Lk; Fri, 22 Aug 2014 03:22:54 -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 1XKk7Z-0008Cu-7m for ding@lists.math.uh.edu; Fri, 22 Aug 2014 03:22:53 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1XKk7U-0003Qd-Sq for ding@lists.math.uh.edu; Fri, 22 Aug 2014 03:22:52 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XKk7S-0001rc-Np for ding@gnus.org; Fri, 22 Aug 2014 10:22:46 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XKk7F-0002Gp-VI for ding@gnus.org; Fri, 22 Aug 2014 10:22:33 +0200 Original-Received: from 114.248.6.55 ([114.248.6.55]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Aug 2014 10:22:33 +0200 Original-Received: from eric by 114.248.6.55 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Aug 2014 10:22:33 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 35 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 114.248.6.55 User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4.50 (gnu/linux) Cancel-Lock: sha1:51gvHmt4kUlPsTNjc6Edgkwt1sA= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84803 Archived-At: Eric S Fraga writes: > On Thursday, 21 Aug 2014 at 21:09, Thorsten Jolitz wrote: > > [...] > >> hmm ... I don't even know "who" is rendering/fontifying these blocks in >> article mode. I'm not really up-to-date with gnus, but fairly up-to-date >> with Org - is Org at all involved here? > > Good questions. I know that I used to have, a very long time ago now, > my own customisations for viewing org snippets with fontification but > there is no sign of any such customisations in my files any > longer. Gnus itself must be taking care of it. So, from the git log of > gnus: > > ,---- > | commit 3313cd8482c0ac34077ae1ca4721bb6af8b0e0b6 > | Author: Lars Ingebrigtsen > | Date: Sat Jan 28 20:33:23 2012 +0100 > | > | Make fontification of org modes work again > | > | * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode' > | instead of setting it locally, since the latter doesn't seem to have > | any effect (most of the time). > `---- > > Maybe have a look at mm-view.el, specifically mm-display-inline-fontify? > > In any case, org must be involved somehow as the faces used are those > defined by org... Looks like that function was touched in Gnus commit ceed93, late May -- are you guys using Gnus or Emacs from git?