abougouffa / minemacs

MinEmacs: an Emacs configuration framework for daily use
https://abougouffa.github.io/minemacs/
MIT License
140 stars 17 forks source link

[BUG] Derniers commits non fonctionnel sous Windows #104

Closed raylemon closed 1 year ago

raylemon commented 1 year ago

Describe the bug Après un git pull du repo (6bedf30), je vois un joli DISCLAIMER, mais y’a plus rien qui marche sous Windows :(

To Reproduce Steps to reproduce the behavior: <---

  1. Récupérer le dernier commit
  2. Lancer Emacs -->

Expected behavior Minemacs démarre

Backtrace If the bug rises an error, please attach the full backtrace. To be sure to obtain a backtrace, you should launch Emacs with MINEMACS_DEBUG=1 emacs or emacs --debug-init.

Debugger entered--Lisp error: (error "Invalid escape char syntax: \\A not followed by -")
  read(#<buffer  *load*-523476>)
  load-with-code-conversion("c:/Users/big04/.emacs.d/local/system-env.el" "c:/Users/big04/.emacs.d/local/system-env.el" nil nil)
  load("c:/Users/big04/.emacs.d/local/system-env.el" nil nil)
  (if (file-exists-p filename) (load filename nil (not minemacs-verbose)) (user-error "[MinEmacs:Error] Cannot load \"%s\", the file doesn'..." filename))
  (let ((filename (file-truename (apply #'concat filename-parts)))) (if (file-exists-p filename) (load filename nil (not minemacs-verbose)) (user-error "[MinEmacs:Error] Cannot load \"%s\", the file doesn'..." filename)))
  +load("~/.emacs.d/local/system-env.el")
  +env-load()
  load-with-code-conversion("c:/Users/big04/.emacs.d/init.el" "c:/Users/big04/.emacs.d/init.el" t t)
  load("c:/Users/big04/.emacs.d/init" noerror nomessage)
  startup--load-user-init-file(#f(compiled-function () #<bytecode -0x1c03e910019fea62>) #f(compiled-function () #<bytecode -0x1f3c61addc0cbdb5>) t)
  command-line()
  normal-top-level()

Additional context Minemacs sous Windows 11 (fonctionnel samedi…)

abougouffa commented 1 year ago

C'est réglé! Merci pour le feedback!

raylemon commented 1 year ago

Magnifique, quelle réactivité. Merci !!