(let ((arg-list '("some thing %d %d %d" 1 2 3))) (apply 'message arg-list))