[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



In ETHER 24.5, System 78.40, microcode 841, on Xerox Lisp Machine One:

I am not sure whether this was intended to be a feature, but I consider a bug. 
The flavor TV:MOMENTARY-MULTIPLE-MENU doesn't handle the :SET-ITEM-LIST msg
properly.  If you do a :CHOOSE you can get back undisplayed highlighted items\n from the previous :CHOOSE which are not on the current item-list.  :SET-ITEM-LIST should
do a (funcall-self ':SET-HIGHLIGHTED-ITEMS nil) or if fancy
(funcall-self ':SET-HIGHLIGHTED-ITEMS (intersection highlighted-items new-item-list))
or something.

-------