aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2008-02-22 08:23:04 +0000
committerGlenn Morris <[email protected]>2008-02-22 08:23:04 +0000
commit730e2d83cca6e3992ff85ddfce25bdd56ba3ddd2 (patch)
treed9650d7ff548c73bf014daf81f9c98a8d0a978c6
parent751c9f0042f71142f727c53008faf1a8ea80822b (diff)
*** empty log message ***
-rw-r--r--admin/FOR-RELEASE17
1 files changed, 17 insertions, 0 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index b6d52323c7..a4af056bff 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -55,6 +55,23 @@ http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00055.html
* 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