# HG changeset patch # User Jim Blandy # Date 727025785 0 # Node ID 2c65d1a8af090d819d0fbd5d9396ed18147ed936 # Parent aaccd635fb71be51b0544da0403015518403dd5f * .gdbinit: Add "-geometry +0+0" to default args. (xscrollbar): New command. diff -r aaccd635fb71 -r 2c65d1a8af09 src/.gdbinit --- a/src/.gdbinit Thu Jan 14 15:34:59 1993 +0000 +++ b/src/.gdbinit Thu Jan 14 15:36:25 1993 +0000 @@ -137,13 +137,22 @@ Print the address of the subr which the Lisp_Object $ points to. end +define xscrollbar +print (struct scrollbar *) (($ & 0x00ffffff) | $data_seg_bits) +output *$ +echo \n +end +document xsubr +Print $ as a scrollbar pointer. +end + set print pretty on unset environment TERMCAP unset environment TERM echo TERMCAP and TERM environment variables unset.\n show environment DISPLAY -set args -q +set args -q -geometry +0+0 # Don't let abort actually run, as it will make # stdio stop working and therefore the `pr' command below as well.