Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
prosoitos opened this issue Nov 25, 2019 · 0 comments
Open

Comments

@prosoitos
Copy link

prosoitos commented Nov 25, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant