alexeyr / company-auctex

company-mode autocompletion for auctex
49 stars 18 forks source link

get stuck with math symbols #36

Open LuhengStat opened 2 years ago

LuhengStat commented 2 years ago

I am using company-auctex at win10, and I found that each time I open emacs and try to put some math symbols. The emacs will get stuck and wait for several seconds. I think this is related to the annotation company-auctex-symbols used, and if I comment

;;(annotation (company-auctex-symbol-annotation arg))))

this line, the problem will be solved.