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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/.gdbinit [emacs-unicode-2]
Date: Thu, 14 Oct 2004 05:13:43 -0400

Index: emacs/src/.gdbinit
diff -c emacs/src/.gdbinit:1.54.6.3 emacs/src/.gdbinit:1.54.6.4
*** emacs/src/.gdbinit:1.54.6.3 Mon Jun 28 07:29:04 2004
--- emacs/src/.gdbinit  Thu Oct 14 08:49:54 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
***************
*** 452,457 ****
--- 462,477 ----
  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]