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

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

Re: newbie question: How do I make emacs load my own mode?


From: Peter Dyballa
Subject: Re: newbie question: How do I make emacs load my own mode?
Date: Mon, 5 Nov 2007 12:49:40 +0100


Am 05.11.2007 um 09:47 schrieb David E:

;; Optisim mode

;(setq auto-mode-alist (cons '("\\.optisim$" . optisim-mode)
auto-mode-alist))
;(autoload 'optisim-mode "optisim-mode" "Optisim editing mode." t)

It has beed switched off! Commented.

When your ELisp is in load-path, you can also try to use provide and require.

--
Greetings

  Pete

The box said "Use Windows 95 or better," so I got a Macintosh.






reply via email to

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