railwaycat / homebrew-emacsmacport

Emacs mac port formulae for the Homebrew package manager
BSD 2-Clause "Simplified" License
1.66k stars 125 forks source link

[2020 Air M1][Emacs 27.2][Big Sur 11.3.1] Emacs GUI Freezing with CIDER autocomplete #264

Open davidbruce opened 2 years ago

davidbruce commented 2 years ago

I'm running into an odd issue where the GUI for emacs is freezing when I am doing clojure development with CIDER.

It's pretty easy to reproduce:

  1. lein new app clojure-test
  2. open src/core.clj
  3. Run cider-jack-in
  4. Attempt to write (defn match [part])

After typing part my emacs GUI becomes completely unresponsive and I have to kill it. This works without issue in emacs terminal.

TheTharin commented 2 years ago

Hi there! I'm not running cider, but company + vertico on standard Doom distro. And I have a similar issue - randomly my emacs GUI becomes unresponsive when I type text or search for something. It happens at random without any yet determined reason. I'm also using M1 MacBook and BigSur.