GNU bug report logs - #63598
[29.0.91] (python) Skeletons sub-menu entry in python-menu remains empty

Previous Next

Package: emacs;

Reported by: gerard.vermeulen <at> posteo.net

Date: Sat, 20 May 2023 07:37:01 UTC

Severity: normal

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

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63598 in the body.
You can then email your comments to 63598 AT debbugs.gnu.org in the normal way.

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

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


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#63598; Package emacs. (Sat, 20 May 2023 07:37:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to gerard.vermeulen <at> posteo.net:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sat, 20 May 2023 07:37:01 GMT) Full text and rfc822 format available.

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

From: gerard.vermeulen <at> posteo.net
To: bug-gnu-emacs <at> gnu.org
Subject: [29.0.91] (python) Skeletons sub-menu entry in python-menu remains
 empty
Date: Sat, 20 May 2023 07:36:48 +0000
Hi,

As far as I understand, the call (python-skeleton-add-menu-items) in
the definition of python-base-mode should populate the Skeletons
sub-menu entry of the Python menu, but it does not on my setup.

My setup is a recent Emacs-plus Homebrew build:
GNU Emacs 29.0.91 (build 1, x86_64-apple-darwin20.6.0, NS appkit-2202.70 
Version 11.7.1 (Build 20G918)) of 2023-05-20

Gerard




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#63598; Package emacs. (Sat, 20 May 2023 14:58:02 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: gerard.vermeulen <at> posteo.net
Cc: 63598 <at> debbugs.gnu.org
Subject: Re: bug#63598: [29.0.91] (python) Skeletons sub-menu entry in
 python-menu remains empty
Date: Sat, 20 May 2023 17:57:50 +0300
> Date: Sat, 20 May 2023 07:36:48 +0000
> From: gerard.vermeulen <at> posteo.net
> 
> As far as I understand, the call (python-skeleton-add-menu-items) in
> the definition of python-base-mode should populate the Skeletons
> sub-menu entry of the Python menu, but it does not on my setup.
> 
> My setup is a recent Emacs-plus Homebrew build:
> GNU Emacs 29.0.91 (build 1, x86_64-apple-darwin20.6.0, NS appkit-2202.70 
> Version 11.7.1 (Build 20G918)) of 2023-05-20

Thanks, should be fixed now on the emacs-29 branch.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#63598; Package emacs. (Sat, 20 May 2023 16:37:01 GMT) Full text and rfc822 format available.

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

From: gerard.vermeulen <at> posteo.net
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 63598 <at> debbugs.gnu.org
Subject: Re: bug#63598: [29.0.91] (python) Skeletons sub-menu entry in
 python-menu remains empty
Date: Sat, 20 May 2023 16:36:16 +0000

On 20.05.2023 16:57, Eli Zaretskii wrote:
>> Date: Sat, 20 May 2023 07:36:48 +0000
>> From: gerard.vermeulen <at> posteo.net
>> 
>> As far as I understand, the call (python-skeleton-add-menu-items) in
>> the definition of python-base-mode should populate the Skeletons
>> sub-menu entry of the Python menu, but it does not on my setup.
>> 
>> My setup is a recent Emacs-plus Homebrew build:
>> GNU Emacs 29.0.91 (build 1, x86_64-apple-darwin20.6.0, NS 
>> appkit-2202.70
>> Version 11.7.1 (Build 20G918)) of 2023-05-20
> 
> Thanks, should be fixed now on the emacs-29 branch.

Yes, you fixed it. Thanks for all your work!




Reply sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Sat, 20 May 2023 16:55:01 GMT) Full text and rfc822 format available.

Notification sent to gerard.vermeulen <at> posteo.net:
bug acknowledged by developer. (Sat, 20 May 2023 16:55:01 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: gerard.vermeulen <at> posteo.net
Cc: 63598-done <at> debbugs.gnu.org
Subject: Re: bug#63598: [29.0.91] (python) Skeletons sub-menu entry in
 python-menu remains empty
Date: Sat, 20 May 2023 19:54:40 +0300
> Date: Sat, 20 May 2023 16:36:16 +0000
> From: gerard.vermeulen <at> posteo.net
> Cc: 63598 <at> debbugs.gnu.org
> 
> 
> 
> On 20.05.2023 16:57, Eli Zaretskii wrote:
> >> Date: Sat, 20 May 2023 07:36:48 +0000
> >> From: gerard.vermeulen <at> posteo.net
> >> 
> >> As far as I understand, the call (python-skeleton-add-menu-items) in
> >> the definition of python-base-mode should populate the Skeletons
> >> sub-menu entry of the Python menu, but it does not on my setup.
> >> 
> >> My setup is a recent Emacs-plus Homebrew build:
> >> GNU Emacs 29.0.91 (build 1, x86_64-apple-darwin20.6.0, NS 
> >> appkit-2202.70
> >> Version 11.7.1 (Build 20G918)) of 2023-05-20
> > 
> > Thanks, should be fixed now on the emacs-29 branch.
> 
> Yes, you fixed it. Thanks for all your work!

Thanks for testing, I'm therefore closing this bug.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 18 Jun 2023 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 306 days ago.

Previous Next


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