emacs-devel
[Top][All Lists]
Advanced

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

Re: is the calendar broken?


From: Eli Zaretskii
Subject: Re: is the calendar broken?
Date: Sun, 05 Mar 2006 22:02:35 +0200

> Date: Sun, 05 Mar 2006 12:25:40 -0600
> From: Ed Reingold <address@hidden>
> Cc: address@hidden, address@hidden
> 
> Since, he set to nil christian-holidays, hebrew-holidays, islamic-holidays,
> solar-holidays, bahai-holidays, and oriental-holidays, he must have wanted 
> only
> general-holidays, local-holidays, and other-holidays.  For non-interactive 
> use,
> he'd simply write
> 
>     (list-holidays 2006 2006 (append general-holidays local-holidays 
> other-holidays))
> 
> For interactive use it's a bit more complicated because he needs to define 
> the 
> list he wants:
> 
>      (defvar my-holiday-list
>             (append general-holidays local-holidays other-holidays)
>             "*My holiday list")
>             
> Then when asked for the list of holidays, he'd type "ask" and when prompted, 
> "my-holiday-list".

Thanks.  I will see how this info can be incorporated in the relevant
doc strings.




reply via email to

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