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

2023-03-18 Thread Arash Esbati
Ikumi Keita writes: > Ah, indeed. Sorry for my poor memory.  No worries, the upside is that you always look after what I do  Best, Arash ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

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

2023-03-18 Thread Ikumi Keita
Hi Arash, > Arash Esbati writes: > We require seq in tex.el[1]. Isn't that sufficient or am I missing > something? I vaguely remember we did that as I added `seq-concatenate' > to array.el. I don't have an older Emacs installed here so I can't test > it right now. Ah, indeed. Sorry for

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

2023-03-18 Thread Arash Esbati
Hi Keita, Ikumi Keita writes: > I'm afraid that we still need autoload declaration for seq-filter for > compatibility with older emacsen. We require seq in tex.el[1]. Isn't that sufficient or am I missing something? I vaguely remember we did that as I added `seq-concatenate' to array.el. I

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) >

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

2023-03-16 Thread Tassilo Horn
Arash Esbati writes: Hi Arash, > if you have in-buffer completion running, take this small example: > > \documentclass{article} > \begin{document} > $\La*$ > \end{document} > > move point to * and hit TAB to get the completion candidates. This is > what I see with corfu: > > > > >

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

2023-03-16 Thread Arash Esbati
Hi all, if you have in-buffer completion running, take this small example: \documentclass{article} \begin{document} $\La*$ \end{document} move point to * and hit TAB to get the completion candidates. This is what I see with corfu: Any idea where that `LaTeX-math-cal' is coming from?