dogears.el
dogears.el copied to clipboard
Never lose your place in Emacs again
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...
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 .......................................................................
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....