> (lset show '(a a a b a c a d)) (A A A B A C A D) > (del! eq? 'a show) (B C D) > show (A A A B C D) ... why doesn't it work on the prelist? E