bug#62220: In-buffer completion and LaTeX-math-cal

2023-03-17 Thread Ikumi Keita
Hi Arash, > Arash Esbati writes: > Tassilo Horn writes: >> I guess, there should be a (seq-filter #'stringp ...) around the >> (append ...). > Thanks, that was the right hint. I installed a change (2a65fac9b1) > using your suggestion above. Closing this issue. I'm afraid that we still

bug#62220: In-buffer completion and LaTeX-math-cal

2023-03-17 Thread Arash Esbati
Hi Tassilo, Tassilo Horn writes: > TeX-complete-list contains an entry > >(LaTeX--after-math-macro-prefix-p 1 >(lambda nil > (append > (mapcar #'cadr LaTeX-math-list) >