comparison admin/FOR-RELEASE @ 58997:f7098e12436d

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Thu, 16 Dec 2004 15:26:39 +0000
parents 8cf051896b6b
children dba05e4999d2 4ee39d9428b0
comparison
equal deleted inserted replaced
58996:0afa87406288 58997:f7098e12436d
55 ftp: connect to address 2001:610:1:80aa:192:87:102:36: No route to host 55 ftp: connect to address 2001:610:1:80aa:192:87:102:36: No route to host
56 Trying 192.87.102.36... 56 Trying 192.87.102.36...
57 Connected to ftp.nluug.nl. 57 Connected to ftp.nluug.nl.
58 58
59 Ange-ftp chokes on the `No route to host' message and doesn't look any 59 Ange-ftp chokes on the `No route to host' message and doesn't look any
60 further. 60 further.
61 61
62 I think in the near future we will see more of this problem, so it might be 62 I think in the near future we will see more of this problem, so it might be
63 time to make anfe-ftp more intelligent. 63 time to make anfe-ftp more intelligent.
64 64
65 ** Mailabbrev should quote addresses to correspond to RFC 822. 65 ** Mailabbrev should quote addresses to correspond to RFC 822.
109 109
110 ** Make GTK scrollbars behave like others w.r.t. overscrolling. 110 ** Make GTK scrollbars behave like others w.r.t. overscrolling.
111 111
112 112
113 * REDISPLAY RELATED BUGS 113 * REDISPLAY RELATED BUGS
114
115 ** Strange text scrolling with Emacs + GTK
116
117 > I could reproduce the problem with the latest CVS.
118 >
119 > % emacs -Q
120 > M-x info RET
121 > M->
122 > C-l
123 > C-x ( C-u - 1 C-v C-x )
124 > C-x e e e e ...
125 >
126 > I see the problem around "CC mode" and "Forms".
127
128 It is not specific for the first line of a buffer.
129
130 Rather it happens for lines which are indented but the
131 indentation is controlled by a display property and
132 the newline is part of that display property -- in
133 that case, the indentation is not recognized for the
134 first display line.
135
114 136
115 ** Avoid unbreakable loops in redisplay. 137 ** Avoid unbreakable loops in redisplay.
116 138
117 Redisplay may loop if there is an error in some display property, e.g. 139 Redisplay may loop if there is an error in some display property, e.g.
118 (space 'left-margin) 140 (space 'left-margin)