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: kobarity
Subject: bug#64397: 29.0.91; Limited configuration of commands based on python-interpreter
Date: Thu, 06 Jul 2023 23:51:04 +0900
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (Gojō) APEL-LB/10.8 EasyPG/1.0.0 Emacs/30.0.50 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

Eli Zaretskii wrote:
> 
> > 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.

I think it is reasonable, but I would like to hear the opinion of
Augusto Stoffel who created the Import management.





reply via email to

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