/[emacs]/emacs/src/.gdbinit
ViewVC logotype

Diff of /emacs/src/.gdbinit

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.51.4.5 by miles, Tue Jul 6 09:23:50 2004 UTC revision 1.51.4.6 by miles, Mon Oct 25 04:19:36 2004 UTC
# Line 60  Print the emacs s-expression which is $. Line 60  Print the emacs s-expression which is $.
60  Works only when an inferior emacs is executing.  Works only when an inferior emacs is executing.
61  end  end
62    
63    # Print out s-expressions
64    define pp
65      set $tmp = $arg0
66      set debug_print ($tmp)
67    end
68    document pp
69    Print the argument as an emacs s-expression
70    Works only when an inferior emacs is executing.
71    end
72    
73  define xtype  define xtype
74    xgettype $    xgettype $
75    output $type    output $type
# Line 429  document xreload Line 439  document xreload
439  end  end
440  xreload  xreload
441    
442    # Flush display (X only)
443    define ff
444      set x_flush (0)
445    end
446    document ff
447    Flush pending X window display updates to screen.
448    Works only when an inferior emacs is executing.
449    end
450    
451    
452  define hook-run  define hook-run
453    xreload    xreload
454  end  end

Legend:
Removed from v.1.51.4.5  
changed lines
  Added in v.1.51.4.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26