From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: Agenda view > Face for deadlines > PATCH Date: Mon, 16 Aug 2010 21:51:14 +0200 Message-ID: <87mxsm9wdm.fsf@altern.org> References: <87vdasfb1w.fsf@mundaneum.com> <87r5l94ozf.fsf@mundaneum.com> <87d3wrh82w.fsf_-_@mundaneum.com> <877hmxaedn.fsf@mundaneum.com> <8E1C97F0-8A90-4C39-A0A5-A2146E875795@gmail.com> <87sk3o76se.fsf@mundaneum.com> <87zkws5iw9.fsf@mundaneum.com> <87iq3fhpox.fsf@gnu.org> <87vd7ezup8.fsf@mundaneum.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=35058 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ol5iH-0001tr-HP for emacs-orgmode@gnu.org; Mon, 16 Aug 2010 15:51:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ol5iG-0004XO-Cv for emacs-orgmode@gnu.org; Mon, 16 Aug 2010 15:51:17 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:46185) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ol5iG-0004XK-91 for emacs-orgmode@gnu.org; Mon, 16 Aug 2010 15:51:16 -0400 Received: by wyg36 with SMTP id 36so6703432wyg.0 for ; Mon, 16 Aug 2010 12:51:15 -0700 (PDT) In-Reply-To: <87vd7ezup8.fsf@mundaneum.com> (=?iso-8859-1?Q?=22S=E9bastien?= Vauban"'s message of "Fri, 13 Aug 2010 12:13:39 +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: =?iso-8859-1?Q?S=E9bastien?= Vauban Cc: emacs-orgmode@gnu.org Hi Sébastien, Sébastien Vauban writes: > after the function =org-agenda-highlight-todo=, what's "proved" (if you don't > believe me ;-)) by this extract of the *Messages*: > > Loading /usr/share/emacs/23.1/lisp/emacs-lisp/edebug.elc... > Loading edebug... > ad-handle-definition: `eval-defun' got redefined > Loading edebug...done > Edebug: org-agenda-highlight-todo > org-agenda-highlight-todo > > Then, calling =C-c a a= (=org-agenda-list=) is *not interrupted* by =edebug=, > while I was well expecting to step through that function, and see what's done > with every todo line. Try this: run `edebug-defun' after `org-finalize-agenda-entries' and after `org-agenda-highlight-todo' -- here it let me go thru the latter one step by step... -- Bastien