comparison admin/FOR-RELEASE @ 59322:b0bb670d6f7d

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 03 Jan 2005 03:20:06 +0000
parents 99cedf3ad084
children 75e5456e5a43
comparison
equal deleted inserted replaced
59321:00d1c1096a62 59322:b0bb670d6f7d
179 when run in gdb, after interrupting. When the freeze up happens 179 when run in gdb, after interrupting. When the freeze up happens
180 within a gdb session, there is no automatic debugging feedback. After 180 within a gdb session, there is no automatic debugging feedback. After
181 interrupting I can get a backtrace, here's an example: 181 interrupting I can get a backtrace, here's an example:
182 182
183 Update: Maybe only reveals itself when compiled with GTK+ 183 Update: Maybe only reveals itself when compiled with GTK+
184
185
186 ** line-spacing and Electric-pop-up-window
187
188 From: SAITO Takuya <tabmore@rivo.mediatti.net>
189 Date: Mon, 31 May 2004 02:08:10 +0900 (JST)
190
191 Electric-pop-up-window does not work well
192 if truncate long lines disabled and/or
193 `line-spacing' is set to positive integer.
194
195 For example, start emacs -Q --line-spacing 1, and type M-` .
196 Then, the last line of *Completions* buffer is not visible.
197
198 fit-window-to-buffer works well for me, so I guess
199 Electric-pop-up-window can use it.
200 184
201 185
202 ** Partial highlighting of wrapped overlay 186 ** Partial highlighting of wrapped overlay
203 187
204 From: Ralf Angeli <angeli@iwi.uni-sb.de> 188 From: Ralf Angeli <angeli@iwi.uni-sb.de>