Mercurial > emacs
comparison src/.gdbinit @ 732:a8d94735277e
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 30 Jun 1992 13:54:21 +0000 |
parents | 540b047ece4d |
children | fc4f68fff750 |
comparison
equal
deleted
inserted
replaced
731:5c6db33a9ef6 | 732:a8d94735277e |
---|---|
117 Print the cdr of $, assuming it is an Elisp pair. | 117 Print the cdr of $, assuming it is an Elisp pair. |
118 end | 118 end |
119 | 119 |
120 set print pretty on | 120 set print pretty on |
121 | 121 |
122 unset environment TERMCAP | |
123 unset environment TERM | |
124 set environment DISPLAY :0.0 | |
125 show environment DISPLAY | |
126 set args -q | |
127 | |
122 # Don't let abort actually run, as it will make | 128 # Don't let abort actually run, as it will make |
123 # stdio stop working and therefore the `pr' command below as well. | 129 # stdio stop working and therefore the `pr' command below as well. |
124 break abort | 130 break abort |
125 | 131 |
126 # If we are running in synchronous mode, we want a chance to look around | 132 # If we are running in synchronous mode, we want a chance to look around |
127 # before Emacs exits. Perhaps we should put the break somewhere else | 133 # before Emacs exits. Perhaps we should put the break somewhere else |
128 # instead... | 134 # instead... |
129 break _XPrintDefaultError | 135 break _XPrintDefaultError |
130 | 136 |
131 unset environment TERMCAP | |
132 unset environment TERM | |
133 set environment DISPLAY :0.0 | |
134 show environment DISPLAY | |
135 set args -q |