# HG changeset patch # User Stephen J. Turnbull # Date 1197277039 28800 # Node ID 98e54edf3ab249cbc1f4a03f87b0df853e964bc3 # Parent a78603f584d71fe4187a419916c82872e754f14f Resuscitate reproduce-bugs.el. Add commentary. Number unnumbered bugs. Comment out keybinding. diff -r a78603f584d7 -r 98e54edf3ab2 tests/ChangeLog --- a/tests/ChangeLog Mon Dec 10 00:39:56 2007 +0200 +++ b/tests/ChangeLog Mon Dec 10 00:57:19 2007 -0800 @@ -1,3 +1,9 @@ +2007-12-10 Stephen J. Turnbull + + * reproduce-bugs.el: Add some commentary. + Number the two unnumbered bugs. + Comment out the keybinding. + 2007-12-06 Aidan Kehoe * automated/mule-tests.el: diff -r a78603f584d7 -r 98e54edf3ab2 tests/reproduce-bugs.el --- 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 ()