From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Bug: Invalid content in publishing cache: Printed representation of hash table [6.36trans] Date: Thu, 20 May 2010 17:56:18 +0200 Message-ID: <87mxvuh8il.fsf@gmx.de> References: <8739xomkd0.wl%dmaus@ictsoc.de> <005E9642-15D4-49DE-9828-5460A8DC354D@gmail.com> <87eih6d29d.wl%dmaus@ictsoc.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=52326 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OF86v-0007Ai-IW for emacs-orgmode@gnu.org; Thu, 20 May 2010 11:56:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OF86j-000173-Vz for emacs-orgmode@gnu.org; Thu, 20 May 2010 11:56:37 -0400 Received: from mail.gmx.net ([213.165.64.20]:47374) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OF86j-00016Z-K0 for emacs-orgmode@gnu.org; Thu, 20 May 2010 11:56:25 -0400 In-Reply-To: (Carsten Dominik's message of "Thu, 20 May 2010 17:26:33 +0200") 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: Carsten Dominik Cc: emacs-orgmode@gnu.org Carsten Dominik writes: > On May 20, 2010, at 5:25 PM, David Maus wrote: > >> Carsten Dominik wrote: >> >>> Actually - this seems to work for me just fine... >>> Don't know why, because I know that statement in the Emacs Lisp manual >>> as well. >> >>> Ah, maybe there are different Emacs versions in play? 23.1.90.1 is the >>> one I jut now tried. It does not work in Emacs 22. >> >> Here it's 23.1.1, shipped with Debian GNU/Linux "Sid". The cache-file is loaded in one place: lisp/org-publish.el, line 938: (if cexists (load-file cache-file)) ...and written in lisp/org-publish.el in the function: (defun org-publish-write-cache-file (&optional free-cache) This might be the place to change it, because `load-file' is what's supposed to work, right? Which syntax is needed to make this work for elder emacsen? Sebastian