Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

determine the absolute path to slime-helper.el entirely in CL #3

Closed
wants to merge 2 commits into from

Conversation

ryepup
Copy link

@ryepup ryepup commented Oct 10, 2010

That last patch didn't work on startup. Apparently (getenv "HOME") in elisp was returning "C:\Program Files\Emacs 22.3" during emacs initialization, and then the right value later on if you evaluate it manually.

This patch determines the whole path in CL, so emacs just deals with a LOAD. Uses PATHNAME-DEVICE or PATHNAME-HOST if you're on lispworks.

… on where emacs thinks "~" is. On windows this can be many different places. I think this will work as long as quicklisp's ~ and emac's ~ are on the same drive letter.
…hing different on emacs startup than when evaluating elisp manually. Now calculates the full windows path, including drive letter, and just issues the right elisp LOAD call.
@ryepup ryepup closed this Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants