comparison etc/NEWS @ 62382:18df216f4b3a

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Mon, 16 May 2005 00:30:03 +0000
parents a3caa4bbb562
children fab51647537d
comparison
equal deleted inserted replaced
62381:30c05755e6b5 62382:18df216f4b3a
1281 modes that can use `next-error'). In this mode, cursor motion in the 1281 modes that can use `next-error'). In this mode, cursor motion in the
1282 buffer causes automatic display in another window of the corresponding 1282 buffer causes automatic display in another window of the corresponding
1283 matches, compilation errors, etc. This minor mode can be toggled with 1283 matches, compilation errors, etc. This minor mode can be toggled with
1284 C-c C-f. 1284 C-c C-f.
1285 1285
1286 *** When the left fringe is displayed, an overlay arrow points to current
1287 message in the compilation buffer.
1288
1289 *** The new variable `compilation-context-lines' controls lines of leading
1290 context before the current message. If nil and the left fringe is displayed,
1291 it doesn't scroll the compilation output window. If there is no left fringe,
1292 no arrow is displayed and a value of nil means display the message at the top
1293 of the window.
1294
1286 ** Occur mode changes: 1295 ** Occur mode changes:
1287 1296
1288 +++ 1297 +++
1289 *** In the *Occur* buffer, `o' switches to it in another window, and 1298 *** In the *Occur* buffer, `o' switches to it in another window, and
1290 C-o displays the current line's occurrence in another window without 1299 C-o displays the current line's occurrence in another window without
2260 2269
2261 +++ 2270 +++
2262 *** The new package gdb-ui.el provides an enhanced graphical interface to 2271 *** The new package gdb-ui.el provides an enhanced graphical interface to
2263 GDB. You can interact with GDB through the GUD buffer in the usual way, but 2272 GDB. You can interact with GDB through the GUD buffer in the usual way, but
2264 there are also further buffers which control the execution and describe the 2273 there are also further buffers which control the execution and describe the
2265 state of your program. It separates the input/output of your program from 2274 state of your program. It can separate the input/output of your program from
2266 that of GDB and watches expressions in the speedbar. It also uses features of 2275 that of GDB and watches expressions in the speedbar. It also uses features of
2267 Emacs 21 such as the display margin for breakpoints, and the toolbar. 2276 Emacs 21/22 such as the the toolbar, and bitmaps in the fringe to indicate
2268 2277 breakpoints.
2269 Use M-x gdba to start GDB-UI. 2278
2279 Use M-x gdb to start GDB-UI.
2270 2280
2271 *** GUD tooltips can be toggled independently of normal tooltips 2281 *** GUD tooltips can be toggled independently of normal tooltips
2272 with the minor mode `gud-tooltip-mode'. 2282 with the minor mode `gud-tooltip-mode'.
2273 2283
2274 +++ 2284 +++