kiwanami / emacs-calfw

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

add function "cfw:navi-prev-item-command" #104

Open dudelson opened 7 years ago

dudelson commented 7 years ago

I'd like a function called cfw:navi-prev-item-command that scrolls in the opposite direction of cfw:navi-next-item-command (because some days have a lot of items). Perhaps this could be bound to shift+tab. Normally I would open a pull request for something as simple as this, but unfortunately I don't have time to learn elisp right now, so if there are any takers I'd be much obliged.

kiwanami commented 7 years ago

Hi @dudelson I made the functions and pushed. Would you check it?

dudelson commented 7 years ago

Sorry for the delay. Yes, that works perfectly, thank you!

dudelson commented 7 years ago

Actually I played around with it a little more, and it looks like cfw:navi-next-item-command cycles back to the top of the list when it gets to the bottom, but cfw:navi-prev-item-command does not cycle back to the bottom of the list when it gets to the top.