Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.

elisp: Add option to jump to first error after save #708

Closed
wants to merge 10 commits into from

Conversation

DanielG
Copy link
Owner

@DanielG DanielG commented Dec 29, 2015

I had no idea I needed this but holy cow it's nice. Feels much more like my usual M-x compile workflow.

@DanielG
Copy link
Owner Author

DanielG commented Dec 30, 2015

Damn this code is crusty, I'm glad I finally have some time to clean it up. Now it can even jump across file boundaries. Since re-checking the target file is inefficient (and also didn't work for some bizzar reason) I'm using the infos from the check on the dependent file. Right now the overlays aren't added/updated though. I think that should be easy to do now.

This is starting to feel more like a project driven checker rather than a per-file checker :)

@DanielG DanielG force-pushed the elisp-jump-to-message branch from f9684b4 to 35434fe Compare December 30, 2015 17:32
@DanielG DanielG force-pushed the elisp-jump-to-message branch from 35434fe to 83fccc9 Compare February 21, 2016 19:34
@DanielG DanielG force-pushed the elisp-jump-to-message branch 2 times, most recently from ce4b9a1 to c1468e2 Compare September 7, 2016 21:41
@DanielG DanielG force-pushed the elisp-jump-to-message branch from a3c01fa to 0626fb6 Compare September 17, 2016 15:55
@DanielG
Copy link
Owner Author

DanielG commented Sep 18, 2016

Merged into #672

@DanielG DanielG closed this Sep 18, 2016
@DanielG DanielG deleted the elisp-jump-to-message branch September 18, 2016 20:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant