diff README.multi-tty @ 83105:efc02a84dfbb

Fix frame parameter handling in server.el. lisp/server.el (server-process-filter): Work around make-frame frame parameter bogosity by using modify-frame-parameters. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-145
author Karoly Lorentey <lorentey@elte.hu>
date Sun, 18 Apr 2004 02:24:18 +0000
parents efc0b56b83d9
children fd147ed0d1b8
line wrap: on
line diff
--- a/README.multi-tty	Sun Apr 18 01:40:02 2004 +0000
+++ b/README.multi-tty	Sun Apr 18 02:24:18 2004 +0000
@@ -187,6 +187,17 @@
 THINGS TO DO
 ------------
 
+** frame-creation-function was removed, which might be a bad idea.
+   Think up a compatible solution.
+
+** make-frame does not correctly handle extra parameters in its
+   argument:
+
+	(frame-parameter (make-frame (list (cons 'foobar 42))) 'foobar)
+		=> nil
+
+   (This is likely an error in the CVS trunk.)
+
 ** Fix set-input-mode for multi-tty.  It's a truly horrible interface;
    what if we'd blow it up into several separate functions (with a
    compatibility definition)?