Fork me on GitHub
#emacs
<
2018-06-20
>
angelixd01:06:54

Yeah… I stopped using FiraCode because it locked up trying to render helm popups.

hkjels07:06:22

I use FiraCode on High Sierra.. Works well

hkjels07:06:35

haven’t done anything special to make it work

hkjels07:06:08

(set-frame-font "Fira Code")

richiardiandrea17:06:13

Has anyone seen something like this before:

- ...                                                            2952  57%
   Automatic GC                                                  2936  57%
 - popwin:display-buffer                                           16   0%
  + popwin:display-buffer-1                                        16   0%
- command-execute                                                2158  42%
 - call-interactively                                            2158  42%
  + funcall-interactively                                        1791  34%
  + byte-code                                                     367   7%
- timer-event-handler                                               8   0%
   apply                                                            8   0%

richiardiandrea17:06:36

I am trying to understand what is causing slowdown when I open a parenthesis in a cider CLJS REPL

bozhidar20:06:20

Seems something is causing a lot of GC for you. Is popwin some extension? The name rings a bell, but I haven’t used this.

richiardiandrea21:06:06

@bozhidar yep it is an extension for laying out popups

richiardiandrea21:06:34

disabled popwin, same thing

richiardiandrea21:06:52

it seems to happen before popwin, I wonder if there is a hard core way to understand what is the first thing triggered