Fuco1 / indicators.el

Display the buffer relative location of line in the fringe.
42 stars 5 forks source link

Request: integration with flycheck #4

Open thelema opened 10 years ago

thelema commented 10 years ago

I really love seeing compile errors/warnings in the scrollbar, but I've been totally unsuccessful at googling any code to integrate indicators.el with flycheck. Any chance of having more automatic integration with flycheck and/or fixmee?

Fuco1 commented 10 years ago

Well, there probably isn't any code for that. This package is fairly underground, and I don't even like it much anymore. It would be nice to rewrite it one day.

I don't use flycheck or flymake and know nothing about how they work. If there are some events or hooks, it should be fairly simple to add indicators on such events.

Fuco1 commented 7 years ago

Well, after two years here's the answer: https://github.com/flycheck/flycheck/issues/1151

Fuco1 commented 7 years ago

Note that with huge number of errors this runs into serious performance issues. I'll have to figure out how to optimize the speed.