Re: Emacs master breaks date-field (in summary buffer)
"Herbert J. Skuhra" <[email protected]>
| Newsgroups | gmane.mail.wanderlust.general |
|---|---|
| Message-ID | <86inrygxz3.wl-herbert__25072.8312450976$1478594924$gmane$org@mailbox.org> |
Herbert J. Skuhra wrote:
>
> Kazuhiro Ito wrote:
>>
>>> > Do we have to change string-to-int to string-to-number in apel (e.g
>>> > timezone.el)?
>>>
>>> This obviously resolves the issue for me.
>>
>> APEL's timezone.el is not installed for recent Emacs neither should be
>> loaded. This module is for old Emacsen (18 - 20.x (4?)).
>
> I've checked out and compiled apel, flim, semi and wanderlust in
> ~/.emacs.d/site-lisp/ and added the directories to load-path:
>
> (add-to-list 'load-path "~/.emacs.d/site-lisp/apel")
> (add-to-list 'load-path "~/.emacs.d/site-lisp/flim")
> (add-to-list 'load-path "~/.emacs.d/site-lisp/semi")
> (add-to-list 'load-path "~/.emacs.d/site-lisp/wanderlust/wl")
> (add-to-list 'load-path "~/.emacs.d/site-lisp/wanderlust/elmo")
I've changed this to:
(setq load-path (append load-path (list "~/.emacs.d/site-lisp/apel"
"~/.emacs.d/site-lisp/flim"
"~/.emacs.d/site-lisp/semi"
"~/.emacs.d/site-lisp/wanderlust/elmo"
"~/.emacs.d/site-lisp/wanderlust/wl"
"~/.emacs.d/site-lisp/twittering-mode")))
APEL's timezone.el is no longer loaded.
Thanks.
--
Herbert