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

How to enable Scheme evaluation? #27

Open
ceving opened this issue Nov 10, 2023 · 2 comments
Open

How to enable Scheme evaluation? #27

ceving opened this issue Nov 10, 2023 · 2 comments

Comments

@ceving
Copy link

ceving commented Nov 10, 2023

When I press M-n v v in the following code block

```{scheme}
(+ 1 2)
```

I get the following error:

polymode-eval-chunk: Undefined ‘polymode-eval-region-function’ in buffer parse.md[scheme]

How to define the missing function?

@prosoitos
Copy link

I'm having the same problem with Python code blocks.

@jcubic
Copy link

jcubic commented Jan 3, 2025

I use C-c C-e that is bind to (scheme-send-definition) in scheme mode, it sends expression to Scheme process.

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

No branches or pull requests

3 participants