Mercurial > hg > xemacs-beta
changeset 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 | a78603f584d7 |
children | f70e56bb52a7 |
files | tests/ChangeLog tests/reproduce-bugs.el |
diffstat | 2 files changed, 13 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <stephen@xemacs.org> + + * reproduce-bugs.el: Add some commentary. + Number the two unnumbered bugs. + Comment out the keybinding. + 2007-12-06 Aidan Kehoe <kehoea@parhasard.net> * automated/mule-tests.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 ()