emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/mail/emacsbug.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/emacsbug.el
Date: Thu, 21 Jul 2005 04:56:04 -0400

Index: emacs/lisp/mail/emacsbug.el
diff -c emacs/lisp/mail/emacsbug.el:1.65 emacs/lisp/mail/emacsbug.el:1.66
*** emacs/lisp/mail/emacsbug.el:1.65    Mon Jul  4 17:46:21 2005
--- emacs/lisp/mail/emacsbug.el Thu Jul 21 08:56:04 2005
***************
*** 125,133 ****
  
      (insert "\n\n")
      (setq user-point (point))
!     (insert "\n\n\n")
  
!     (insert "In " (emacs-version) "\n")
      (if (fboundp 'x-server-vendor)
        (condition-case nil
            (insert "X server distributor `" (x-server-vendor) "', version "
--- 125,142 ----
  
      (insert "\n\n")
      (setq user-point (point))
!     (insert "\n\n")
  
!     (insert "If emacs crashed, and you have the emacs process in the gdb 
debugger,\n"
!           "please include the output from the following gdb commands:\n"
!           "    `bt full' and `xbacktrace'.\n")
! 
!     (let ((debug-file (expand-file-name "DEBUG" data-directory)))
!       (if (file-readable-p debug-file)
!       (insert "If you would like to further debug the crash, please read the 
file\n"
!               debug-file " for instructions.\n")))
! 
!     (insert "\n\nIn " (emacs-version) "\n")
      (if (fboundp 'x-server-vendor)
        (condition-case nil
            (insert "X server distributor `" (x-server-vendor) "', version "




reply via email to

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