In its current state, a fresh install of rational emacs with the example config doesn't start. Not a good first contact for new users.
Two problems:
the doom-snazzy theme loaded in example-config.el
rational-evil - see Wrong number of arguments error #126
Both problems are due to loading out of date releases of emacs-evil and doom-themes respectively.
Possible fixes
1. Theme
The first problem is easily fixed: e.g. by #131
2. Evil
The second problem could be fixed by
convincing the maintainers of the respective packages to issue new versioned releases of their packages
changing the priorities of package repositories in early-config.el:
impacts rational-emacs' general policy of handling dependencies and requires a separate discussion.
not loading rational-evil in the example-config
changing the current function calls in rational-evil to work with the out-of-date version of emacs-evil
requires work that no one really benefits from. It is already fixed in newer versions of emacs-evil after all.
Still, it's less than ideal when the first thing new users experience is a failing example config. Ideas?
In its current state, a fresh install of rational emacs with the example config doesn't start. Not a good first contact for new users.
Two problems:
doom-snazzytheme loaded inexample-config.elrational-evil- see Wrong number of arguments error #126Both problems are due to loading out of date releases of
emacs-evilanddoom-themesrespectively.Possible fixes
1. Theme
The first problem is easily fixed: e.g. by #131
2. Evil
The second problem could be fixed by
early-config.el:rational-evilto work with the out-of-date version ofemacs-evilemacs-evilafter all.Still, it's less than ideal when the first thing new users experience is a failing example config. Ideas?