Skip to content

Symbol’s function definition is void: python-pdbtrack-comint-output-filter-function #9

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

Open
baerrach opened this issue Nov 14, 2019 · 1 comment

Comments

@baerrach
Copy link

Line: 385 python-pdbtrack-comint-output-filter-function

      (when jest-pdb-track
        (add-hook
         'comint-output-filter-functions
         'python-pdbtrack-comint-output-filter-function
         nil t))

The code only requires

(require 'comint)
(require 'compile)
(require 'js2-mode)

(require 'dash)
(require 'dash-functional)
(require 'magit-popup)
(require 'projectile)

Which probably don't contain python-pdbtrack-comint-output-filter-function

@edmundmiller
Copy link
Owner

Residual from emacs-python-pytest. Let me know if there are any others you find floating around!

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