diff options
| author | Richard M. Stallman | 1997-05-15 22:07:16 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-05-15 22:07:16 +0000 |
| commit | a81ed99ed0817219aa1f4596c3b9ea9daa838ec3 (patch) | |
| tree | cf3ac83bb71c28f4994fd903ad5e70856166a448 | |
| parent | 92cf10865610514bce6b9f7df5a3890ea271dfe8 (diff) | |
| download | emacs-a81ed99ed0817219aa1f4596c3b9ea9daa838ec3.tar.gz emacs-a81ed99ed0817219aa1f4596c3b9ea9daa838ec3.zip | |
Add GDB/Guile task.
| -rw-r--r-- | etc/tasks.texi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/tasks.texi b/etc/tasks.texi index b1b1c4a2e16..9f72c47fe4f 100644 --- a/etc/tasks.texi +++ b/etc/tasks.texi | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | @setfilename tasks.info | 3 | @setfilename tasks.info |
| 4 | @settitle GNU Task List | 4 | @settitle GNU Task List |
| 5 | @c UPDATE THIS DATE WHENEVER YOU MAKE CHANGES! | 5 | @c UPDATE THIS DATE WHENEVER YOU MAKE CHANGES! |
| 6 | @set lastupdate 28 April 1997 | 6 | @set lastupdate 15 May 1997 |
| 7 | @c %**end of header | 7 | @c %**end of header |
| 8 | 8 | ||
| 9 | @setchapternewpage off | 9 | @setchapternewpage off |
| @@ -182,6 +182,11 @@ Enhance GCC. See files @file{PROJECTS} and @file{PROBLEMS} in the GCC | |||
| 182 | distribution. | 182 | distribution. |
| 183 | 183 | ||
| 184 | @item | 184 | @item |
| 185 | Interface GDB to Guile, so that users can write debugging commands in | ||
| 186 | Scheme. This would also make it possible to write, in Scheme, a | ||
| 187 | graphical interface that uses Tk and is tightly integrated into GDB. | ||
| 188 | |||
| 189 | @item | ||
| 185 | Rewrite GNU @code{sed} completely, to make it cleaner. | 190 | Rewrite GNU @code{sed} completely, to make it cleaner. |
| 186 | 191 | ||
| 187 | @item | 192 | @item |