From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: probable caching bug? Date: Sat, 07 Dec 2013 10:19:15 +0100 Message-ID: <87ob4tt3vw.fsf@gmail.com> References: <87pppcys45.fsf@ericabrahamsen.net> <87a9gfuwns.fsf@gmail.com> <874n6mbuyb.fsf@ericabrahamsen.net> <8761r2uhcy.fsf@gmail.com> <877gbhtoad.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54979) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VpE2Q-0001fn-9d for emacs-orgmode@gnu.org; Sat, 07 Dec 2013 04:19:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VpE2K-0005I1-JS for emacs-orgmode@gnu.org; Sat, 07 Dec 2013 04:19:02 -0500 Received: from mail-we0-x22e.google.com ([2a00:1450:400c:c03::22e]:38528) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VpE2K-0005Hx-Bl for emacs-orgmode@gnu.org; Sat, 07 Dec 2013 04:18:56 -0500 Received: by mail-we0-f174.google.com with SMTP id q58so1588871wes.5 for ; Sat, 07 Dec 2013 01:18:55 -0800 (PST) In-Reply-To: <877gbhtoad.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Sat, 07 Dec 2013 08:58:34 +0700") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric Abrahamsen Cc: emacs-orgmode@gnu.org Hello, Eric Abrahamsen writes: > Nicolas Goaziou writes: >> The corrupted element is only interesting when there's a pattern (e.g. >> only lists and items are corrupted). Another important information is >> the action triggering the corruption. The function helps to find it out. > > Ah, so you use it in after-change-functions? I call it manually, but that's the idea, yes. If you want to add the function to `after-change-functions', you will need to change its signature (i.e. add three dummy arguments). Regards, -- Nicolas Goaziou