[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: option doc strings and Customize tags
From: |
Drew Adams |
Subject: |
RE: option doc strings and Customize tags |
Date: |
Tue, 28 Oct 2008 12:28:56 -0700 |
> > nil Case-sensitive
> > t Case-insensitive
> > <other> Use default
>
> I'd put the Lisp values in parentheses as
>
> Case-sensitive (nil)
> Case-insensitive (t)
> Use default
Sure, fine, whatever. It doesn't matter much what format we use. Except that
adding parens might confuse things for Lisp values that are lists: ((foo bar)).
A more general formatting problem is that the Lisp values might be quite long.
Some kind of abbreviation is probably called for. And we still need something to
indicate `other value'.
- option doc strings and Customize tags, Drew Adams, 2008/10/27
- Re: option doc strings and Customize tags, martin rudalics, 2008/10/28
- RE: option doc strings and Customize tags,
Drew Adams <=
- Re: option doc strings and Customize tags, Lennart Borgman, 2008/10/28
- RE: option doc strings and Customize tags, Drew Adams, 2008/10/28
- Re: option doc strings and Customize tags, Lennart Borgman, 2008/10/28
- RE: option doc strings and Customize tags, Drew Adams, 2008/10/28
- Re: option doc strings and Customize tags, Lennart Borgman, 2008/10/28
- Re: option doc strings and Customize tags, Kevin Rodgers, 2008/10/30
- Re: option doc strings and Customize tags, Lennart Borgman, 2008/10/30
- RE: option doc strings and Customize tags, Stephen J. Turnbull, 2008/10/28
- RE: option doc strings and Customize tags, Drew Adams, 2008/10/29
- Re: option doc strings and Customize tags, Stefan Monnier, 2008/10/29