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

Buffer locks up after blacken fix it #35

Open
alienbogart opened this issue Nov 21, 2019 · 1 comment
Open

Buffer locks up after blacken fix it #35

alienbogart opened this issue Nov 21, 2019 · 1 comment

Comments

@alienbogart
Copy link

My Environment

  • OS: MX Linux 18
  • $ uname -r: 4.19.0-5-amd64
  • dotfiles
  • i3wm version 4.13
  • ~/.config/i3
  • GNU Emacs 27.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.22.11) of 2019-11-19
  • ~/.emacs.d
  • blacken-20191024.1230

Use-package declaration

(use-package blacken
  :ensure t
  :config
  (setq blacken-fast-unsafe nil)
  (setq blacken-line-length 79))

Issue

Every time blacken-mode fixes the code by itself, or that I run blacken-buffer, Emacs freezes and I have to run C-g to get it back. This is the error I get in *Messages*:

Error while checking syntax automatically: (error "Lisp nesting exceeds  max-lisp-eval-depth ")
@alienbogart
Copy link
Author

alienbogart commented Nov 21, 2019

Not sure why but it started working after a bunch of reboots. Please ignore for now. I'll update this issue if it come back.

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

1 participant