Re: xemacs window size/position upon startup setting (on Win NT/XP)

Jonathan Harris <[email protected]> Sun, 21 Nov 2004 14:02:43 +0000
Newsgroups gmane.emacs.xemacs.windows
Message-ID <[email protected]>
Brad,

> Apologies if this isn't the correct forum for this question, but I've 
> got the WinNT version of XEmacs and for the life of me I can't figure 
> out how to get the initial Windows' window frame to come up consistently 
> in the same size and spot that I want it to.  It's always too big for my 
> monitor size and overlaps my task bar at the bottom (and is too narrow, 
> etc.)
...

Stick something like:

(setq initial-frame-plist '(top 0 left 0 width 80 height 67))

in your ~/.xemacs/init.el file.

Jonathan.