emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r112819: ns-win comment


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112819: ns-win comment
Date: Sat, 01 Jun 2013 15:35:54 -0700
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112819
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2013-06-01 15:35:54 -0700
message:
  ns-win comment
modified:
  lisp/term/ns-win.el
=== modified file 'lisp/term/ns-win.el'
--- a/lisp/term/ns-win.el       2013-04-16 02:41:37 +0000
+++ b/lisp/term/ns-win.el       2013-06-01 22:35:54 +0000
@@ -558,6 +558,11 @@
   (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 ()


reply via email to

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