Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error during redisplay #31

Closed
shackra opened this issue Mar 18, 2015 · 4 comments
Closed

Error during redisplay #31

shackra opened this issue Mar 18, 2015 · 4 comments

Comments

@shackra
Copy link

shackra commented Mar 18, 2015

I got this error with Powerline version 20150316.1142:

Error during redisplay: (eval (let* ((active (powerline-selected-window-active)) (mode-line (if active (quote mode-line) (quote mode-line-inactive))) (face1 (if active (quote powerline-active1) (quote powerline-inactive1))) (face2 (if active (quote powerline-active2) (quote powerline-inactive2))) (separator-left (intern (format "powerline-%s-%s" (powerline-current-separator) (car powerline-default-separator-dir)))) (separator-right (intern (format "powerline-%s-%s" (powerline-current-separator) (cdr powerline-default-separator-dir)))) (lhs (list (powerline-raw "%*" nil (quote l)) (powerline-buffer-size nil (quote l)) (powerline-buffer-id nil (quote l)) (powerline-raw " ") (funcall separator-left mode-line face1) (powerline-narrow face1 (quote l)) (powerline-vc face1))) (rhs (list (powerline-raw global-mode-string face1 (quote r)) (powerline-raw "%4l" face1 (quote r)) (powerline-raw ":" face1) (powerline-raw "%3c" face1 (quote r)) (funcall separator-right face1 mode-line) (powerline-raw " ") (powerline-raw "%6p" nil (quote r)) (powerline-hud face2 face1))) (center (list (powerline-raw " " face1) (funcall separator-left face1 face2) (when (boundp (quote erc-modified-channels-object)) (powerline-raw erc-modified-channels-object face2 (quote l))) (powerline-major-mode face2 (quote l)) (powerline-process face2) (powerline-raw " :" face2) (powerline-minor-modes face2 (quote l)) (powerline-raw " " face2) (funcall separator-right face2 face1)))) (concat (powerline-render lhs) (powerline-fill-center face1 (/ (powerline-width center) 2.0)) (powerline-render center) (powerline-fill face1 (powerline-width rhs)) (powerline-render rhs)))) signaled (void-variable left)
shackra pushed a commit to shackra/emacs that referenced this issue Mar 18, 2015
@jonathanchu
Copy link
Owner

I believe this is coming from @milkypostman's version of powerline. His is the only version on MELPA, and rightfully so ;)

https://github.com/milkypostman/powerline

@shackra
Copy link
Author

shackra commented Mar 18, 2015

so... uh... should I do the report there?

@shackra
Copy link
Author

shackra commented Mar 18, 2015

oh, ok. The issue is already reported there!

Sorry for the inconveniences!

@shackra shackra closed this as completed Mar 18, 2015
@jonathanchu
Copy link
Owner

@shackra No need to apologize at all, I can see how it can be confusing :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants