Unterschiede zwischen Version 2 und aktuelle Version
Zusammenfassung: Rollback to 2008-09-05 00:16 UTC
Keine Unterschiede vorhanden.
Something like this:
(add-to-list 'interpreter-mode-alist '("python" . python-mode))Where ‘python-mode’ is AutoLoaded or already defined, and the file starts like this:
#!/usr/bin/python
or:
#!/usr/local/bin/python
The name of the executable is the relevant part.
See LoadPath.