all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* set-frame-position - is it a bug?
@ 2005-08-05 13:31 Friedrich Laher
  2005-08-05 14:39 ` Drew Adams
  0 siblings, 1 reply; 4+ messages in thread
From: Friedrich Laher @ 2005-08-05 13:31 UTC (permalink / raw)


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?

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-08-05 14:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.2668.1123250630.20277.help-gnu-emacs@gnu.org>
2005-08-05 14:33 ` set-frame-position - is it a bug? Pascal Bourguignon
2005-08-05 14:49   ` Drew Adams
2005-08-05 13:31 Friedrich Laher
2005-08-05 14:39 ` Drew Adams

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.