dogears.el
dogears.el copied to clipboard
Possibly bugs in `dogears-go` and `dogears-forward`?
First of all, thanks for the package!
I see 2 places that might be bugs. (Disclaimer: relatively new to Emacs and don't understand how bookmarks work.)
- In
dogears-forward
, it seems(nth -1000 '(a b c))
returnsa
, sodogears-index
could go negative? - In
dogears-go
,(bookmark-jump place)
returnsnil
after jumping (at least for me) so theor
below is kind of pointless. https://github.com/alphapapa/dogears.el/blob/c05b69e504a538c9e00fbb0ea86934fafe191d0c/dogears.el#L234-L236
Thanks. I'll fix this when I get a chance.
i put up a pr for the former: https://github.com/alphapapa/dogears.el/pull/19
@all9n This should be fixed by the changes in v0.2-pre. Thanks.