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

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

bug#4065: Possible circular calls in appt-make-list and diary-list-entri


From: Leo
Subject: bug#4065: Possible circular calls in appt-make-list and diary-list-entries
Date: Sat, 20 Mar 2010 20:01:40 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

On 2010-03-20 18:21 +0000, Glenn Morris wrote:
> Leo wrote:
>
>> I investigated this problem a bit and found it is not due to org. It is
>> a bug in diary and appt.
>
> Please give an example starting from emacs -Q and not involving org
> that shows the problem. Thanks.

1. Emacs -q and eval the following lines one by one
(setq calendar-date-style 'european)
(require 'diary-lib)
(setq diary-file "~/diary")
(add-hook 'diary-hook 'appt-make-list)
(setq diary-number-of-entries 100)

2. insert some entries into the diary and then eval

(diary-list-entries '(3 16 2010) 1)

3. I was able to get the return value of (diary-list-entries '(3 16
2010) 100) but not (diary-list-entries '(3 16 2010) 1).

Cheers,

Leo






reply via email to

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