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

run-hooks: Symbol’s value as variable is void: comint-osc-handlers #7

Closed
hongyi-zhao opened this issue Oct 15, 2021 · 1 comment
Closed

Comments

@hongyi-zhao
Copy link

I installed comint-mime with the following configuration:

(use-package comint-mime
  :straight (:host github :type git :repo "astoff/comint-mime"
             :files (:defaults "*.py" "*.sh"))
  :hook ((shell-mode inferior-python-mode) . comint-mime-setup)
  :custom
  (org-format-latex-options '(plist-put org-format-latex-options :scale 1.5))

But when I start the python interpreter by C-c C-p, the following message will be triggered:

run-hooks: Symbol’s value as variable is void: comint-osc-handlers
Shell native completion is disabled, using fallback

Any hints for this problem?

Regards,
HZ

@astoff
Copy link
Owner

astoff commented Oct 16, 2021

You need Emacs 28.

@astoff astoff closed this as completed Oct 16, 2021
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

2 participants