GithubHelp home page GithubHelp logo

Comments (4)

hlissner avatar hlissner commented on September 28, 2024 1

Closing this due to inactivity. Feel free to reopen if you're still getting this issue.

from themes.

hlissner avatar hlissner commented on September 28, 2024

Hey there. What did you put into core-modeline.el? Unfortunately, my modeline is quite personalized, so it's no surprise that you are encountering errors, but to iron out your issues I'll need to see your config and what errors you are receiving (you should see them in the messages buffer -- see M-x view-echo-area-messages).

from themes.

Cmdv avatar Cmdv commented on September 28, 2024

@hlissner sorry for the late reply it seems that even without any type of custom setup, ie straight out of the box I get these issues:

Warning (bytecomp): ‘font-lock-syntactic-keywords’ is an obsolete variable (as of 24.1); use ‘syntax-propertize-function’ instead.
Warning (bytecomp): reference to free variable ‘web-mode-content-type’
Warning (bytecomp): reference to free variable ‘neo-global--window’
Warning (bytecomp): assignment to free variable ‘hl-line-sticky-flag’
Warning (bytecomp): reference to free variable ‘spc’
Warning (bytecomp): reference to free variable ‘neo-buffer--start-node’
Warning (bytecomp): reference to free variable ‘neotree-dir-button-keymap’
Warning (bytecomp): reference to free variable ‘neotree-file-button-keymap’
Warning (bytecomp): assignment to free variable ‘neo-vc-integration’
Warning (bytecomp): the following functions are not known to be defined:
    all-the-icons-octicon, all-the-icons-octicon-family,
    all-the-icons-dir-is-submodule, all-the-icons-fileicon,
    all-the-icons-icon-for-file, neo-path--file-short-name,
    neo-buffer--insert-fold-symbol, neo-buffer--node-list-set,
    neo-buffer--newline-and-begin
Warning (bytecomp): reference to free variable ‘nlinum-mode’
Warning (bytecomp): reference to free variable ‘doom-buffer-mode’
Warning (bytecomp): ‘make-variable-buffer-local’ not called at toplevel

and this is what is printed out using M-x view-echo-area-messages

Error during redisplay: (eval (let* ((fname (neo-buffer--get-filename-current-line)) (current (if fname fname neo-buffer--start-node)) (parent (if fname (file-name-directory current) current)) (nodes (neo-buffer--get-nodes parent)) (dirs (car nodes)) (files (cdr nodes)) (ndirs (length dirs)) (nfiles (length files)) (index (when fname (1+ (if (file-directory-p current) (neo-buffer--get-node-index current dirs) (+ ndirs (neo-buffer--get-node-index current files))))))) (neo-mode-line--compute-format parent index ndirs nfiles))) signaled (wrong-type-argument arrayp nil) 

from themes.

hlissner avatar hlissner commented on September 28, 2024

Sorry for the late reply. You can safely ignore the warnings, but the error message complains about something with the neotree plugin, with doesn't seem related to the modeline, and possibly not my theme.

You can get more information about the error if you run emacs in debug mode. Two ways you can go about that:

  1. Launch emacs in debug mode: emacs --debug-init, then any error you get will pop up a detailed backtrace.
  2. Run M-x toggle-debug-on-error, then reproduce the error and the backtrace should pop up.

Please paste it in here. That should tell me exactly where the problem is originating from.

from themes.

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.