From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: [PATCH] Avoid lisp error with (org-deadline nil "+1d") Date: Wed, 23 Nov 2011 16:13:51 -0500 Message-ID: <1945.1322082831@alphaville.dokosmarshall.org> References: <871ut1hzh0.fsf@micropit.couberia.bzh> <878vn73j7o.fsf@micropit.couberia.bzh> <040C8B85-F131-4FE1-ABCF-AB368CF42C5A@gmail.com> <87obw2wo5g.fsf@micropit.couberia.bzh> Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50708) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTK8h-0005OV-Gn for emacs-orgmode@gnu.org; Wed, 23 Nov 2011 16:13:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RTK8g-0005vj-Ge for emacs-orgmode@gnu.org; Wed, 23 Nov 2011 16:13:55 -0500 Received: from g1t0027.austin.hp.com ([15.216.28.34]:9785) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTK8g-0005vb-Cz for emacs-orgmode@gnu.org; Wed, 23 Nov 2011 16:13:54 -0500 In-Reply-To: Message from pmlists@free.fr (Peter =?us-ascii?Q?=3D=3Futf-8?= =?us-ascii?Q?=3FQ=3FM=3DC3=3DBCnster=3F=3D?=) of "Wed\, 23 Nov 2011 21\:59\:39 +0100." <87obw2wo5g.fsf@micropit.couberia.bzh> 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: Peter =?us-ascii?Q?=3D=3Futf-8=3FQ=3FM=3DC3=3DBCnster?= =?us-ascii?Q?=3F=3D?= Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Peter M=C3=BCnster wrote: > On Wed, Nov 23 2011, Carsten Dominik wrote: >=20 > > Fixed, thanks, please verify. >=20 > Verified: ok, thanks. >=20 > Is `(defvar parse-time-weekdays)' still needed then? And if yes, why? >=20 Generally speaking, defvars like this tell the compiler to shut up about the "free" variable. You can see if it is needed, by commenting out the defvar and then trying to compile the file. Nick