You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the code generated by shells/Lisp.lua does not quote that values
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
in emacs, (load "/path/to/Lmod/init/lisp")
try to use it with m-x Modules-module "load someModule/someVersion"
observe that the code it generates does not quote the 2nd argument.
The text was updated successfully, but these errors were encountered:
Describe the bug
emacs integration fails for two reasons:
To Reproduce
m-x Modules-module
"load someModule/someVersion"observe that the code it generates does not quote the 2nd argument.
The text was updated successfully, but these errors were encountered: