Replies: 2 comments 1 reply
-
I suspect that the module cannot be located due to the way you installed the package via Straight. Many users successfully use Jinx on MacOS, so there shouldn't be a fundamental problem. |
Beta Was this translation helpful? Give feedback.
1 reply
-
You can try this solution: #160 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying to use this module and am using the following, initial installation config:
But when I evaluate that I'm greeted with the error "jinx--load-module: Jinx: jinx-mod.c not found".
I'm stepping through the
jinx--load-module
function and discovered if I set it to just(file-name-directory (locate-library "jinx"))
then it'll get past that problem.But then the next problem I'm running into is here:
https://github.com/minad/jinx/blob/main/jinx.el#L436-L437
Since
jinx--syntax-table
defaults tonil
, the call fails with(wrong-type-argument syntax-table-p nil)
I'm running on MacOS with "GNU Emacs 29.1 (build 1, aarch64-apple-darwin23.4.0, Carbon Version 170 AppKit 2487.5)
of 2024-04-27"
Beta Was this translation helpful? Give feedback.
All reactions