all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* run-hooks: Symbol’s value as variable is void: comint-osc-handlers
@ 2021-10-16  1:10 Hongyi Zhao
  2021-10-16 20:16 ` Emanuel Berg via Users list for the GNU Emacs text editor
  0 siblings, 1 reply; 6+ messages in thread
From: Hongyi Zhao @ 2021-10-16  1:10 UTC (permalink / raw)
  To: help-gnu-emacs

I installed `comint-mime` with the following configuration:
```emacs-lisp
(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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-10-17 14:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-16  1:10 run-hooks: Symbol’s value as variable is void: comint-osc-handlers Hongyi Zhao
2021-10-16 20:16 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-10-17  5:01   ` Hongyi Zhao
2021-10-17 10:03     ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-10-17 14:16       ` Hongyi Zhao
2021-10-17 14:42         ` Emanuel Berg via Users list for the GNU Emacs text editor

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.