Skip to content

Buffer locks up after blacken fix it #35

@alienbogart

Description

@alienbogart

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 ")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions