Display the acad standard toolbar, then try this code: (SETQ EPICK (vl-catch-all-apply '(lambda () (PROGN (INITGET "lEft Right") (NENTSEL " Select line, arc, or bearing [curve lEft/curve Right]:"))))) when it promps you "Select line, arc, or bearing [curve lEft/curve Right]:", pick the pan button from the standard toolbar, do the pan (hit enter to continue), then enter E. I expected to get a return of "lEft" instead it asks for a window type selection. Any ideas whats up? Does a transparent command mess up the initget? thanks James Maeding Civil Engineer/Programmer