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

Broken nano-help #110

Closed
brongulus opened this issue Jan 4, 2022 · 1 comment
Closed

Broken nano-help #110

brongulus opened this issue Jan 4, 2022 · 1 comment

Comments

@brongulus
Copy link

brongulus commented Jan 4, 2022

Currently I'm using nano emacs with straight and invoking nano-help results in erroneous behaviour, invoking nano-help from M-x results in:

Wrong type argument: stringp, nil

I think it might be due to how the function nano-help is defined and dependent on load-path and how nano-emacs hardcodes the load-path variable to call nano-help from ./ the nano-help directory.

Another thing that I observed while checking for load-path's value is that it has "/Users/rougier/Documents/GitHub/nano-emacs" explicitly mentioned so I think that nano-help is dependent on that hardcoded path? Would that be a correct assumption?

The only possible way to open nano-help right now is to manually go to the $EMACSDIR/straight/repos/nano-emacs and then call the function.

brongulus added a commit to brongulus/nano-emacs that referenced this issue Jan 4, 2022
@rougier
Copy link
Owner

rougier commented Jan 5, 2022

Thanks for the report and the fix. I've answered in the PR.

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

No branches or pull requests

2 participants