emacs-eldev / eldev

Elisp development tool
https://emacs-eldev.github.io/eldev/
GNU General Public License v3.0
226 stars 17 forks source link

Eldev fails to bootstrap on Emacs 26 #72

Closed ikappaki closed 2 years ago

ikappaki commented 2 years ago

It throws a Trailing garbage following expression error.

  1. Download and locally extract Emacs 26 from http://ftp.gnu.org/gnu/emacs/windows/emacs-26/.
  2. Open a Command prompt
  3. cd to eldev src
  4. Point to 26.3 release and invoke eldev:
    
    D:\src\eldev>set ELDEV_LOCAL=.

D:\src\eldev>set ELDEV_EMACS=d:/emacs-26.3-x86_64/bin/emacs.exe

D:\src\eldev>bin\eldev.bat Trailing garbage following expression:


Although Emacs 26 is an old version, I believe it is good to have support for those Eldev users that have CI workflows that support older versions.

PR to follow.
doublep commented 2 years ago

Should be fixed by PR #73, right?

ikappaki commented 2 years ago

Should be fixed by PR #73, right?

Correct, as implicitly referenced in this issue.