all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Enhancement to report-emacs-bug
@ 2005-07-20 15:03 Kim F. Storm
  2005-07-20 17:31 ` Kevin Rodgers
  2005-07-21  3:58 ` Richard M. Stallman
  0 siblings, 2 replies; 5+ messages in thread
From: Kim F. Storm @ 2005-07-20 15:03 UTC (permalink / raw)



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 <storm@cua.dk> http://www.cua.dk

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-07-21 16:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-20 15:03 Enhancement to report-emacs-bug Kim F. Storm
2005-07-20 17:31 ` Kevin Rodgers
2005-07-21 12:08   ` Kim F. Storm
2005-07-21 16:22     ` Kevin Rodgers
2005-07-21  3:58 ` Richard M. Stallman

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.