dbordak / telephone-line

A new implementation of Powerline for Emacs
GNU General Public License v3.0
550 stars 51 forks source link

Fix flymake mode segment #128

Closed trev-dev closed 2 years ago

trev-dev commented 2 years ago

The flymake mode segment is broken for me:

(fn FACE)"]) telephone-line-cubed-hollow-right 'nil)) signaled (void-variable flymake--mode-line-format)
Error during redisplay: (eval (telephone-line-add-subseparators '(#[257 "\303\304\300!\205

I've corrected it by removing the check to return flymake--mode-line-format

dbordak commented 2 years ago

IIRC, this check is for compatibility with older versions of emacs, not sure if I should remove it?

trev-dev commented 2 years ago

Hey, yeah! I am not certain of this either. I am currently running a git build. I don't really know why the error is being thrown at all as its being checked with boundp.

trev-dev commented 2 years ago

Sorry about this, I'm going to close this for now. I think as quickly as I could assume it's a problem with all Emacs users, I could just as easily assume it's because I'm using an unsupported version of Emacs. If issues arise I am happy to re-open and engage them.