jed-users mailing list

[2022 Date Index] [2022 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [jed-users] Re: #!/usr/bin/python3 does not trigger python mode


* Ulli Horlacher <framstag@xxxxxxxxxxxxxxxxxxxx> [2022-12-07 13:39] :

> I have also files beginning with
> 
> #!/usr/bin/python3.6

Hi,

Not exactly what you are looking for but if you add a commented line
like this one :

# -*- mode: python; -*-

jed will load python mode regardless of the extension.

You also need to add :

autoload ("python_mode", "python");

in your .jedrc


Laurent.


_______________________________________________
For list information, visit <http://jedsoft.org/jed/mailinglists.html>.


[2022 date index] [2022 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]