tonsky / FiraCode

Free monospaced font with programming ligatures
SIL Open Font License 1.1
77.44k stars 3.11k forks source link

Setting up Emacs steps work but makes eshell freeze (cpu 100%) #517

Open anildigital opened 7 years ago

anildigital commented 7 years ago

I tried steps from Setting up Emacs on Mac

Here is how my font.el looking https://gist.github.com/anildigital/def438e9ee400eb5b9b1865ab7c01484

I am able to see Fira Code applied. Thanks for that. But problem is that because of the let in which starts from line #8 in my https://gist.github.com/anildigital/def438e9ee400eb5b9b1865ab7c01484#file-font-el-L8

Whenever I open eshell it just hangs/freezes making Emacs process using 100% CPU.

Any fix for this?

Thank you

tonsky commented 7 years ago

I have no idea — I’m not using Emacs myself. Try searching for Emacs in the issues, there’s been a lot of discussion around getting it right and fighting inconsistencies

anthontaylor commented 7 years ago

I ran into this issue as well on emacs with my mac. This comment in a similar issue seemed to fix it for me.

togakangaroo commented 6 years ago
;; (46 . ".\\(?:\\(?:\\.[.<]\\)\\|[.=-]\\)") ;; This line forces emacs to lock up whenever HELM opens

Comment out that bit. Not sure what that regex is meant to do, but it hasn't broken anything for me

togakangaroo commented 6 years ago

Ok, nevermind that one line helped with the helm issue but all sorts of other things blow up