[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Elisp LSP Server
From: |
Joost Kremers |
Subject: |
Re: Elisp LSP Server |
Date: |
Tue, 05 Oct 2021 12:15:01 +0200 |
User-agent: |
mu4e 1.6.6; emacs 27.2.50 |
On Tue, Oct 05 2021, Ag Ibragimov wrote:
> You know, so Emacs Lisp can be comfortably edited outside of Emacs. "Why would
> anyone want that?", you ask?
>
> Well, for example, when something breaks in your config, and you can't even
> start Emacs, and you have to use something else. It's rare, but it happens.
That's the sort of situation I solve with `emacs -Q`. Sure, it's annoying that
my custom key bindings aren't available, but it's rare enough not to be a real
issue. (I actually once made a minimal init.el file with my most used custom key
bindings.)
> I don't care much for VSCode, but LSP provides good consistency. I would love
> to
> be able to use elisp packages like lsp-ui while writing elisp code [in Emacs].
So, if you have an itch, scratch it! ;-)
Personally, I'm happy with the facilities Emacs already provides (with el-spice,
eldoc and eldoc-box) that I don't really feel the need to use LSP. I do use
lsp-(ui)-mode for Python, and yes, I could see myself using it for Elisp as well
if there were an LSP server for it, but I can't say I really miss it.
--
Joost Kremers
Life has its moments
- Re: Elisp LSP Server, (continued)
- Re: Elisp LSP Server, Po Lu, 2021/10/11
- Re: Elisp LSP Server, Alexandre Garreau, 2021/10/11
- Re: Elisp LSP Server, Po Lu, 2021/10/11
- Re: Elisp LSP Server, Alexandre Garreau, 2021/10/11
- Re: Elisp LSP Server, Richard Stallman, 2021/10/11
- Re: Elisp LSP Server, tomas, 2021/10/12
- Re: Elisp LSP Server, Alexandre Garreau, 2021/10/14
- Re: Elisp LSP Server, Richard Stallman, 2021/10/11
- Re: Elisp LSP Server, Richard Stallman, 2021/10/06
- Re: Elisp LSP Server, Philip Kaludercic, 2021/10/06
Re: Elisp LSP Server,
Joost Kremers <=
- Re: Elisp LSP Server, Richard Stallman, 2021/10/06
- Re: Elisp LSP Server, Stefan Monnier, 2021/10/12
- Re: Elisp LSP Server, Po Lu, 2021/10/12
- Re: Elisp LSP Server, Ag Ibragimov, 2021/10/12
- Re: Elisp LSP Server, Philip Kaludercic, 2021/10/12
- Re: Elisp LSP Server, tomas, 2021/10/12