I use a reactor to force the user to answer a few "accounting" questions whenever the plot or publish commands are issued. [...(if (or (= (car commandname) "PLOT") (= (car commandname) "PUBLISH")) (plot-start))...]. It seems to work fine if the PLOT command is typed in, picked from a menu or right clicked from the layout tab; and it works if PUBLISH is typed in or picked from a menu. But if I highlight several layout tabs and then right-click and choose "Publish Selected Layouts," the reactor doesn't get invoked. Anyone have any idea why??