Vedang Manerikar

Results 130 comments of Vedang Manerikar
trafficstars

I see that there are tests around `eglot--executable-find`. I will fix them and update this PR.

Okay, makes sense. Let me go through the eglot code a bit more carefully, and rewrite the commit based on your strategy. I'll do this as and when time permits...

Hi @wyuenho : Advising `eglot-alternatives` is not useful, unfortunately. The main use of this function is when defining the variable `eglot-server-programs`. And since the variable is already defined by the...

> > Advising eglot-alternatives is not useful, unfortunately. The main use of this function is when defining the variable eglot-server-programs. And since the variable is already defined by the time...

I think I am completely misunderstanding the situation here. Please clear it up for me. - Imagine that I start Emacs and do some Rust programming using the `rust-analyzer` LSP....

Yes, this makes sense! In my opinion, the right approach would be to advice `eglot--lookup-mode` and provide a let-binding for `eglot-server-programs`. This approach is independent of any load-order, and just...

I've rebased my changes on top of the latest `master`. These are working fine with the latest version of eglot.

Please let me know if you have gone through https://pdftools.wiki/d14e01ff and tried the steps mentioned there

The `vasprintf` implicit declaration means that it isn't finding the header files. Can you try the following in the latest `pdf-tools` directory? ``` ./autogen.sh CFLAGS='-g -O2 -D_GNU_SOURCE' ./configure make ```...

@Beakcraft : could you try and follow the instructions here https://pdftools.wiki/d14e01ff and see if they help you? And if you don't want to compile from source, you can also try...