GNU bug report logs - #70554
[PATCH] Eglot: Add 'command-modes' property to all suitable commands

Previous Next

Package: emacs;

Reported by: Augusto Stoffel <arstoffel <at> gmail.com>

Date: Wed, 24 Apr 2024 18:47:06 UTC

Severity: normal

Tags: patch

Done: Eli Zaretskii <eliz <at> gnu.org>

To reply to this bug, email your comments to 70554 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to joaotavora <at> gmail.com, bug-gnu-emacs <at> gnu.org:
bug#70554; Package emacs. (Wed, 24 Apr 2024 18:47:07 GMT) Full text and rfc822 format available.

Acknowledgement sent to Augusto Stoffel <arstoffel <at> gmail.com>:
New bug report received and forwarded. Copy sent to joaotavora <at> gmail.com, bug-gnu-emacs <at> gnu.org. (Wed, 24 Apr 2024 18:47:07 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Augusto Stoffel <arstoffel <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: [PATCH] Eglot: Add 'command-modes' property to all suitable commands
Date: Wed, 24 Apr 2024 20:45:54 +0200
[Message part 1 (text/plain, inline)]
Tags: patch

See attachement.

[0001-Eglot-Add-command-modes-property-to-all-suitable-com.patch (text/patch, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#70554; Package emacs. (Sat, 27 Apr 2024 09:35:05 GMT) Full text and rfc822 format available.

Message #8 received at 70554 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Augusto Stoffel <arstoffel <at> gmail.com>
Cc: 70554 <at> debbugs.gnu.org, joaotavora <at> gmail.com
Subject: Re: bug#70554: [PATCH] Eglot: Add 'command-modes' property to all
 suitable commands
Date: Sat, 27 Apr 2024 12:34:15 +0300
> Cc: João Távora <joaotavora <at> gmail.com>
> From: Augusto Stoffel <arstoffel <at> gmail.com>
> Date: Wed, 24 Apr 2024 20:45:54 +0200
> 
> See attachement.

Thanks.

João, any comments, or should I install this?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#70554; Package emacs. (Sat, 27 Apr 2024 09:48:04 GMT) Full text and rfc822 format available.

Message #11 received at 70554 <at> debbugs.gnu.org (full text, mbox):

From: João Távora <joaotavora <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 70554 <at> debbugs.gnu.org, Augusto Stoffel <arstoffel <at> gmail.com>
Subject: Re: bug#70554: [PATCH] Eglot: Add 'command-modes' property to all
 suitable commands
Date: Sat, 27 Apr 2024 10:46:27 +0100
[Message part 1 (text/plain, inline)]
On Sat, Apr 27, 2024 at 10:34 AM Eli Zaretskii <eliz <at> gnu.org> wrote:

> > Cc: João Távora <joaotavora <at> gmail.com>
> > From: Augusto Stoffel <arstoffel <at> gmail.com>
> > Date: Wed, 24 Apr 2024 20:45:54 +0200
> >
> > See attachement.
>
> Thanks.
>
> João, any comments, or should I install this?
>

Isn't there a way to say this near where the commands are defined,
perhaps near the `interactive` which marks a given function as a
command?  If there isn't, just install this, perhaps with a tweak
to the commit message mentioning the top level form, and thanks.

João
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#70554; Package emacs. (Mon, 29 Apr 2024 18:13:02 GMT) Full text and rfc822 format available.

Message #14 received at 70554 <at> debbugs.gnu.org (full text, mbox):

From: Augusto Stoffel <arstoffel <at> gmail.com>
To: João Távora <joaotavora <at> gmail.com>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 70554 <at> debbugs.gnu.org
Subject: Re: bug#70554: [PATCH] Eglot: Add 'command-modes' property to all
 suitable commands
Date: Mon, 29 Apr 2024 20:12:14 +0200
On Sat, 27 Apr 2024 at 10:46, João Távora wrote:

> Isn't there a way to say this near where the commands are defined,
> perhaps near the `interactive` which marks a given function as a 
> command?  If there isn't, just install this, perhaps with a tweak 
> to the commit message mentioning the top level form, and thanks.

This is not possible while keeping compatibility with older Emacs
versions.  There's already a comment to that effect in the patch, so the
change you mention can be made in the future.




Reply sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Thu, 02 May 2024 08:53:01 GMT) Full text and rfc822 format available.

Notification sent to Augusto Stoffel <arstoffel <at> gmail.com>:
bug acknowledged by developer. (Thu, 02 May 2024 08:53:02 GMT) Full text and rfc822 format available.

Message #19 received at 70554-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Augusto Stoffel <arstoffel <at> gmail.com>
Cc: 70554-done <at> debbugs.gnu.org, joaotavora <at> gmail.com
Subject: Re: bug#70554: [PATCH] Eglot: Add 'command-modes' property to all
 suitable commands
Date: Thu, 02 May 2024 11:52:23 +0300
> From: Augusto Stoffel <arstoffel <at> gmail.com>
> Cc: Eli Zaretskii <eliz <at> gnu.org>,  70554 <at> debbugs.gnu.org
> Date: Mon, 29 Apr 2024 20:12:14 +0200
> 
> On Sat, 27 Apr 2024 at 10:46, João Távora wrote:
> 
> > Isn't there a way to say this near where the commands are defined,
> > perhaps near the `interactive` which marks a given function as a 
> > command?  If there isn't, just install this, perhaps with a tweak 
> > to the commit message mentioning the top level form, and thanks.
> 
> This is not possible while keeping compatibility with older Emacs
> versions.  There's already a comment to that effect in the patch, so the
> change you mention can be made in the future.

Thanks, so I've now installed this on the master branch, and I'm
therefore closing this bug.




This bug report was last modified 4 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.