]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Thu, 16 Dec 2004 15:26:39 +0000 (15:26 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 16 Dec 2004 15:26:39 +0000 (15:26 +0000)
admin/FOR-RELEASE

index ca0e16bdec903676fad6f2ca7219fed8da8a4f52..e00c40b0871c6b2eab4046485aec3528232da6b2 100644 (file)
@@ -57,7 +57,7 @@ Trying 192.87.102.36...
 Connected to ftp.nluug.nl.
 
 Ange-ftp chokes on the `No route to host' message and doesn't look any
-further. 
+further.
 
 I think in the near future we will see more of this problem, so it might be
 time to make anfe-ftp more intelligent.
@@ -112,6 +112,28 @@ we come to mark the http buffers as dead.
 
 * REDISPLAY RELATED BUGS
 
+** Strange text scrolling with Emacs + GTK
+
+> I could reproduce the problem with the latest CVS.
+>
+>   % emacs -Q
+>   M-x info RET
+>   M->
+>   C-l
+>   C-x ( C-u - 1 C-v C-x )
+>   C-x e e e e ...
+>
+> I see the problem around "CC mode" and "Forms".
+
+It is not specific for the first line of a buffer.
+
+Rather it happens for lines which are indented but the
+indentation is controlled by a display property and
+the newline is part of that display property -- in
+that case, the indentation is not recognized for the
+first display line.
+
+
 ** Avoid unbreakable loops in redisplay.
 
 Redisplay may loop if there is an error in some display property, e.g.