-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
:depends cause start failed #9142
Comments
I'm going to need more info, like your dotfile. |
@TheBB I have same issue, Description08561d8 Reproduction guide 🪲
Expected behaviour: ❤️ 😄 System Info 💻
(spacemacs-purpose ivy
(better-defaults :variables better-defaults-move-to-end-of-code-first t)
github
(version-control :variables version-control-diff-tool 'git-gutter version-control-global-margin t)
(osx :variables osx-command-as 'super osx-option-as 'meta osx-control-as 'control osx-function-as 'none osx-right-command-as 'left osx-right-option-as 'left osx-right-control-as 'left)
markdown
(vinegar :variables vinegar-reuse-dired-buffer t)
(org :variables org-enable-github-support t)
prodigy search-engine
(syntax-checking :variables syntax-checking-enable-by-default nil)
(spell-checking :variables spell-checking-enable-by-default t)
yaml
(python :variables python-enable-yapf-format-on-save t python-auto-set-local-pyvenv-virtualenv 'on-project-switch python-test-runner
'(nose pytest))
lua
(go :variables go-tab-width 4 gofmt-command "goimports" go-use-gometalinter t go-use-gocheck-for-testing t)
c-c command-log html javascript emacs-lisp emoji
(ranger :variables ranger-show-preview t)
gtags
(spacemacs-layouts :variables layouts-enable-autosave t layouts-autosave-delay 300)
(colors :variables colors-enable-nyan-cat-progress-bar t)
(git :variables magit-push-always-verify nil magit-save-repository-buffers 'dontask magit-revert-buffers 'silent magit-refs-show-commit-count 'all magit-revision-show-gravatars nil)
(ibuffer :variables ibuffer-group-buffers-by 'projects)
(c-c :variables c-c -default-mode-for-headers 'c -mode c-c -default-mode-for-headers 'c-mode)
(auto-completion :variables auto-completion-enable-sort-by-usage t auto-completion-enable-help-tooltip t auto-completion-tab-key-behavior 'cycle auto-completion-private-snippets-directory "~/.spacemacs.d/snippets/" auto-completion-enable-snippets-in-popup t :disabled-for org)
(shell :variables shell-default-position 'bottom shell-default-shell 'term shell-default-term-shell "/bin/zsh" shell-enable-smart-eshell t)
(chinese :variables chinese-enable-youdao-dict t :variables chinese-enable-fcitx nil))
Backtrace 🐾
|
I have the same issue: DescriptionFirst, thank you so much. I love spacemacs ❤️ Using Ivy, after updating to 907306a, the following happens on startup:
Reproduction guide 🪲
Observed behaviour: 👀 💔 Expected behaviour: ❤️ 😄 System Info 💻
((auto-completion
(haskell :variables haskell-completion-backend 'dante))
c-c++ clojure common-lisp csv docker emacs-lisp erlang evil-cleverparens evil-snipe fsharp git
(gtags :variables gtags-enable-by-default t)
(haskell :variables haskell-process-type 'stack-ghci haskell-enable-hindent-style "fundamental")
html
(ibuffer :variables ibuffer-group-buffers-by 'projects)
ivy java javascript
(latex :variables latex-build-command "LaTeX" latex-enable-auto-fill t latex-enable-folding t)
lua major-modes
(markdown :variables markdown-live-preview-engine 'vmd)
nginx
(org :variables org-enable-reveal-js-support t org-enable-github-support t org-projectile-file "TODOs.org")
osx python ranger react restclient ruby
(shell :variables shell-default-height 30 shell-default-position 'bottom)
shell-scripts slack
(spell-checking :variables spell-checking-enable-by-default nil)
spotify sql swift syntax-checking systemd tmux version-control vimscript vinegar windows-scripts yaml)
Backtrace 🐾
|
This looks like a duplicate of #9134 |
@TheBB Here is my dotfile:
|
Let's continue in #9134. I have updated the PR. Please let me know if it fixes your problems. |
FYI to all: #9136 fixes this -- so if you pull in commits from that PR -- you should be ok. |
Description
08561d8
core: implement :depends for package declarations
cause emacs start failed!
Reproduction guide 🪲
Observed behaviour: 👀 💔
start error
Expected behaviour: ❤️ 😄
start normal
(%LAST_KEYS%)
%SYSTEM_INFO%
Backtrace 🐾
The text was updated successfully, but these errors were encountered: