On , 2 April 1999, Didier Verna wrote:
No it is not, but I beleive it should be good to have a generic
implementation of this feature, because it's potentially useful for
all menus that may appear in a XEmacs menubar.
I think the generic implementation belongs in the toolkit, and even if
it is present there, it should not be abused. The purpose of my hack
was to address the issue temporarily, for those menus that do not
address it already (Options/Font & (later) Edit/TextProperties). All
other menus do adress the problem in their own way (the Buffers menu
is an example).
From an UI perspective, it doesn't make much sense to put fonts in
menus anyway. I can't remember any example of a good UI that has a
big number of items in a single menu (I hate HTML pages where you have
to select countries, US states, etc. from 5 pages long menus). When
you have such a large number of items a good UI groups them in a list
box or something.
To sum up, my idea was to make the Options/Font menu usable until a
Qt/GTK port will help get rid of it.
Tudor