kiwanami / emacs-calfw

A calendar framework for Emacs
1.16k stars 100 forks source link

Error in internal functions `cfw:find-first-date` and `cfw:find-last-date` #122

Open prosoitos opened 4 years ago

prosoitos commented 4 years ago

Thank you so much for this package!!! I totally love it! :smiley:

I noticed that cfw:navi-goto-first-date-command and cfw:navi-goto-last-date-command don't move the point where expected:

Looking at the code, the problem is in the functions which allow to find the first and last days of the current buffer, namely: cfw:find-first-date and cfw:find-last-date.

I suspect it is a simple typo (something needs to be swapped between the 2). Unfortunately, my elisp skills are extremely rudimentary, so I would have to try to fix this by total trial and error at this point.