all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug in set-frame-position when frame is small?
@ 2004-09-09  6:53 Drew Adams
  0 siblings, 0 replies; only message in thread
From: Drew Adams @ 2004-09-09  6:53 UTC (permalink / raw)


Tested on:

 - Emacs 20.7 on Windows (GNU Emacs 20.7.3 (i386-*-nt5.1.2600) of Thu Dec 21
2000 on buffy).

 - Emacs 21.3 on Windows (GNU Emacs 21.3.50.1 (i386-mingw-nt5.1.2600) of
2004-04-27 on BERATUNG4).


Adjust a frame so that it is small enough that the menu-bar is on two lines.

Execute this:
(set-frame-position
  (selected-frame)
  (+ (frame-parameter (selected-frame) 'left) 10)
     (frame-parameter (selected-frame) 'top))

Instead of moving only to the right, the frame also moves down.
Replace + by - and re-execute. The frame moves left and down.

There should be no down movement.

 - Drew

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-09-09  6:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-09  6:53 bug in set-frame-position when frame is small? 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.