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

Avoid turning on the mode in temporary buffers #121

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

Hi-Angel
Copy link
Collaborator

@Hi-Angel Hi-Angel commented Sep 30, 2024

Most notably, package installation process is known to create one via with-temp-buffer and then enable emacs-lisp-mode for the purpose of parsing autoloads, which in turn triggers color-identifers-mode for no reason. During a huge upgrade this may add up, especially given our ad hoc ELisp parsing code isn't the fastest.

It also may result in hang due to #84

Most notably, package installation process is known to create one via
`with-temp-buffer' and then enable `emacs-lisp-mode' for the purpose
of parsing autoloads, which in turn triggers color-identifers-mode for
no reason. During a huge upgrade this may add up, especially given our
ad hoc ELisp parsing code isn't the fastest.

It also may result in hang due to
ankurdave#84
@Hi-Angel Hi-Angel merged commit 3a11607 into ankurdave:master Sep 30, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

1 participant