cpitclaudel/company-coq

\square not included?

beta-ziliani opened this issue · 5 comments

the auto-completion of symbols lists 17 squares (\squarelrquad, ...) but no \square. while at it, where do I get the list of symbols supported?

That list of symbols comes from https://github.com/vspinu/math-symbol-lists/blob/master/math-symbol-lists.el; surprisingly, it does contain square, so I'd be inclined to blame a company-math (which is responsible for the completion).

\mdwhtsquare works

maybe the lists from amssymb and misc are not in company-coq?

(note that square is there under amssymb)

ok, I replicated the issue there, will close this one

FTR, solved there.