Romain Francoise wrote:
I don't understand this bug report, please provide more information.
What did you expect it to do?  What makes you think Emacs does the wrong
thing?  What difference do you observe between emacs21 and
emacs-snapshot?

Perhaps you're misunderstanding the purpose of the variable
`number-of-diary-entries': it specifies a number of days, not a number
of entries.  And it works as intended in my tests.

Thanks,


Suppose the following diary file:
10/02 MNP
11/09 XYZ
12/21 ABC

Suppose you have the following lines in your .emacs:
(setq number-of-diary-entries 15)
(diary)

If you start emacs-snapshot, it will print all the three lines of the diary in the diary buffer.

emacs21 prints only the following line in the diary buffer:
11/09 XYZ

If I understand correctly, emacs* should print all the entries between 10/28 and (about) 11/13 (i.e. 10/28 + 15). emacs21 behaves correctly, while emacs-snapshot not.

--
Eugen


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to