seagle0128 / .emacs.d

Centaur Emacs - A Fancy and Fast Emacs Configuration
https://seagle0128.github.io/.emacs.d/
GNU General Public License v3.0
1.97k stars 269 forks source link

Installation process isn't working [Bug] #424

Closed romain-pastorelli closed 1 year ago

romain-pastorelli commented 1 year ago

Thank you for the bug report

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 commented 1 year ago

M-x package-refresh-contents.