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

Update the emacs config to have an interactive REPL #528

Merged
merged 1 commit into from
May 25, 2021
Merged

Conversation

water111
Copy link
Collaborator

The implementation is a little hacky in places (I'm not familiar with emacs lisp), but it seems to work well. I think I have a good idea how to send data to the compiler. Getting data back (autocomplete, errors) is still a bit of a mystery.

M-x run-opengoal to start the REPL inside of emacs.
C x C t to send the current defun/defmethod/deftype or other top-level s-expression to the compiler.
C x C g to send the compiler a (ml <current-file>). The file must be within the jak-project folder and saved.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 876326727

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 69.762%

Totals Coverage Status
Change from base Build 876292243: 0.0%
Covered Lines: 35870
Relevant Lines: 51418

💛 - Coveralls

@water111 water111 merged commit 3ede8f6 into master May 25, 2021
@water111 water111 deleted the w/emacs-config branch May 25, 2021 22:53
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 this pull request may close these issues.

2 participants