diff tests/reproduce-bugs.el @ 4321:98e54edf3ab2

Resuscitate reproduce-bugs.el. Add commentary. Number unnumbered bugs. Comment out keybinding.
author Stephen J. Turnbull <stephen@xemacs.org>
date Mon, 10 Dec 2007 00:57:19 -0800
parents 3ecd8885ac67
children f70e56bb52a7
line wrap: on
line diff
--- a/tests/reproduce-bugs.el	Mon Dec 10 00:39:56 2007 +0200
+++ b/tests/reproduce-bugs.el	Mon Dec 10 00:57:19 2007 -0800
@@ -37,6 +37,10 @@
 ;; It's a bad idea to rely on code in this file continuing to work in
 ;; the same way. :-)
 
+;; #### This file should be cleaned up and renamed reproduce-crashes.el.
+;; #### Bugs need docstrings.
+;; #### Fixed bugs should become regression tests.
+
 ;;; Code:
 
 (defvar bug-hashtable (make-hashtable 10))
@@ -63,7 +67,7 @@
 
 ;;; Change this to your preferred key-binding
 
-(global-set-key  [(control ?Z)] 'reproduce-bug)
+;; (global-set-key  [(control ?Z)] 'reproduce-bug)
 
 ;;;; Bugs follow:
 
@@ -170,6 +174,7 @@
 	(message "Bug!  point should equal 3 but is %d" (point)))))
 
 ;;; crash popup frames FIXED
+;; defbug 8
 ;;(global-set-key
 ;; [(alt meta control f12)]
 ;; (lambda ()
@@ -182,6 +187,7 @@
 ;;     (save-buffers-kill-emacs))))
 
 ;;; crash on delete-frame-hook - FIXED!
+;; defbug 9
 ;;(global-set-key
 ;; [(alt meta control f10)]
 ;; (lambda ()