On Nov 24, 2007 9:31 AM, Adrian Robert <[EMAIL PROTECTED]> wrote: > > Specifying that frames should by default be placed at the left edge > > using > > > > (setq default-frame-alist (append default-frame-alist '((left . 0)))) > > > > does not seem to have any effect on new frames created. New frames are > > simply staggered (places maybe 10-20 pixels below and to the right of > > the last frame). Is this a known issue? > > It is now, thanks. ;)
OK, as a work-around: (set 'before-make-frame-hook nil) This will be addressed next release. ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Emacs-app-dev- mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-
