help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[h-e-w] Flash problem for controling the window-frame position


From: Li
Subject: [h-e-w] Flash problem for controling the window-frame position
Date: Tue, 8 Jul 2003 19:05:20 +0900

Dear all
   I want to control the window-frame't position and width when NTEmacs startups.
   I use these codes in my .emacs file.
 
;;; Set the default font and frame size for the initial frame.
(setq initial-frame-alist
     '(
       (top . -30) (left . 80)
       (width . 110) (height . 40)
       (background-color . "Gray92")
;       (foreground-color . "Black")
;       (background-color . "MintCream")
 
       (foreground-color . "navy")
       (cursor-color . "red3")
       ))
But, I find that the frame is first diaplayed on the left-top conner of my desktop. Then with a flash, the frame goto the position I wanted. Can the frame be displayed derectly on the right position, without this disagreeable "Flash".
Thank you

reply via email to

[Prev in Thread] Current Thread [Next in Thread]