[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#68145: [PATCH] * doc/misc/eglot.texi: Fix broken function calls
From: |
João Távora |
Subject: |
bug#68145: [PATCH] * doc/misc/eglot.texi: Fix broken function calls |
Date: |
Sat, 30 Dec 2023 14:46:31 +0000 |
On Sat, Dec 30, 2023 at 1:45 PM Felician Nemeth
<felician.nemeth@gmail.com> wrote:
>
> Vyacheslav Akhmechet <coffeemug@gmail.com> writes:
>
> > - (if-let* ((path (expand-file-name (eglot-uri-to-path
> > + (if-let* ((path (expand-file-name (eglot--uri-to-path
>
> The latest Eglot has this:
>
> (define-obsolete-function-alias 'eglot--uri-to-path 'eglot-uri-to-path "1.16")
>
> The confusion might come from the fact that ELPA had v1.16 for a brief
> period, but now (for some strange reason) only v1.15 is available.
Strange indeed. No idea what happened, but the 1.16 tarball is also
available:
https://elpa.gnu.org/packages/eglot-1.16.tar.lz
Stefan, can you see about this.
Vyacheslav, Felicián is correct. Don't suggest '--' version of
functions in the manuals. The remaining simplification is
welcome. Don't use the symbol name 'inactive--code' though,
the '--' means "private". That symbol can be "inactive-code"
or 'my-inactive-code' or even 'my-extension--inactive-code'.
Here though, "inactive-code" is preferable for demonstration
purposes.
João