You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you so much for this package!!! I totally love it! 😃
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.
The text was updated successfully, but these errors were encountered:
Thank you so much for this package!!! I totally love it! 😃
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 itwhile
cfw: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.
The text was updated successfully, but these errors were encountered: