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:
cfw:navi-goto-first-date-command moves it to the first row, but at the end of it
while
cfw:navi-goto-last-date-command moves it to the last row, but at the beginning of it
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.
Thank you so much for this package!!! I totally love it! :smiley:
I noticed that
cfw:navi-goto-first-date-command
andcfw:navi-goto-last-date-command
don't move the point where expected:cfw:navi-goto-first-date-command
moves it to the first row, but at the end of it whilecfw:navi-goto-last-date-command
moves it to the last row, but at the beginning of itLooking 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
andcfw: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.