emacs-devel
[Top][All Lists]
Advanced

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

Enhancement to report-emacs-bug


From: Kim F. Storm
Subject: Enhancement to report-emacs-bug
Date: Wed, 20 Jul 2005 17:03:55 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

I think the following advice would help us get
better bug reports for emacs crashes:

*** emacsbug.el 05 Jul 2005 10:18:12 +0200      1.65
--- emacsbug.el 20 Jul 2005 17:01:40 +0200      
***************
*** 125,131 ****
  
      (insert "\n\n")
      (setq user-point (point))
!     (insert "\n\n\n")
  
      (insert "In " (emacs-version) "\n")
      (if (fboundp 'x-server-vendor)
--- 125,136 ----
  
      (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"
!           "The file etc/DEBUG explains how to further debug the crash.\n\n\n")
  
      (insert "In " (emacs-version) "\n")
      (if (fboundp 'x-server-vendor)

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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