hi there, I want to specify P2 which is 15units X and 15units Y from P1. (setq P2 (list (+ (car P1) 15 (+ (cadr P1) 15)))) what's wrong thanks