We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I press M-n v v in the following code block
M-n
v
```{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?
The text was updated successfully, but these errors were encountered:
I'm having the same problem with Python code blocks.
Sorry, something went wrong.
I use C-c C-e that is bind to (scheme-send-definition) in scheme mode, it sends expression to Scheme process.
C-c C-e
(scheme-send-definition)
No branches or pull requests
When I press
M-n
v
v
in the following code blockI get the following error:
How to define the missing function?
The text was updated successfully, but these errors were encountered: