gnu-emacs-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ELIP 0.803 available


From: joakim
Subject: Re: ELIP 0.803 available
Date: Tue, 27 Jan 2009 20:17:39 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Thien-Thi Nguyen <address@hidden> writes:

> release notes:
>
>   Bugfix plus user-driven improvements.
>
>   thi
>
> README excerpt:
>
>   This is ELIP, the Emacs Learning Instruction Program.
>   You can use it to improve long-term retention (memory)
>   of arbitrary sets of associated data.
>

I had some issues with getting ELIP working.

This expr:
(edb-t-timedate1:parse-date-string
                  (calendar-date-string
                   (calendar-current-date)))
doesnt parse this string:
tisdag, 27 januari 2009

If I change these type of expressions to:

(edb-t-timedate1:parse-date-string
                  (calendar-date-string
                   (calendar-current-date) t t))

it works(in emacs 23). (you need to change all instances of
calendar-date-string like this)

I post it here if someone else encounters this problem, but its not a
really great fix since IMHO converting a date list to a string and
back to a list could be done some better way.



-- 
Joakim Verona




reply via email to

[Prev in Thread] Current Thread [Next in Thread]