all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Geometry ignored in Emacs 23.1.91 on OpenSUSE 11.2
@ 2009-12-31 23:24 Steve Revilak
  2010-01-01  8:43 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Steve Revilak @ 2009-12-31 23:24 UTC (permalink / raw)
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 921 bytes --]

I've been trying out Emacs 23.1.91 on OpenSUSE 11.2.  Emacs' version
string is

   GNU Emacs 23.1.91.1 (i686-pc-linux-gnu, GTK+ Version 2.18.1) of 2009-12-31

I've run into one problem that I can't seem to work around: emacs
doesn't seem to pay attention to certain elements on the geometry
specification.  For example

   emacs -Q --geometry 99x40-0-0

Creates a frame with a width of 99, but a height of 25 (not 40).  The
frame is positioned against the left edge of the screen, but the top
edge of the frame seems to be consistely positioned 225 pixels from
the top edge of the screen (and not -0).  It's almost as if

    --geometry WxH+X+Y

becomes translated to --geometry Wx25+X+225.

I've also observed this with 23.1.90, but not with the emacs-23.1.1
that comes with OpenSUSE 11.2.

When building emacs, --prefix= is the only argument I gave to
./configure.  Is there a ./configure option that I missed?

Steve


[-- Attachment #2: Type: application/pgp-signature, Size: 195 bytes --]

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

end of thread, other threads:[~2010-01-01 16:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-31 23:24 Geometry ignored in Emacs 23.1.91 on OpenSUSE 11.2 Steve Revilak
2010-01-01  8:43 ` Eli Zaretskii
2010-01-01 16:23   ` Steve Revilak

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.