Emacs ports: Tweak cache cleanup and native compilation #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "jrm/emacs-overhaul"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
version. Users could switch from editors/emacs to editors/emacs-devel
or vice versa.
or subdirs.el.
Sponsored by: The FreeBSD Foundation
You can ignore my comment, as it's subjective, though your changes look fine to me.
@ -141,0 +146,4 @@This function removes subdirectories whose names start with the currentEmacs version string but do not match `comp-native-version-dir', leavingcache directories from other installed Emacs versions untouched."(let ((cache-dir (expand-file-name "eln-cache" user-emacs-directory)))Instead of hardcoding
"eln-cache", how about we usenative-comp-eln-load-path:Not a big deal, just that I didn't like hardcoding stuff where possible.
95dc0e487fto580b73eb1eI'm still figuring out how
git prworks. The last force push was to incorporate your suggestion, which I think makes sense.If I'm interpreting the docstring correctly,
(car native-comp-eln-load-path)should be better than hardcodingeln-cache. However, it's slightly unclear to me since it says "The last directory of this list is assumed to be the one holding the system *.eln files, which are the files produced when building Emacs." I'd feel better if the convention were a little tighter by also saying something like "The first directory in the list is assumed to hold the user cache."View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.