Left Right writes:
> Hello, I've asked at #guile IRC channel and was told this is the right
> place to report these.
>
> So, I've built Guile-2.2 and Guile-Emacs. Vanilla Emacs didn't start
> at first due to:
>
> (provide 'calendar)
> (require 'cal-menu)
>
> lines in cal-menu.el. This is because
Hello, I've asked at #guile IRC channel and was told this is the right
place to report these.
So, I've built Guile-2.2 and Guile-Emacs. Vanilla Emacs didn't start
at first due to:
(provide 'calendar)
(require 'cal-menu)
lines in cal-menu.el. This is because calendar requires cal-menu and
cal-men