Git Product home page Git Product logo

Comments (5)

dbordak avatar dbordak commented on August 15, 2024

D'oh. I haven't been testing the default values.

This should go away once the next build hits MELPA.

from telephone-line.

dbordak avatar dbordak commented on August 15, 2024

Alright, it should be resolved now.

from telephone-line.

swarnendubiswas avatar swarnendubiswas commented on August 15, 2024

Error during redisplay: (eval (telephone-line-add-subseparators (quote (telephone-line-vc-segment telephone-line-erc-modified-channels-segment telephone-line-process-segment)) (function telephone-line-abs-hollow-left) (quote accent))) signaled (void-variable erc-modified-channels-object)
Error during redisplay: (eval (telephone-line-add-subseparators (quote (telephone-line-evil-tag-segment)) (function telephone-line-abs-hollow-left) (quote evil))) signaled (void-function telephone-line-evil

These are the messages that I get now, after the recent update.

from telephone-line.

dbordak avatar dbordak commented on August 15, 2024

Ah, I see

 (telephone-line-vc-segment telephone-line-erc-modified-channels-segment telephone-line-process-segment)

You're using the example config from the readme? If you're not using evil, the default settings should be fine -- you don't need to customize the lhs/rhs or anything. If you want something a bit fancier, try this:

(setq telephone-line-lhs
      '((nil    . (telephone-line-minor-mode-segment))
        (accent . (telephone-line-vc-segment
                   telephone-line-process-segment))
        (nil    . (telephone-line-buffer-segment))))
(setq telephone-line-rhs
      '((nil    . (telephone-line-airline-position-segment))
        (accent . (telephone-line-major-mode-segment))
        (nil    . (telephone-line-misc-info-segment))))

from telephone-line.

dbordak avatar dbordak commented on August 15, 2024

Just a heads up: In the latest version, I've changed the definitions to read Left-to-Right instead of Outward-In. Nothing will break, but in order to keep the same theme, you'd need to change the rhs to

(setq telephone-line-rhs
      '((nil    . (telephone-line-misc-info-segment))
        (accent . (telephone-line-major-mode-segment))
        (nil    . (telephone-line-airline-position-segment))))

from telephone-line.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.