Yue Bulu
Yue Bulu
Autoload generation will try to use the relative path to source directories and it's not relocatable. Trying to fix this.
Thanks! I think I can model an POC demo after Zibi's code to help people in emacs-devel see the power of Fluent. I'm also waiting for your good news about...
@JJPandari @bbatsov I've implemented this feature, it will be optional and closed by default, see https://github.com/bbatsov/super-save/pull/20
> LGTM. > > Emacs 27 enabled lexical-binding by default, so this fix is pretty relevant to avoid problems with older versions of Emacs that might treat this mode as...
> Please don't forget to set the default encoding to utf8,@cirenu Thinks! > > > ;;; -_- coding: utf-8; lexical-binding: t; -_- It was already set in the `Local Variables:`...
I found running test interactively (load test files and `M-x ert-run-test-interactively`) can pass, but run it with `make test` will fail.
Seperate Elisp VM from Emacs is also wonderful!
Alphine -> Alpine
> Guix-on-WSL2.md is still relevant in my opinion. The post binary install section(How to make a WSL compatible `operating-system` record and boot it) of this article is very useful. But...
> @cireu Forgive the intrusion, but you might find this useful as an alternative to Cask: https://github.com/alphapapa/makem.sh It works well with https://github.com/purcell/setup-emacs, and it can even read dependencies from Cask...