diff options
| author | Karoly Lorentey | 2006-03-15 17:22:12 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2006-03-15 17:22:12 +0000 |
| commit | b336ee388ed5300440e7bab24bf9eec9f250911a (patch) | |
| tree | 62c9058bd403d158d7d18d1cbd4ead3abf36a7aa /etc | |
| parent | 47f3c6b4dbed851762dca99273d78642c3794188 (diff) | |
| parent | 4034b0e259dd59eda180bd0683876c9d0110f719 (diff) | |
| download | emacs-b336ee388ed5300440e7bab24bf9eec9f250911a.tar.gz emacs-b336ee388ed5300440e7bab24bf9eec9f250911a.zip | |
Merged from emacs@sv.gnu.org
Patches applied:
* emacs@sv.gnu.org/emacs--devo--0--patch-153
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-154
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-155
Remove nick-abbrevs stuff from rcirc.el
* emacs@sv.gnu.org/emacs--devo--0--patch-156
rcirc.el update from Ryan Yeske
* emacs@sv.gnu.org/emacs--devo--0--patch-157
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-158
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-159
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-532
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/DEBUG | 19 | ||||
| -rw-r--r-- | etc/orgcard.tex | 4 |
3 files changed, 25 insertions, 2 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index eb85856cdb0..ae722f53ecb 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-03-15 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * DEBUG (Note): Describe features for debugging with GDB in Emacs. | ||
| 4 | |||
| 1 | 2006-03-11 Miles Bader <miles@gnu.org> | 5 | 2006-03-11 Miles Bader <miles@gnu.org> |
| 2 | 6 | ||
| 3 | * images/mail: New directory. | 7 | * images/mail: New directory. |
| @@ -245,6 +245,25 @@ and, assuming that "xtype" says that args[0] is a symbol: | |||
| 245 | 245 | ||
| 246 | xsymbol | 246 | xsymbol |
| 247 | 247 | ||
| 248 | ** Using GDB in Emacs | ||
| 249 | |||
| 250 | Debugging with GDB in Emacs offers some advantages over the command line (See | ||
| 251 | the GDB Graphical Interface node of the Emacs manual). There are also some | ||
| 252 | features available just for debugging Emacs: | ||
| 253 | |||
| 254 | 1) The command gud-pp isavailable on the tool bar (the `pp' icon) and allows | ||
| 255 | the user to print the s-expression of the variable at point, in the GUD | ||
| 256 | buffer. | ||
| 257 | |||
| 258 | 2) Pressing `p' on a component of a watch expression that is a lisp object | ||
| 259 | in the speedbar prints its s-expression in the GUD buffer. | ||
| 260 | |||
| 261 | 3) The STOP button on the tool bar is adjusted so that it sends SIGTSTP | ||
| 262 | instead of the usual SIGINT. | ||
| 263 | |||
| 264 | 4) The command gud-pv has the global binding 'C-x C-a C-v' and prints the | ||
| 265 | value of the lisp variable at point. | ||
| 266 | |||
| 248 | ** Debugging what happens while preloading and dumping Emacs | 267 | ** Debugging what happens while preloading and dumping Emacs |
| 249 | 268 | ||
| 250 | Type `gdb temacs' and start it with `r -batch -l loadup dump'. | 269 | Type `gdb temacs' and start it with `r -batch -l loadup dump'. |
diff --git a/etc/orgcard.tex b/etc/orgcard.tex index 39508baf873..1f520df353d 100644 --- a/etc/orgcard.tex +++ b/etc/orgcard.tex | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | % Reference Card for Org Mode 4.08 | 1 | % Reference Card for Org Mode 4.09 |
| 2 | % | 2 | % |
| 3 | %**start of header | 3 | %**start of header |
| 4 | \newcount\columnsperpage | 4 | \newcount\columnsperpage |
| @@ -58,7 +58,7 @@ | |||
| 58 | % Thanks to Paul Rubin, Bob Chassell, Len Tower, and Richard Mlynarik | 58 | % Thanks to Paul Rubin, Bob Chassell, Len Tower, and Richard Mlynarik |
| 59 | % for their many good ideas. | 59 | % for their many good ideas. |
| 60 | 60 | ||
| 61 | \def\orgversionnumber{4.08} | 61 | \def\orgversionnumber{4.09} |
| 62 | \def\year{2006} | 62 | \def\year{2006} |
| 63 | 63 | ||
| 64 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 64 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |