* bug#15306: add python3 to interpreter-mode-alist
@ 2013-09-08 3:15 Peter Eisentraut
2013-09-08 23:58 ` Glenn Morris
0 siblings, 1 reply; 4+ messages in thread
From: Peter Eisentraut @ 2013-09-08 3:15 UTC (permalink / raw)
To: 15306
Please add "python3" to interpreter-mode-alist by default, mapping to
python-mode.
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#15306: add python3 to interpreter-mode-alist
2013-09-08 3:15 bug#15306: add python3 to interpreter-mode-alist Peter Eisentraut
@ 2013-09-08 23:58 ` Glenn Morris
2013-09-10 19:43 ` Peter Eisentraut
2013-09-10 20:40 ` Glenn Morris
0 siblings, 2 replies; 4+ messages in thread
From: Glenn Morris @ 2013-09-08 23:58 UTC (permalink / raw)
To: Peter Eisentraut; +Cc: 15306
Seems to me like it would be nice if interpreter-mode-alist were treated
as a list of _regexps_. Eg on one system I seem to have python2,
python2.6, python3, python3.3, python3.3m, python3m.
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#15306: add python3 to interpreter-mode-alist
2013-09-08 23:58 ` Glenn Morris
@ 2013-09-10 19:43 ` Peter Eisentraut
2013-09-10 20:40 ` Glenn Morris
1 sibling, 0 replies; 4+ messages in thread
From: Peter Eisentraut @ 2013-09-10 19:43 UTC (permalink / raw)
To: Glenn Morris; +Cc: 15306
On 9/8/13 7:58 PM, Glenn Morris wrote:
> Seems to me like it would be nice if interpreter-mode-alist were treated
> as a list of _regexps_. Eg on one system I seem to have python2,
> python2.6, python3, python3.3, python3.3m, python3m.
Yes, but those are not normally used in shebang lines. The recommended
entry points for Python are "python", "python2" (only used on some
operating systems), and "python3". (see
http://www.python.org/dev/peps/pep-0394/) So short of a major redesign
of interpreter-mode-alist, I think adding "python3" and probably
"python2" is reasonable.
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#15306: add python3 to interpreter-mode-alist
2013-09-08 23:58 ` Glenn Morris
2013-09-10 19:43 ` Peter Eisentraut
@ 2013-09-10 20:40 ` Glenn Morris
1 sibling, 0 replies; 4+ messages in thread
From: Glenn Morris @ 2013-09-10 20:40 UTC (permalink / raw)
To: 15306-done
Version: 24.4
Glenn Morris wrote:
> Seems to me like it would be nice if interpreter-mode-alist were treated
> as a list of _regexps_.
Done.
(I discovered it used to be documented as behaving that way anyway:
http://lists.gnu.org/archive/html/emacs-devel/2005-08/msg00472.html )
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-09-10 20:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-08 3:15 bug#15306: add python3 to interpreter-mode-alist Peter Eisentraut
2013-09-08 23:58 ` Glenn Morris
2013-09-10 19:43 ` Peter Eisentraut
2013-09-10 20:40 ` Glenn Morris
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.