Mercurial > emacs
comparison etc/NEWS @ 64449:6b0259b0b8c9
Delete duplicate words.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Mon, 18 Jul 2005 15:33:45 +0000 |
parents | 0221abec4702 |
children | 87f087128cf2 |
comparison
equal
deleted
inserted
replaced
64448:22dd8bbf0b41 | 64449:6b0259b0b8c9 |
---|---|
2396 *** The new package gdb-ui.el provides an enhanced graphical interface to | 2396 *** The new package gdb-ui.el provides an enhanced graphical interface to |
2397 GDB. You can interact with GDB through the GUD buffer in the usual way, but | 2397 GDB. You can interact with GDB through the GUD buffer in the usual way, but |
2398 there are also further buffers which control the execution and describe the | 2398 there are also further buffers which control the execution and describe the |
2399 state of your program. It can separate the input/output of your program from | 2399 state of your program. It can separate the input/output of your program from |
2400 that of GDB and watches expressions in the speedbar. It also uses features of | 2400 that of GDB and watches expressions in the speedbar. It also uses features of |
2401 Emacs 21/22 such as the the toolbar, and bitmaps in the fringe to indicate | 2401 Emacs 21/22 such as the toolbar, and bitmaps in the fringe to indicate |
2402 breakpoints. | 2402 breakpoints. |
2403 | 2403 |
2404 Use M-x gdb to start GDB-UI. | 2404 Use M-x gdb to start GDB-UI. |
2405 | 2405 |
2406 *** The variable tooltip-gud-tips-p has been removed. GUD tooltips can now be | 2406 *** The variable tooltip-gud-tips-p has been removed. GUD tooltips can now be |
4092 from such processes, to allowing them to produce more output before | 4092 from such processes, to allowing them to produce more output before |
4093 emacs tries to read it. | 4093 emacs tries to read it. |
4094 | 4094 |
4095 *** The new function `call-process-shell-command'. | 4095 *** The new function `call-process-shell-command'. |
4096 | 4096 |
4097 This executes a shell command command synchronously in a separate | 4097 This executes a shell command synchronously in a separate process. |
4098 process. | |
4099 | 4098 |
4100 *** The new function `process-file' is similar to `call-process', but | 4099 *** The new function `process-file' is similar to `call-process', but |
4101 obeys file handlers. The file handler is chosen based on | 4100 obeys file handlers. The file handler is chosen based on |
4102 `default-directory'. | 4101 `default-directory'. |
4103 | 4102 |