When switching a buffer to python mode, I should not get a smartparens related error.
Actual behavior
I get the following error: run-hooks: Autoloading file /home/alan/.emacs.d/elpa/smartparens-20230529.1017/smartparens.elc failed to define function smartparents-mode
In recent enough smartparens you can call M-x sp-describe-system to generate this report. Please fill manually what we could not detect automatically. Edit the output as you see fit to protect your privacy.
- `smartparens` version: 20230529.1017
- Active `major-mode`: `python-mode`
- Smartparens strict mode: nil
- Emacs version (`M-x emacs-version`): GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.37, cairo version 1.17.8) of 2023-06-06
- Starterkit/Distribution: Vanilla
- OS: gnu/linux
Expected behavior
When switching a buffer to python mode, I should not get a smartparens related error.
Actual behavior
I get the following error:
run-hooks: Autoloading file /home/alan/.emacs.d/elpa/smartparens-20230529.1017/smartparens.elc failed to define function smartparents-mode
Steps to reproduce the problem
Install smartparens as follows:
Create a new buffer and run
python-mode
.Backtraces if necessary (
M-x toggle-debug-on-error
)Environment & version information
In recent enough
smartparens
you can callM-x sp-describe-system
to generate this report. Please fill manually what we could not detect automatically. Edit the output as you see fit to protect your privacy.