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

Diff of /emacs/src/.gdbinit

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

revision 1.54.6.3 by miles, Mon Jun 28 07:29:04 2004 UTC revision 1.54.6.4 by miles, Thu Oct 14 08:49:54 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 452  document xreload Line 462  document xreload
462  end  end
463  xreload  xreload
464    
465    # Flush display (X only)
466    define ff
467      set x_flush (0)
468    end
469    document ff
470    Flush pending X window display updates to screen.
471    Works only when an inferior emacs is executing.
472    end
473    
474    
475  define hook-run  define hook-run
476    xreload    xreload
477  end  end

Legend:
Removed from v.1.54.6.3  
changed lines
  Added in v.1.54.6.4

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