GithubHelp home page GithubHelp logo

dogemacs's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

dogemacs's Issues

Initialization issues

Hi @DogLooksGood

I have borrowed this configuration, and I am getting the following two issues:

  1. When initializing:
Debugger entered--Lisp error: (void-variable +modeline-font-family)
  (format "%s-%d" +modeline-font-family +font-size)
  (let ((font-spec (format "%s-%d" +font-family +font-size)) (line-font-spec (format "%s-%d" +modeline-font-family +font-size)) (variable-pitch-font-spec (format "%s-%d" +variable-pitch-family +font-size)) s (fixed-pitch-font-spec (format "%s-%d" +fixed-pitch-family +font-size))) (set-face-attribute 'variable-pitch frame :font variable-pitch-font-spec :height 1.2) (set-face-attribute 'fixed-pitch frame :font fixed-pitch-font-spec) (set-face-attribute 'fixed-pitch-serif frame :font fixed-pitch-font-spec) (set-face-attribute 'tab-bar frame :font font-spec :height 1.0) (set-face-attribute 'mode-line frame :font line-font-spec) (set-face-attribute 'mode-line-inactive frame :font line-font-spec))
  +load-face-font()
  +load-font()
  load-with-code-conversion("/home/zenny/.emacs.d/elisp/init-font.el" "/home/zenny/.emacs.d/elisp/init-font.el" nil t)
  require(init-font)
  load-with-code-conversion("/home/zenny/.emacs.d/init.el" "/home/zenny/.emacs.d/init.el" t t)
  load("/home/zenny/.emacs.d/init" noerror nomessage)
  startup--load-user-init-file(#f(compiled-function () #<bytecode -0xa451c205c134f20>) #f(compiled-function () #<bytecode -0x1f3c686ddc0ca9b5>) t)
  command-line()
  normal-top-level()

But when I commented the following lines of the elisp/init-font.el, it compiles normally.

;; (defun +load-face-font (&optional frame)
;;   (let ((font-spec (format "%s-%d" +font-family +font-size))
;;         (line-font-spec (format "%s-%d" +modeline-font-family +font-size))
;;         (variable-pitch-font-spec (format "%s-%d" +variable-pitch-family +font-size))s
;;         (fixed-pitch-font-spec (format "%s-%d" +fixed-pitch-family +font-size)))
;;     (set-face-attribute 'variable-pitch frame
;;                         :font variable-pitch-font-spec
;;                         :height 1.2)
;;     (set-face-attribute 'fixed-pitch frame :font fixed-pitch-font-spec)
;;     (set-face-attribute 'fixed-pitch-serif frame :font fixed-pitch-font-spec)
;;     (set-face-attribute 'tab-bar frame :font font-spec :height 1.0)
;;     (set-face-attribute 'mode-line frame :font line-font-spec)
;;     (set-face-attribute 'mode-line-inactive frame :font line-font-spec)))
...
;;  (+load-face-font)
...
;;            (+load-ext-font)))

Thanks.

PS: I had another issue with normal mode which was solved meow-edit/meow#241. Kudos to the input from @Linnere (https://github.com/Linerre).

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.