> From: "B.T. Raven" <[EMAIL PROTECTED]> > Date: Wed, 25 May 2005 18:37:14 -0500 > > According to the docs, launching under X with the --geometry argument > (along with suitable parameters) will size and position the initial > frame on the screen. Can the same thing be accomplished by adding code > to the .emacs?
Yes. Here's an example: (add-to-list 'default-frame-alist '(top . 0)) (add-to-list 'default-frame-alist '(left . 140)) (add-to-list 'default-frame-alist '(height . 42)) _______________________________________________ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs