the intetion of the following code

(setq fpx (cdr (assoc 'left (frame-parameters))))
 (setq fpy (cdr (assoc 'top  (frame-parameters))))

 (setq fpx (+ 1 fpx))

 (set-frame-position (next-frame) fpx fpy)

is to move the frame honizontally 1 pixel right;
but as a side-effect I get a vertical move as well.

Is there something wrong with my code?



_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to