[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: creating an emacs mode!
From: |
Kai Großjohann |
Subject: |
Re: creating an emacs mode! |
Date: |
Mon, 23 Jun 2003 19:14:51 +0200 |
User-agent: |
Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) |
"Michael Frandsen" <mf@cyncrona.dk> writes:
> When I get my application to use emacs, I would like to create a language
> mode for emacs.
> Are there any good tutorials/guides on how to do this please?
The Emacs Lisp reference manual surely has pointers. It is available
from ftp.gnu.org and its mirrors.
I guess it is best to use define-derived-mode; when in doubt, derive
from fundamental-mode. It helps you avoid many mistakes.
But also see generic.el and generic-x.el, they are part of Emacs.
--
This line is not blank.