[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cannot select python mode manually
|
From: |
Eli Zaretskii |
|
Subject: |
Re: cannot select python mode manually |
|
Date: |
Sat, 30 Aug 2003 17:33:34 +0200 |
> From: Ray <address@hidden>
> Newsgroups: gnu.emacs.help
> Date: Sat, 30 Aug 2003 13:37:21 +0000
>
> If I edit a python file the python mode comes in automatically and works
> fine. However,if I have another file and want to engage python mode
> manually (M-x python-mode) Emacs replies [no match]
Probably because python-mode.el is not loaded yet. Does it help to
put the following line into your .emacs?
(autoload 'pyton-mode "pyton-mode" "Enter Pyton mode." t)