list-utils
list-utils copied to clipboard
List-manipulation utility functions for Emacs
By default `readlink` produces relative paths, so when Emacs is installed through Homebrew the make tasks fail since `RESOLVED_EMACS` is set to something like ``` ../Cellar/emacs-edge/25.1-rc1/bin/emacs ``` And unfortunately the...
I tried running `make test-batch` on macOS 10.11.6 with the first 25.1 release candidate and got the following failures: https://gist.github.com/dunn/0bc466e363fbaac07856a387c5b4ab12 Here's the tail end of the logs: ``` passed 88/311...
Please note that I have added the following files to emacs: ``` unicode-fonts.el font-utils.el ucs-utils.el list-utils.el ``` Why I try to re-load my .emacs, this is the error I'm getting:...