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

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

bug#64397: 29.0.91; Limited configuration of commands based on python-in


From: Eli Zaretskii
Subject: bug#64397: 29.0.91; Limited configuration of commands based on python-interpreter
Date: Thu, 06 Jul 2023 10:21:28 +0300

> From: Matthias Meulien <orontee@gmail.com>
> Date: Sat, 01 Jul 2023 18:10:21 +0200
> 
> Here's a patch adding a python-interpreter-args custom variable.

Thanks.  A few minor comments below.

> +(defcustom python-interpreter-args ""
> +  "Default arguments for the Python interpreter."
> +  :type 'string)

New defcustoms should have the :version tag.

>  (defcustom python-shell-interpreter-args "-i"
> -  "Default arguments for the Python interpreter."
> +  "Default arguments for the Python interpreter for shell."

I think this doc string needs to be clarified, in particular what is
the significance of the "for shell" addition.

We also need a NEWS entry calling out the new defcustom.

kobarity, any comments to this change?  See the description of the
original issue in https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64397#5.





reply via email to

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