[Python-mode] modeline "Py" or "Python"

2012-06-16 Thread Andreas Röhler
Hi Barry, hi all, presently modeline displays "Python" if Python-mode is on. As space is precious in modeline, what about offering "Py" as default instead? Cheers, Andreas ___ Python-mode mailing list [email protected] http://mail.python.org/mai

Re: [Python-mode] modeline "Py" or "Python"

2012-06-16 Thread Barry Warsaw
On Jun 16, 2012, at 09:35 AM, Andreas Röhler wrote: >As space is precious in modeline, what about offering "Py" as default >instead? From my .emacs files: (defun baw-python-mode-hook () (setq comment-column 50 fill-column 78) (setq mode-name "Py") (flyspell-prog-mode) (define-key

Re: [Python-mode] modeline "Py" or "Python"

2012-06-16 Thread François Pinard
Andreas Röhler writes: > presently modeline displays "Python" if Python-mode is on. As space > is precious in modeline, what about offering "Py" as default instead? +1 François ___ Python-mode mailing list [email protected] http://mail.python.or