dbordak / telephone-line

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

Rendering errors #108

Open jhert0 opened 4 years ago

jhert0 commented 4 years ago
(fn FACE)"])) telephone-line-abs-hollow-right (quote accent))) signaled (wrong-type-argument sequencep unspecified)
Error during redisplay: (eval (telephone-line-add-subseparators (quote (#[257 "\305\300\203 \0\300\202
\0\306!\305\301\203\0\301\202\0\307!
\310=\203#\0\311\312\"\202;\0\313\314\315\316\317\304!\2037\0\2037\0\320\2028\0\321\260D\207" [nil nil major-mode mode-line-front-space column-number-indicator-zero-based number-to-string 4 3 paradox-menu-mode telephone-line-raw t (-3 "%p") " %" "l" ":%" boundp "c" "C"] 11 "

(fn FACE)"])) telephone-line-abs-hollow-right (quote evil))) signaled (wrong-type-argument sequencep unspecified)

Here is my config

  (setq telephone-line-height 27
        telephone-line-evil-use-short-tag t)
  (setq telephone-line-lhs
        '((evil   . (telephone-line-evil-tag-segment))
          (accent . (telephone-line-filesize-segment
                     telephone-line-projectile-buffer-segment))
          (nil    . (telephone-line-nyan-segment))
          (accent . (telephone-line-major-mode-segment
                     telephone-line-erc-modified-channels-segment
                     telephone-line-process-segment))))
  (setq telephone-line-rhs
        '((nil    . (telephone-line-misc-info-segment))
          (accent . (telephone-line-vc-segment
                     telephone-line-flycheck-segment))
          (evil   . (telephone-line-airline-position-segment))))

These errors seem to happen after activating something using ivy.

gcentauri commented 4 years ago

i'm seeing the same error, also using ivy. i haven't been able to trace it down yet. i'd just been using the default telephone-line config as well

of course now that i've been trying to reproduce it i can't seem to. :P