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

Installation process isn't working [Bug] #424

Closed
3 tasks done
romain-pastorelli opened this issue Sep 20, 2023 · 1 comment
Closed
3 tasks done

Installation process isn't working [Bug] #424

romain-pastorelli opened this issue Sep 20, 2023 · 1 comment
Labels

Comments

@romain-pastorelli
Copy link

Thank you for the bug report

  • I am using the latest version of Centaur Emacs.
  • I checked my private configurations in custom.el and custom-post.el.
  • I checked FAQ.

Bug description

I recently downloaded Centaur Emacs on my Emacs 27.1. I followed the steps of the tutorial : deleted my previous .emacs.d directory and pasted the command line to clone the repo. However, when I start Emacs, it loads for a (really) long time, and ends with an error because of a file in .emacs.d which is not found... I somehow managed to open files even after that error but when I close Emacs and restart it, I get many "use-package" errors (check my screenshot to know more)
centaur_bug

Steps to reproduce

Download the latest version of Centaur Emacs...

Expected behavior

A nice and clean installation with no problems

OS

Linux

Emacs Version

27

Error callstack

toggle-debug-on-quit :
 
read-from-minibuffer("M-x " nil (keymap (10 . minibuffer-complete-and-exit) (13 . minibuffer-complete-and-exit) keymap (menu-bar keymap (minibuf "Minibuf" keymap (tab menu-item "Complete" minibuffer-complete :help "Complete as far as possible") (space menu-item "Complete Word" minibuffer-complete-word :help "Complete at most one word") (63 menu-item "List Completions" minibuffer-completion-help :help "Display all possible completions") "Minibuf")) (27 keymap (118 . switch-to-completions)) (prior . switch-to-completions) (63 . minibuffer-completion-help) (32 . minibuffer-complete-word) (9 . minibuffer-complete) keymap (19 closure ((binding) (kdesc "C-s" . minibuffer-local-map) (kmap . #13) (key . "\23") (name . "C-s") t) nil "Insert the currunt symbol." (interactive) (insert (save-excursion (set-buffer (window-buffer (minibuffer-selected-window))) (or (thing-at-point 'symbol t) "")))) (menu-bar keymap (minibuf "Minibuf" keymap (previous menu-item "Previous History Item" previous-history-element :help "Put previous minibuffer history element in the min...") (next menu-item "Next History Item" next-history-element :help "Put next minibuffer history element in the minibuf...") (isearch-backward menu-item "Isearch History Backward" isearch-backward :help "Incrementally search minibuffer history backward") (isearch-forward menu-item "Isearch History Forward" isearch-forward :help "Incrementally search minibuffer history forward") (return menu-item "Enter" exit-minibuffer :key-sequence "\15" :help "Terminate input and exit minibuffer") (quit menu-item "Quit" abort-recursive-edit :help "Abort input and exit minibuffer") "Minibuf")) (10 . exit-minibuffer) (13 . exit-minibuffer) (7 . minibuffer-keyboard-quit) (C-tab . file-cache-minibuffer-complete) (9 . self-insert-command) (XF86Back . previous-history-element) (up . previous-line-or-history-element) (prior . previous-history-element) (XF86Forward . next-history-element) (down . next-line-or-history-element) (next . next-history-element) (27 keymap (60 . minibuffer-beginning-of-buffer) (114 . consult-history) (115 . consult-history) (112 . previous-history-element) (110 . next-history-element))) nil extended-command-history nil nil)
  #f(compiled-function (prompt collection &optional predicate require-match initial-input hist def inherit-input-method) "Default method for reading from the minibuffer with completion.\nSee `completing-read' for the meaning of the arguments." #<bytecode 0x1fed485c4283>)("M-x " #f(compiled-function (string pred action) #<bytecode 0x1fed485d12f7>) commandp t nil extended-command-history nil nil)
  apply((#f(compiled-function (prompt collection &optional predicate require-match initial-input hist def inherit-input-method) "Default method for reading from the minibuffer with completion.\nSee `completing-read' for the meaning of the arguments." #<bytecode 0x1fed485c4283>) "M-x " #f(compiled-function (string pred action) #<bytecode 0x1fed485d12f7>) commandp t nil extended-command-history nil nil))
  #f(compiled-function (&rest app) #<bytecode 0x15699cf82f61>)(#f(compiled-function (prompt collection &optional predicate require-match initial-input hist def inherit-input-method) "Default method for reading from the minibuffer with completion.\nSee `completing-read' for the meaning of the arguments." #<bytecode 0x1fed485c4283>) "M-x " #f(compiled-function (string pred action) #<bytecode 0x1fed485d12f7>) commandp t nil extended-command-history nil nil)
  apply(#f(compiled-function (&rest app) #<bytecode 0x15699cf82f61>) (#f(compiled-function (prompt collection &optional predicate require-match initial-input hist def inherit-input-method) "Default method for reading from the minibuffer with completion.\nSee `completing-read' for the meaning of the arguments." #<bytecode 0x1fed485c4283>) "M-x " #f(compiled-function (string pred action) #<bytecode 0x1fed485d12f7>) commandp t nil extended-command-history nil nil))
  vertico--advice(#f(compiled-function (prompt collection &optional predicate require-match initial-input hist def inherit-input-method) "Default method for reading from the minibuffer with completion.\nSee `completing-read' for the meaning of the arguments." #<bytecode 0x1fed485c4283>) "M-x " #f(compiled-function (string pred action) #<bytecode 0x1fed485d12f7>) commandp t nil extended-command-history nil nil)
  apply(vertico--advice #f(compiled-function (prompt collection &optional predicate require-match initial-input hist def inherit-input-method) "Default method for reading from the minibuffer with completion.\nSee `completing-read' for the meaning of the arguments." #<bytecode 0x1fed485c4283>) ("M-x " #f(compiled-function (string pred action) #<bytecode 0x1fed485d12f7>) commandp t nil extended-command-history nil nil))
  completing-read-default("M-x " #f(compiled-function (string pred action) #<bytecode 0x1fed485d12f7>) commandp t nil extended-command-history nil nil)
  completing-read("M-x " #f(compiled-function (string pred action) #<bytecode 0x1fed485d12f7>) commandp t nil extended-command-history)
  read-extended-command()
  byte-code("\302\30\11\303 \10E)\207" [execute-extended-command--last-typed current-prefix-arg nil read-extended-command] 3)
  call-interactively(execute-extended-command nil nil)
  #f(compiled-function (cmd &optional record-flag keys special) "Execute CMD as an editor command.\nCMD must be a symbol that satisfies the `commandp' predicate.\nOptional second arg RECORD-FLAG non-nil\nmeans unconditionally put this command in the variable `command-history'.\nOtherwise, that is done only if an arg is read using the minibuffer.\nThe argument KEYS specifies the value to use instead of (this-command-keys)\nwhen reading the arguments; if it is nil, (this-command-keys) is used.\nThe argument SPECIAL, if non-nil, means that this command is executing\na special event, so ignore the prefix argument and don't clear it." #<bytecode 0x1fed485e052d>)(execute-extended-command nil nil nil)
  ad-Advice-command-execute(#f(compiled-function (cmd &optional record-flag keys special) "Execute CMD as an editor command.\nCMD must be a symbol that satisfies the `commandp' predicate.\nOptional second arg RECORD-FLAG non-nil\nmeans unconditionally put this command in the variable `command-history'.\nOtherwise, that is done only if an arg is read using the minibuffer.\nThe argument KEYS specifies the value to use instead of (this-command-keys)\nwhen reading the arguments; if it is nil, (this-command-keys) is used.\nThe argument SPECIAL, if non-nil, means that this command is executing\na special event, so ignore the prefix argument and don't clear it." #<bytecode 0x1fed485e052d>) execute-extended-command)
  apply(ad-Advice-command-execute #f(compiled-function (cmd &optional record-flag keys special) "Execute CMD as an editor command.\nCMD must be a symbol that satisfies the `commandp' predicate.\nOptional second arg RECORD-FLAG non-nil\nmeans unconditionally put this command in the variable `command-history'.\nOtherwise, that is done only if an arg is read using the minibuffer.\nThe argument KEYS specifies the value to use instead of (this-command-keys)\nwhen reading the arguments; if it is nil, (this-command-keys) is used.\nThe argument SPECIAL, if non-nil, means that this command is executing\na special event, so ignore the prefix argument and don't clear it." #<bytecode 0x1fed485e052d>) execute-extended-command)
  command-execute(execute-extended-command)

Anything else

No response

@seagle0128
Copy link
Owner

M-x package-refresh-contents.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants