* Re: master cc288a0e331: Eglot: version strings must start with numbers (bug#62718)
[not found] ` <20230407214613.F2841C13A8A@vcs2.savannah.gnu.org>
@ 2023-04-09 13:57 ` Michael Albinus
2023-04-09 13:59 ` João Távora
0 siblings, 1 reply; 3+ messages in thread
From: Michael Albinus @ 2023-04-09 13:57 UTC (permalink / raw)
To: emacs-devel; +Cc: João Távora
João Távora <joaotavora@gmail.com> writes:
Hi João,
> --- a/lisp/progmodes/eglot.el
> +++ b/lisp/progmodes/eglot.el
> @@ -403,7 +403,7 @@ done by `eglot-reconnect'."
> If set to `messages', use *Messages* buffer, else use Eglot's
> mode line indicator."
> :type 'boolean
> - :version "Eglot 1.10")
> + :version "1.10")
Likely, you want
--8<---------------cut here---------------start------------->8---
:version "29.1"
:package-version '(Eglot . "1.10"))
--8<---------------cut here---------------end--------------->8---
Best regards, Michael.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: master cc288a0e331: Eglot: version strings must start with numbers (bug#62718)
2023-04-09 13:57 ` master cc288a0e331: Eglot: version strings must start with numbers (bug#62718) Michael Albinus
@ 2023-04-09 13:59 ` João Távora
2023-04-09 14:06 ` Michael Albinus
0 siblings, 1 reply; 3+ messages in thread
From: João Távora @ 2023-04-09 13:59 UTC (permalink / raw)
To: Michael Albinus; +Cc: emacs-devel
[-- Attachment #1: Type: text/plain, Size: 788 bytes --]
Thanks, that does also work for the make-obsolete family of functions?
João
On Sun, Apr 9, 2023, 14:57 Michael Albinus <michael.albinus@gmx.de> wrote:
> João Távora <joaotavora@gmail.com> writes:
>
> Hi João,
>
> > --- a/lisp/progmodes/eglot.el
> > +++ b/lisp/progmodes/eglot.el
> > @@ -403,7 +403,7 @@ done by `eglot-reconnect'."
> > If set to `messages', use *Messages* buffer, else use Eglot's
> > mode line indicator."
> > :type 'boolean
> > - :version "Eglot 1.10")
> > + :version "1.10")
>
> Likely, you want
>
> --8<---------------cut here---------------start------------->8---
> :version "29.1"
> :package-version '(Eglot . "1.10"))
> --8<---------------cut here---------------end--------------->8---
>
> Best regards, Michael.
>
[-- Attachment #2: Type: text/html, Size: 1331 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: master cc288a0e331: Eglot: version strings must start with numbers (bug#62718)
2023-04-09 13:59 ` João Távora
@ 2023-04-09 14:06 ` Michael Albinus
0 siblings, 0 replies; 3+ messages in thread
From: Michael Albinus @ 2023-04-09 14:06 UTC (permalink / raw)
To: João Távora; +Cc: emacs-devel
João Távora <joaotavora@gmail.com> writes:
Hi João,
> Thanks, that does also work for the make-obsolete family of functions?
Don't know, I've never tried it in this context.
> João
Best regards, Michael.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-04-09 14:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <168090397367.11706.16033680084642322959@vcs2.savannah.gnu.org>
[not found] ` <20230407214613.F2841C13A8A@vcs2.savannah.gnu.org>
2023-04-09 13:57 ` master cc288a0e331: Eglot: version strings must start with numbers (bug#62718) Michael Albinus
2023-04-09 13:59 ` João Távora
2023-04-09 14:06 ` Michael Albinus
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).