Re: Eglot Failed to completion for commands defined in specified loaded packages for auctex.

2021-06-21 Thread Basil L. Contovounesios
Joost Kremers writes: > Whether there's any point in using an LSP server for LaTeX when you have > AUCTeX > and company, I don't know. A quick look at the texlab docs suggests that > there isn't. I guess completion isn't the only feature provided by LSP clients. -- Basil

Re: Eglot Failed to completion for commands defined in specified loaded packages for auctex.

2021-06-21 Thread Basil L. Contovounesios
Tassilo Horn writes: > Hongyi Zhao writes: > >> Then I open the following tex document in Emacs >> >> ``` >> \documentclass{paper} >> \usepackage{braket} >> \begin{document} >>Some testing comes here. >> \end{document} >> ``` >> >> and enable Eglot (M-x eglot), but I find that Eglot Failed

Re: Eglot Failed to completion for commands defined in specified loaded packages for auctex.

2021-06-21 Thread Basil L. Contovounesios
Tassilo Horn writes: > Hongyi Zhao writes: > >> Then I open the following tex document in Emacs >> >> ``` >> \documentclass{paper} >> \usepackage{braket} >> \begin{document} >>Some testing comes here. >> \end{document} >> ``` >> >> and enable Eglot (M-x eglot), but I find that Eglot Failed

Re: Eglot Failed to completion for commands defined in specified loaded packages for auctex.

2021-06-16 Thread Hongyi Zhao
On Wed, Jun 16, 2021 at 1:05 PM Tassilo Horn wrote: > > Hongyi Zhao writes: > > > Then I open the following tex document in Emacs > > > > ``` > > \documentclass{paper} > > \usepackage{braket} > > \begin{document} > >Some testing comes here. > > \end{document} > > ``` > > > > and enable Eglot

Re: Eglot Failed to completion for commands defined in specified loaded packages for auctex.

2021-06-16 Thread Hongyi Zhao
On Wed, Jun 16, 2021 at 1:05 PM Tassilo Horn wrote: > > Hongyi Zhao writes: > > > Then I open the following tex document in Emacs > > > > ``` > > \documentclass{paper} > > \usepackage{braket} > > \begin{document} > >Some testing comes here. > > \end{document} > > ``` > > > > and enable Eglot

Re: Eglot Failed to completion for commands defined in specified loaded packages for auctex.

2021-06-16 Thread Tassilo Horn
Mandar Mitra writes: >> You can use company-mode with capf (and dabbrev) backend with auctex >> to get completion popups, see this screenshot: > > Nice font, btw! Looks a little like a slightly taller version of > Liberation Mono, but what is it? Thanks! It's Iosevka and the theme is doom-one.

Re: Eglot Failed to completion for commands defined in specified loaded packages for auctex.

2021-06-16 Thread Joost Kremers
On Wed, Jun 16 2021, Tassilo Horn wrote: > I doubt there is a LaTeX LSP server. Actually: https://emacs-lsp.github.io/lsp-mode/page/lsp-latex/ Whether there's any point in using an LSP server for LaTeX when you have AUCTeX and company, I don't know. A quick look at the texlab docs suggests

Re: Eglot Failed to completion for commands defined in specified loaded packages for auctex.

2021-06-16 Thread Mandar Mitra
Tassilo Horn wrote (Wed, Jun 16, 2021 at 06:59:35AM +0200): > You can use company-mode with capf (and dabbrev) backend with auctex to > get completion popups, see this screenshot: Nice font, btw! Looks a little like a slightly taller version of Liberation Mono, but what is it? Thanks!

Re: Eglot Failed to completion for commands defined in specified loaded packages for auctex.

2021-06-15 Thread Tassilo Horn
Hongyi Zhao writes: > Then I open the following tex document in Emacs > > ``` > \documentclass{paper} > \usepackage{braket} > \begin{document} >Some testing comes here. > \end{document} > ``` > > and enable Eglot (M-x eglot), but I find that Eglot Failed to do the > completion for commands

Re: Eglot Failed to completion for commands defined in specified loaded packages for auctex.

2021-06-15 Thread Tassilo Horn
Hongyi Zhao writes: > Then I open the following tex document in Emacs > > ``` > \documentclass{paper} > \usepackage{braket} > \begin{document} >Some testing comes here. > \end{document} > ``` > > and enable Eglot (M-x eglot), but I find that Eglot Failed to do the > completion for commands