# HG changeset patch # User Glenn Morris # Date 1203668584 0 # Node ID 44d525cfbc21ae3b899aab2d5c631b4e1edda4c0 # Parent a0193ceeaa83be00c1f56c1b8eb0a6b73c4b042d *** empty log message *** diff -r a0193ceeaa83 -r 44d525cfbc21 admin/FOR-RELEASE --- a/admin/FOR-RELEASE Fri Feb 22 07:44:08 2008 +0000 +++ b/admin/FOR-RELEASE Fri Feb 22 08:23:04 2008 +0000 @@ -55,6 +55,23 @@ * BUGS +** modify-frame-parameters behaviour broken +http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-01/msg00058.html +http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg01367.html + +This should move the R frame edge 20pix to the R of the R screen edge. +Instead, it moves the L frame edge 20pix to the R of the L screen edge. +(modify-frame-parameters nil + '((user-position . t) (user-size . t) (left - -20))) + +This should move the L frame edge 20pix to the R of the L screen edge. +It also moves the L frame edge 20pix to the R of the L screen edge. +(modify-frame-parameters nil + '((user-position . t) (user-size . t) (left + +20))) + +(It works in Emacs 21.) + + ** Does deleting frames run Lisp code? If so, can we get rid of that? It is a dangerous design. http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01330.html