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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using a Custom Emacs mode


From: Tom Breton
Subject: Re: Using a Custom Emacs mode
Date: 08 Aug 2005 17:39:58 -0400
User-agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4

[F'ups to gnu.emacs.help]

Zach Flynn <address@hidden> writes:

> Ok, so I have an emacs mode that I'd like to use but I don't know how to 
> actually use it in emacs.  For some strange reason, I can't find that 
> explained anywhere.  Can someone tell me how to use a mode that's 
> written for emacs?  It's not one of those ones that emacs comes with.
> 
> -Zach

In the buffer you want to use it in, you can call it like any other
emacs command.  Like:

    M-x zachs-mode

You should also look at the Elisp docs under "Modes".  Especially read
about the variable auto-mode-alist.

-- 
Tom Breton, the calm-eyed visionary


reply via email to

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