Hi all, there are several ways of running eev "from the git repository". The easiest one is to install it with:
(package-vc-install "https://github.com/edrx/eev") If you are using eev from git, then this _may_ work to update it and load the new version without having to restart Emacs, (find-eev-reload-links) but that script is very fragile, and only for people who understand what each part does, and how to run each part. In particular, most people redefine some eev functions in their "~/.emacs"es - one common case is explained here: http://anggtwu.net/eev-intros/find-eepitch-intro.html#3.3 (find-eepitch-intro "3.3. `eepitch-preprocess-line'") And the sexp that reloads the init file at the end of (find-eev-reload-links) may not reload the redefinition correctly. Feedback very welcome, Cheers, Edrx