]> git.eshelyaron.com Git - emacs.git/commitdiff
ns-win comment
authorGlenn Morris <rgm@gnu.org>
Sat, 1 Jun 2013 22:35:54 +0000 (15:35 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 1 Jun 2013 22:35:54 +0000 (15:35 -0700)
lisp/term/ns-win.el

index 0d4d3aaa26b51ed64ec2f2f9d4420ce79868a68e..0298ad81a34c413aa9774fb6074121e736ccb154 100644 (file)
@@ -558,6 +558,11 @@ unless the current buffer is a scratch buffer."
   (other-frame -1))
 
 ;; If no position specified, make new frame offset by 25 from current.
+;; You'd think this was a window manager's job, but apparently without
+;; this, new frames open exactly on top of old ones (?).
+;; http://lists.gnu.org/archive/html/emacs-devel/2010-10/msg00988.html
+;; Note that AFAICS it is not documented that functions on
+;; before-make-frame-hook can access PARAMETERS.
 (defvar parameters)                 ; dynamically bound in make-frame
 (add-hook 'before-make-frame-hook
           (lambda ()