emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/.gdbinit


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/.gdbinit
Date: Mon, 04 Oct 2004 09:45:07 -0400

Index: emacs/src/.gdbinit
diff -c emacs/src/.gdbinit:1.59 emacs/src/.gdbinit:1.60
*** emacs/src/.gdbinit:1.59     Wed May 19 09:49:33 2004
--- emacs/src/.gdbinit  Mon Oct  4 13:34:59 2004
***************
*** 60,65 ****
--- 60,75 ----
  Works only when an inferior emacs is executing.
  end
  
+ # Print out s-expressions
+ define pp
+   set $tmp = $arg0
+   set debug_print ($tmp)
+ end
+ document pp
+ Print the argument as an emacs s-expression
+ Works only when an inferior emacs is executing.
+ end
+ 
  define xtype
    xgettype $
    output $type
***************
*** 429,434 ****
--- 439,454 ----
  end
  xreload
  
+ # Flush display (X only)
+ define ff
+   set x_flush (0)
+ end
+ document ff
+ Flush pending X window display updates to screen.
+ Works only when an inferior emacs is executing.
+ end
+ 
+ 
  define hook-run
    xreload
  end




reply via email to

[Prev in Thread] Current Thread [Next in Thread]