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

feat(lisp-mode): Add command to eval buffer #668

Merged
merged 1 commit into from
Jun 3, 2023

Conversation

jcs090218
Copy link
Member

Some improvement. Ideas are from Emacs. ;)

Copy link
Member

@cxxxr cxxxr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks so much for the documentation!

@@ -424,16 +425,22 @@
(interactive-eval string))))))

(define-command lisp-eval-region (start end) ("r")
"Execute the region as List code."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is Lisp code?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, typo! Fixed it.

@cxxxr cxxxr merged commit a7bbb90 into lem-project:main Jun 3, 2023
@jcs090218 jcs090218 deleted the feature/eval-buffer branch June 3, 2023 06:58
@cxxxr cxxxr mentioned this pull request Jul 11, 2023
6 tasks
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.

None yet

2 participants