emacs-devel
[Top][All Lists]
Advanced

[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 13:25:01 -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.
> >>
> >> A link that is opened in *Help* and shows the value with an
> >> explanation where it came from?
> >
> > Possibly. But the point here is to show all of the possible 
> > values *together*. You don't want to click a button/link and
> > open *Help* for each possible value, to see its Lisp value
> > separately from the others.
> >
> > A single display of all tags and their Lisp values (in 
> > *Help* or elsewhere) is what's needed. See the original
> > suggestion.
> 
> I meant that for the long values only. But the buffer that shows the
> long value can show all the values together.

If it shows all of the values together, then there is no sense in showing it
"for the long values only". The point is to show all of the values, for
comparison and comprehension, whenever you try to look at any of them (even a
short one). For the need to see the values together, it's irrelevant whether a
value is long or short.

Perhaps you are saying that if all values are short enough then no separate
display is needed - they can be shown in the menu. But if even one value is long
(whatever "long" means), then a separate display is needed.







reply via email to

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