Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Oct 2006 15:36:54 +0300
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        Svein Halvor Halvorsen <svein.h@lvor.halvorsen.cc>
Cc:        questions@freebsd.org, cpghost <cpghost@cordula.ws>
Subject:   Re: python-mode in emacs
Message-ID:  <20061017123654.GE68213@gothmog.pc>
In-Reply-To: <453421C5.2020801@lvor.halvorsen.cc>
References:  <45340E01.5080709@lvor.halvorsen.cc> <20061016231947.GA25692@epia2.farid-hajji.net> <453421C5.2020801@lvor.halvorsen.cc>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2006-10-17 02:20, Svein Halvor Halvorsen <svein.h@lvor.halvorsen.cc> wrote:
>cpghost wrote:
>> Well, it doesn't cause any harm to add to your ~/.emacs
>>
>> ;; Add python-mode
>> (autoload 'python-mode "python-mode" "Python editing mode." t)
>> (setq auto-mode-alist
>>   (cons '("\\.py$" . python-mode) auto-mode-alist))
>> (add-hook 'python-mode-hook 'turn-on-font-lock)
>>
>>> Are there any way to get emacs to automatically read files in this
>>> directory? Am I missing something? Shouldn't the ports system by
>>> default be setup in a way that this would work?
>>
>> I don't know. But having Emacs auto-load every mode from there
>> doesn't seem a good idea. And the port can't do that either, since
>> it's a per-user decision.
>
> I wasn't suggesting emacs autoload every mode, but rather that emacs
> simply read the files, and offer me the choice of using modes defines
> in such files.
>
> E.g. do the same as
> $emacs -l /usr/local/share/emacs/site-lisp/python-mode.el
>
> If I start emacs by just typing "emacs", and then use "esc-x"
> python-mode is not an option. However, If I use the -l option,
> python-mode is not automatically loaded, but emacs will then offer me
> the option of loading it later.
>
> Your suggested additions to my .emacs file, seems to work, though.

The newer versions of GNU Emacs include `python-mode' in the core Emacs
distribution, so you might want to try the editors/emacs-devel port :)

The distfiles of this port are generated from CVS snapshots of Emacs
22.X, which is going to be the next release of GNU Emacs.  This version
of Emacs still has a few rough edges (i.e. the GTK+ UI crashes on
FreeBSD 7.0-CURRENT), but it has worked remarkably well for several
months here.

If you give it a try, please let me know, as all the testing we can get
is nice.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061017123654.GE68213>