Thien-Thi Nguyen <[email protected]> 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


_______________________________________________
gnu-emacs-sources mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

Reply via email to