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
Use non-gui help commands, for instance M-x sclang-find-help
Expected vs. actual behavior
Help commands are expected to open locally installed help files with w3m. Instead, the following error message is displayed in the minibuffer:
SClang: No help for "Help"
It appears that the culprit is the following symbol definition in sclang-help.el:
(defcustomsclang-help-path (list sclang-system-help-dir
"~/.local/share/SuperCollider/Help")
"*List of directories where SuperCollider help files are kept.":group'sclang-interface:version"21.4":type '(repeat directory))
Changing the path in this definition to "~/Library/Application Support/SuperCollider/Help" appears to resolve the issue.
The text was updated successfully, but these errors were encountered:
Environment
Steps to reproduce
M-x sclang-find-help
Expected vs. actual behavior
Help commands are expected to open locally installed help files with w3m. Instead, the following error message is displayed in the minibuffer:
It appears that the culprit is the following symbol definition in sclang-help.el:
Changing the path in this definition to
"~/Library/Application Support/SuperCollider/Help"
appears to resolve the issue.The text was updated successfully, but these errors were encountered: