emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#71083: closed ([PATCH] ; Enhance the "python-shell-send-block" for c


From: GNU bug Tracking System
Subject: bug#71083: closed ([PATCH] ; Enhance the "python-shell-send-block" for convenience)
Date: Sun, 26 May 2024 08:32:02 +0000

Your message dated Sun, 26 May 2024 11:30:56 +0300
with message-id <86zfsdvutb.fsf@gnu.org>
and subject line Re: bug#71083: [PATCH] ; Enhance the "python-shell-send-block" 
for convenience
has caused the debbugs.gnu.org bug report #71083,
regarding [PATCH] ; Enhance the "python-shell-send-block" for convenience
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
71083: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71083
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] ; Enhance the "python-shell-send-block" for convenience Date: Mon, 20 May 2024 20:28:17 +0000
Hi,

This patch tries to make `python-shell-send-block' more convenient.

I had added the function `python-shell-send-block'  twenty days ago in
bug#70609, it will send code block with header by default, and a
prefix "C-u" to call the function will send block without header.

And I received some feedback that sending a block without a header
should be a more used one.

Many python blocks begin with "if condition", and users may want to
send the block without its condition header to try different condition
branches.

So this patch will make sending block without header to be the default
behavior, and a prefix "C-u" will make the function to send block with
header.

Please help review this minor change. Thanks

Attachment: 0001-Enhance-the-python-shell-send-block-for-convenience.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#71083: [PATCH] ; Enhance the "python-shell-send-block" for convenience Date: Sun, 26 May 2024 11:30:56 +0300
> From: Lin Sun <sunlin7.mail@gmail.com>
> Date: Sat, 25 May 2024 15:57:51 +0000
> Cc: Eli Zaretskii <eliz@gnu.org>, 71083@debbugs.gnu.org
> 
> Thank you for the comment, you're right. I had fixed the flymake
> diagnostics and the commit message.
> 
> Please help review again. Thanks.

Thanks, installed, and closing the bug.

Please in the future try to follow our conventions for commit log
messages more closely:

  . quote symbols 'like this'
  . wrap lines at column 63
  . ensure correct file names
  . mention test names in patches in test/ files
  . mention the bug number, if known

You can see how I reformatted your commit log message this time, to
understand better the above conventions.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]