We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dogears-go
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.)
(nth -1000 '(a b c))
a
dogears-index
(bookmark-jump place)
nil
or
dogears.el/dogears.el
Lines 234 to 236 in c05b69e
The text was updated successfully, but these errors were encountered:
Thanks. I'll fix this when I get a chance.
Sorry, something went wrong.
i put up a pr for the former: #19
@all9n This should be fixed by the changes in v0.2-pre. Thanks.
alphapapa
No branches or pull requests
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.)
dogears-forward
, it seems(nth -1000 '(a b c))
returnsa
, sodogears-index
could go negative?dogears-go
,(bookmark-jump place)
returnsnil
after jumping (at least for me) so theor
below is kind of pointless.dogears.el/dogears.el
Lines 234 to 236 in c05b69e
The text was updated successfully, but these errors were encountered: