Emacs: default-frame-alist setting is ignored
问题 I would like all frames to overlap at (1,1) . Yet with a .emacs containing (setq initial-frame-alist '((top . 1) (left . 1) (width . 80) (height . 55))) (setq default-frame-alist '((top . 1) (left . 1) (width . 80) (height . 55))) calling C-x 5 2 results in frames in a cascade, as you see in the figure. How can I force all frames to be anchored at the same place? I am running Emacs 23.3.1 on OS X (Mountain Lion). 回答1: The settings are not being ignored. The reason you see the above behaviour