Hrvoje Niksic <hniksic(a)srce.hr> writes:
wmperry(a)aventail.com (William M. Perry) writes:
> Jan Vroonhof <vroonhof(a)math.ethz.ch> writes:
>
> > >> Perhaps we should add some upper limit to the # of items in a
> > >> menu before widget-menu-minibuffer-flag is ignored and we
> > >> prompt in the minibuffer (via completing-read) regardless?
> >
> > > We should probably do a similar patch for the XEmacs version of custom...
I
> > > don't have the latest source right now though... just a heads up.
> >
> > XEmacs already has a hardcoded limit of 10.
>
> This should be customizable. Hardcoded limits bad!
There are only ten digits.
But it's perfectly acceptable to use ascii characters as accelerators. I
wish the widget library would do some whizzy tricks and try to match the
accelerators to the first character of the string, and if it's been used,
use the next, etc. If all of them are used, use the next available one, or
something like that.
-Bill P.