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: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/.gdbinit
Date: Sat, 19 Nov 2005 17:31:16 -0500

Index: emacs/src/.gdbinit
diff -c emacs/src/.gdbinit:1.71 emacs/src/.gdbinit:1.72
*** emacs/src/.gdbinit:1.71     Sat Nov 19 17:13:07 2005
--- emacs/src/.gdbinit  Sat Nov 19 22:31:15 2005
***************
*** 29,35 ****
  # This has one unfortunate effect: you can't type C-c
  # at the GDB to stop Emacs, when using X.
  # However, C-z works just as well in that case.
! #handle 2 noprint pass
  
  # Make it work like SIGINT normally does.
  handle SIGTSTP nopass
--- 29,35 ----
  # This has one unfortunate effect: you can't type C-c
  # at the GDB to stop Emacs, when using X.
  # However, C-z works just as well in that case.
! handle 2 noprint pass
  
  # Make it work like SIGINT normally does.
  handle SIGTSTP nopass
***************
*** 762,768 ****
  
  show environment DISPLAY
  show environment TERM
! #set args -geometry 80x40+0+0
  
  # Don't let abort actually run, as it will make
  # stdio stop working and therefore the `pr' command above as well.
--- 762,768 ----
  
  show environment DISPLAY
  show environment TERM
! set args -geometry 80x40+0+0
  
  # Don't let abort actually run, as it will make
  # stdio stop working and therefore the `pr' command above as well.




reply via email to

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