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

Emacs startup fails due to unkown function unicode-fonts//setup-fonts #15681

Closed
kassick opened this issue Aug 5, 2022 · 2 comments
Closed

Emacs startup fails due to unkown function unicode-fonts//setup-fonts #15681

kassick opened this issue Aug 5, 2022 · 2 comments

Comments

@kassick
Copy link
Contributor

kassick commented Aug 5, 2022

Description :octocat:

Emacs startup fails with undefined symbol unicode-fonts//setup-fonts
This bug was introduced in commit 37bad60

Reproduction guide 🪲

  • Start Emacs

Observed behaviour: 👀 💔
Emacs opens the messages buffer with an error complaining about the missing function

Expected behaviour: ❤️ 😄
Emacs starts without errors

System Info 💻

  • OS: gnu/linux
  • Emacs: 28.1.90
  • Spacemacs: 0.999.0
  • Spacemacs branch: develop (rev. 7d60d89)
  • Graphic display: t
  • Running in daemon: t
  • Distribution: spacemacs
  • Editing style: vim
  • Completion: helm
  • Layers:
(csv html
     (unicode-fonts :variables unicode-fonts-enable-ligatures t)
     (ibuffer :variables ibuffer-group-buffers-by 'projects)
     nav-flash theming helm
     (auto-completion :variables auto-completion-front-end 'company auto-completion-enable-snippets-in-popup t auto-completion-enable-help-tooltip nil auto-completion-use-company-posframe t)
     multiple-cursors
     (git :variables git-enable-magit-gitflow-plugin t magit-bury-buffer-function 'magit-mode-quit-window)
     (version-control :variables version-control-diff-tool 'git-gutter version-control-global-margin nil version-control-diff-side 'left)
     (spell-checking :variables spell-checking-enable-by-default nil spell-checking-enable-auto-dictionary t)
     dtrt-indent
     (lsp :variables lsp-keymap-prefix "C-c C-l" lsp-ui-doc-enable nil lsp-ui-doc-position 'at-point lsp-ui-doc-max-height 15 lsp-use-upstream-bindings nil)
     emacs-lisp shell-scripts
     (python :variables lsp-pyright-venv-path "/home/kassick/.pyenv/versions" python-auto-set-local-pyenv-version nil python-test-runner 'pytest python-backend 'lsp python-lsp-server 'pyright python-spacemacs-indent-guess nil python-formatter 'yapf)
     rust
     (c-c++ :variables c-c++-backend 'lsp-clangd)
     cmake javascript
     (typescript)
     (groovy :variables groovy-lsp-jar-path "/home/kassick/Sources/user/groovy-language-server/build/libs/groovy-language-server-all.jar")
     terraform yaml
     (markdown :variables markdown-live-preview-engine 'vmd)
     org
     (latex :variables latex-enable-folding t latex-enable-auto-fill nil)
     (bibtex)
     (shell :variables shell-default-height 30 shell-default-position 'bottom)
     kzk-general kzk-evil kzk-window-management kzk-projectile kzk-code-tweaks kzk-mc kzk-embrace kzk-magit kzk-org kzk-lsp kzk-makefile kzk-python kzk-ahs kzk-visual-editing kzk-helm kzk-company kzk-persp spacemacs-editing)
  • System configuration features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ IMAGEMAGICK JPEG JSON LCMS2 LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 M17N_FLT MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND THREADS TIFF TOOLKIT_SCROLL_BARS X11 XDBE XIM XPM XWIDGETS GTK3 ZLIB

Backtrace 🐾

@lebensterben
Copy link
Contributor

sorry for the inconveniences...

I accidentally pushed a that line while not pushing the function... you can find it here rolandwalker/unicode-fonts#3 (comment)

I will add it once I get home.

@lebensterben
Copy link
Contributor

It should be fixed in 4f6413e

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