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

Chess module not loaded #70

Closed
hendursaga opened this issue May 13, 2022 · 0 comments
Closed

Chess module not loaded #70

hendursaga opened this issue May 13, 2022 · 0 comments

Comments

@hendursaga
Copy link

In emacspeak-chess-setup it runs (cl-pushnew 'chess-emacspeak chess-default-modules) but in chess-emacspeak-handler, for the 'initialize event, it calls emacspeak-chess-setup, which could lead to an infinite loop, except that in chess-default-modules there is no `chess-emacspeak by default, so nothing gets called anyways.

Not sure how you would want to handle this - I see you (defvar chess-default-modules nil) earlier in the code, perhaps you could set that to include at least 'chess-emacspeak and then remove the cl-pushnew call plus the special chess-default-modules declaration in emacspeak-chess-setup?

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.

2 participants