dogears.el icon indicating copy to clipboard operation
dogears.el copied to clipboard

Never lose your place in Emacs again

Results 14 dogears.el issues
Sort by recently updated
recently updated
newest added

This allows the user to specify an arbitrary number of contextual lines for dogear records in order to make each one easier to identify. It seems that Vertico does [not...

Reproduce steps: 1. Open bug-dogears.el with ``` (defun test1 () 1) (defun test2 () 2) ``` 2. Move cursor to the 1st position of the 2nd line, like `|(defun test2...

bug

Dogears' backward / forward behavior is different from browsers and other IDEs. For example, set `(setq dogears-position-delta 50)` in init.el and put the following text in \*scratch\*. ``` Conferences .......................................................................

bug
enhancement
help wanted
discussion

Intellij IDEA has this feature and I use it a lot. See https://www.jetbrains.com/help/idea/navigating-through-the-source-code.html#recent_locations and n.b. the "Show changed only checkbox". I think `after-change-functions` could be used for this very simply....

enhancement
help wanted