[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lisp/generic.el patch.
From: |
Luc Teirlinck |
Subject: |
Re: lisp/generic.el patch. |
Date: |
Mon, 21 Mar 2005 16:48:13 -0600 (CST) |
Lute Kamstra wrote:
I prefer the latter. Maybe the mode function will never be called.
For example, it makes it possible to remove (require 'generic) from
generic-x.el. So you can just load generic-x.elc to define a bunch of
major modes (and add them to auto-mode-alist) and generic.el will only
be loaded when you actually use one of them.
Why do you prefer adding (require 'generic)?
generic is a tiny file. (generic-x is the large one.)
Sincerely,
Luc.
Re: lisp/generic.el patch., Richard Stallman, 2005/03/16
Re: lisp/generic.el patch., Lute Kamstra, 2005/03/17