Romain Francoise wrote:
Eugen Dedu <[EMAIL PROTECTED]> writes:


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.


Nope.  It shows the middle line only, as in Emacs 21.

Something in your initialization files must be messing with this
behavior, if you try with a minimal .emacs file that contains just the
two forms quoted above, you'll see that emacs-snapshot works as
intended.  There is no bug.


You're right, I am sorry for this.

In fact, the following .emacs prints all the lines in emacs-snapshot
(unlike emacs21):

(custom-set-variables
  ;; custom-set-variables was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 '(default-major-mode (quote outline-mode)))

; diary
(setq number-of-diary-entries 15)
(diary)

--
Eugen



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

Reply via email to