I use emacs 23.1.1 with KDE 4.3.1. I have set (initial-frame-alist) and (default-frame-alist) to make my windows come up where I want. But my initial window does not come up where I want.
My initial window comes up with one font, changes font, changes size, moves (to where I want) and then finally repositions to somewhere else. It's this last move I want to prevent.
What else do I need to check or turn off?
initial-frame-alist's value is
((left . -1)
(vertical-scroll-bars . right)
(menu-bar-lines . 0)
(tool-bar-lines . 0))
default-frame-alist's value is
((cursor-color . "yellow")
(foreground-color . "#E0F0FF")
(background-color . "#000000")
(width . 80)
(height . 78)
(top . 0)
(left . 432)
(vertical-scroll-bars . right)
(menu-bar-lines . 0)
(tool-bar-lines . 0))
Hmm repeated scroll bar placement and turning off of menu and tool bars. I could clean that up. Anyway, any thoughts?