From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Re: Enhancing the Org/Gnus experience Date: Thu, 04 Nov 2010 06:22:06 -0600 Message-ID: <87sjzhdxmh.fsf@gmail.com> References: <80k4lj78ui.fsf@mundaneum.com> <87sk07fl3s.fsf@gmail.com> <80k4lf337a.fsf@mundaneum.com> <80vd4z9q2f.fsf@mundaneum.com> <874oc2z2uv.fsf@gmail.com> <8062wdcp6y.fsf@mundaneum.com> <877hgtfhaq.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=54644 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDzuE-0000jf-2Q for emacs-orgmode@gnu.org; Thu, 04 Nov 2010 09:31:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PDzuC-0005sP-Gh for emacs-orgmode@gnu.org; Thu, 04 Nov 2010 09:31:05 -0400 Received: from mail-qw0-f41.google.com ([209.85.216.41]:38632) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PDzuC-0005sH-E4 for emacs-orgmode@gnu.org; Thu, 04 Nov 2010 09:31:04 -0400 Received: by qwi2 with SMTP id 2so1292792qwi.0 for ; Thu, 04 Nov 2010 06:31:02 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric S Fraga Cc: =?utf-8?Q?S=C3=A9bastien?= Vauban , emacs-orgmode@gnu.org Eric S Fraga writes: > S=C3=A9bastien Vauban writes: > >> Hi Eric (and Dan), >> >> "Eric Schulte" wrote: >>> This is really great. I finally folded it into my gnus setup, and while >>> it looks great when it works >> >> Great you love it. I'm *VERY* pleased. Moreover, having no reaction on t= hat >> (and on some other posts[1]), I thought I'd been kill-filed=C2=A0;-)[2] > > S=C3=A9bastien et al., > > I have also included the code in my gnus configuration but I am not sure > if it is actually doing anything or not. Well, actually, I think it > *is* doing something but I haven't actually seen any fontification etc. > On the other hand, I am still getting to grips with gnus article display > functionality so I've probably done something wrong... > if it is working, then the following code block should be fontified as if in an Org-mode buffer #+begin_src emacs-lisp (message "is it working?") #+end_src > > If there are any obvious things I should be looking at, please let me > know. > the above should do it. My addition recovers from failures by inserting the unfontified text into the buffer, so it's possible that whatever issue I have that throws errors on non-src blocks is also an issue on your machine and is throwing errors on all blocks, which would explain why you aren't seeing any difference in your article buffers. > >>> I was getting frequent errors throw by the org-mode fontification engine >>> recursing too deeply. I've changed it to the following which augments w= hat >>> you sent with some simple error handling. >> >> I _never_ observed problems in my case. Anyway, adding such a protection= is >> the code is a great addition. Thanks! >> >> I've just singed the FSF papers. Once received by the FSF, I'll >> propagate your update onto the Gnus newsgroup. > > Please post here as well. I do follow the gnus newsgroup but less > frequently. > >> When that will be done, we will have a real Org experience when >> reading mails with Gnus. I love all this tools. > > Yes, there's great potential for the gnus+org combination to give a > really nice email experience! > > Thanks, > eric