From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84805 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: Org src-blocks not shown correctly Date: Fri, 22 Aug 2014 19:01:35 +0900 Organization: Emacsen advocacy group Message-ID: 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; charset=us-ascii X-Trace: ger.gmane.org 1408701772 17525 80.91.229.3 (22 Aug 2014 10:02:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 22 Aug 2014 10:02:52 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33048@lists.math.uh.edu Fri Aug 22 12:02:46 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 1XKlfw-0005ZE-Bb for ding-account@gmane.org; Fri, 22 Aug 2014 12:02: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 1XKlfF-0000IW-0D; Fri, 22 Aug 2014 05:01:45 -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 1XKlfC-0000IF-6j for ding@lists.math.uh.edu; Fri, 22 Aug 2014 05:01:42 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1XKlf7-0003Gv-Aa for ding@lists.math.uh.edu; Fri, 22 Aug 2014 05:01:41 -0500 Original-Received: from mail-hampton.hostforweb.net ([205.234.186.191] helo=hampton.hostforweb.net) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XKlf5-0004NJ-MP for ding@gnus.org; Fri, 22 Aug 2014 12:01:35 +0200 Original-Received: from localhost.localdomain ([127.0.0.1]:42417 helo=localhost) by hampton.hostforweb.net with smtp (Exim 4.82) (envelope-from ) id 1XKles-004820-4E for ding@gnus.org; Fri, 22 Aug 2014 05:01:28 -0500 X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.130012 (=?iso-2022-jp?B?GyRCPz8bKEI=?= Gnus v0.12) Emacs/24.4.50 (i686-pc-cygwin) Cancel-Lock: sha1:SXYFRXL8PfWJVfhjiSql48WlUJw= X-OutGoing-Spam-Status: No, score=-2.9 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hampton.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Get-Message-Sender-Via: hampton.hostforweb.net: acl_c_authenticated_local_user: yamaoka X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84805 Archived-At: On Fri, 22 Aug 2014 09:01:15 +0100, Eric S Fraga wrote: > ,---- >| 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). > `---- I'm not quite sure of the topic in this thread, but I made a change[1] in 'mm-display-inline-fontify' in question today since I got an error[2] when I read articles in this thread. I'm using the very fresh Emacs from the trunk and get a good fontification on those articles. [1] [2] Debugger entered--Lisp error: (error "`recenter'ing a window that does not display current-buffer.") recenter((4)) org-overview() org-set-startup-visibility() org-mode() funcall(org-mode) [...] mm-display-inline-fontify((# ("text/x-org") ... mm-display-org-inline((# ("text/x-org") ... mm-display-inline((# ("text/x-org") ... mm-display-part((# ("text/x-org") ... [...] gnus-summary-show-article(nil)