[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: doc elisp intro cross reference fixes
From: |
Luc Teirlinck |
Subject: |
Re: doc elisp intro cross reference fixes |
Date: |
Fri, 28 Nov 2003 12:10:12 -0600 (CST) |
Per Abrahamsen wrote:
These were all deliberate design choices. Adding customize support to
your Emacs Lisp code should be an easy and gradual process:
<http://www.dina.dk/~abraham/custom/old-custom.html>
The material at that site seems to be old. Customize has been an
important and well known part of Emacs for years now. I believe that
to add customize support to one's Emacs Lisp code, one first should
read (elisp)Customization and then turn the appropriate defvar's into
defcustom's. I do not see why that should be difficult or be done
"gradually". Actually, defcustom's _can_ get tricky, but only if the
author wants to really optimize stuff. The latter can often be very
useful, but would never seem to be absolutely necessary.
Sincerely,
Luc.
- Re: doc elisp intro cross reference fixes, (continued)
- Re: doc elisp intro cross reference fixes, Per Abrahamsen, 2003/11/27
- Re: doc elisp intro cross reference fixes, Luc Teirlinck, 2003/11/27
- Re: doc elisp intro cross reference fixes, Per Abrahamsen, 2003/11/27
- Re: doc elisp intro cross reference fixes, Luc Teirlinck, 2003/11/27
- Re: doc elisp intro cross reference fixes, Luc Teirlinck, 2003/11/27
- Re: doc elisp intro cross reference fixes, Luc Teirlinck, 2003/11/27
- Re: doc elisp intro cross reference fixes, Stefan Monnier, 2003/11/27
- Re: doc elisp intro cross reference fixes, Luc Teirlinck, 2003/11/27
- Re: doc elisp intro cross reference fixes, Luc Teirlinck, 2003/11/27
- Re: doc elisp intro cross reference fixes, Per Abrahamsen, 2003/11/28
- Re: doc elisp intro cross reference fixes,
Luc Teirlinck <=
- Re: doc elisp intro cross reference fixes, David Kastrup, 2003/11/28
- Re: doc elisp intro cross reference fixes, Luc Teirlinck, 2003/11/28
- Re: doc elisp intro cross reference fixes, David Kastrup, 2003/11/28
- Re: doc elisp intro cross reference fixes, Luc Teirlinck, 2003/11/28
- Re: doc elisp intro cross reference fixes, Per Abrahamsen, 2003/11/29
- Re: doc elisp intro cross reference fixes, Peter S Galbraith, 2003/11/28
- Re: doc elisp intro cross reference fixes, Luc Teirlinck, 2003/11/28
- Re: doc elisp intro cross reference fixes, Luc Teirlinck, 2003/11/27
- Re: doc elisp intro cross reference fixes, Richard Stallman, 2003/11/28
- Re: doc elisp intro cross reference fixes, Per Abrahamsen, 2003/11/29