unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Lucas <bonnet.lucas@wanadoo.fr>
Subject: Re: How to configure Emacs to autoload modes?
Date: Fri, 21 Feb 2003 06:50:46 +0100	[thread overview]
Message-ID: <ubs16dvwp.fsf@wanadoo.fr> (raw)
In-Reply-To: ufzqi89xd.fsf@hotmail.com

Un beau jour, Peter Wu <peterwu@hotmail.com> nous a dit:

> Hello,
>
> I downloaded the python-mode.el to lisp dir and did the byte-compile-file
> successsfully. I need to add the following line in my .emacs file so that
> when I open or new a Python file, Emacs will load the python-mode for me.
>
> ;; Load python-mode
> (autoload 'python-mode "python-mode" "Python editing mode" t)
> (setq auto-mode-alist (append '(("\\.py$" . python-mode)) auto-mode-alist))
>
> However, I notice that if I create a XML or Perl file, I don't need to add
> some similar code in the .emacs file and Emacs can do the job correctly. I
> think there must be some settings that configure Emacs to offer such
> functionality. Can anyone show me how to do this? Thanks!

I think that it's because Emacs knows some modes and extensions natively
(it's the same thing for C, and others).
It is built with that support, maybe you can rebuild Emacs to natively
add support to Python ?

Or am I totally wrong ? ^^

-- 
Lucas

  reply	other threads:[~2003-02-21  5:50 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-21  5:44 How to configure Emacs to autoload modes? Peter Wu
2003-02-21  5:50 ` Lucas [this message]
2003-02-21  9:20   ` Peter Wu
2003-02-21  9:42     ` Lucas
2003-02-21  9:50       ` Peter Wu
2003-02-21  9:58         ` Lucas
2003-02-21 11:35           ` Peter Wu
2003-02-21 11:50             ` Lucas
2003-02-21 17:51         ` Kevin Rodgers
2003-02-21 19:29           ` Lucas
2003-02-24  2:10           ` Peter Wu
2003-02-21 17:56 ` Kai Großjohann
2003-02-21 18:37   ` David Masterson
2003-02-21 20:45     ` Kai Großjohann
2003-02-21 22:09       ` David Masterson
2003-02-21 23:48         ` Stefan Monnier <foo@acm.com>

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ubs16dvwp.fsf@wanadoo.fr \
    --to=bonnet.lucas@wanadoo.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).