Closed pedro-w closed 5 years ago
Actually this still isn't right because, as far as I can see, it starts a new idle timer every time it loads a .lid file and never stops any of them. How to deal with this (maybe kill-buffer-hook)? @ecraven what would you recommend?
I think the latest commits have stopped the problem of multiple timers being created.
I should have explained this more clearly; the current code has two main problems which this PR fixes
This allows clickable links to be added to .lid files without those files being marked as changed. Also cleaned up a warning from emacs byte-compiler. This version continues to use text properties rather than change to using overlays.