emacs window position

Hi,

My Emacs use a bigger font than default, so that after emacs starts, it expands the initial window. I use MinOverlapPlacement, most of the time, it automatic places Emacs to the lower right corner. After emacs resize itself, part of the window exceeds the screen.

Are there anyway to deal with this situation?

Thanks

You can set Emacs’ initial geometry using an ~/.Xresources file with something like the following:

Emacs.geometry: 113x42+2554+0

hth

This is in part a symptom of you not having:

Style foo NoPPosition

– Thomas Adam