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

emacs integration Modules-module fails #723

Closed
malcook opened this issue Sep 13, 2024 · 0 comments · Fixed by #724
Closed

emacs integration Modules-module fails #723

malcook opened this issue Sep 13, 2024 · 0 comments · Fixed by #724

Comments

@malcook
Copy link
Contributor

malcook commented Sep 13, 2024

Describe the bug

emacs integration fails for two reasons:

  1. the code generated by shells/Lisp.lua does not quote that values
  2. the emacs Modules-module command assumes that "cmd-buffer should currently contain the pathname of file to run" but it does not and instead directly contains the code to eval.

To Reproduce

  1. in emacs, (load "/path/to/Lmod/init/lisp")
  2. try to use it with m-x Modules-module "load someModule/someVersion"

observe that the code it generates does not quote the 2nd argument.

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 a pull request may close this issue.

1 participant