help-gnu-emacs
[Top][All Lists]
Advanced

[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 <rayj@tau-re.org>
> 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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]