[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: doc elisp intro cross reference fixes
From: |
Stefan Monnier |
Subject: |
Re: doc elisp intro cross reference fixes |
Date: |
02 Dec 2003 11:17:32 -0500 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
> Maybe it's my view at things. For me, Custom is a pretty interface
> for things people do in their .emacs files. And setq is one of them,
> whereas add-hook and define-key are others. It looks a lot like
100% agreement.
Being able to set values on a per-mode basis (which translates into adding
stuff to a hook) is sorely lacking.
Custom could already recognize minor modes based on the setter function
(for instance) or by minor modification to define-minor-mode (one of the
reasons why I find it important to use such macros for defining minor modes
and major modes).
Stefan
- Re: doc elisp intro cross reference fixes, (continued)