Mercurial > hg > xemacs-beta
comparison tests/reproduce-bugs.el @ 203:850242ba4a81 r20-3b28
Import from CVS: tag r20-3b28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:02:21 +0200 |
parents | a145efe76779 |
children |
comparison
equal
deleted
inserted
replaced
202:61eefc8fc970 | 203:850242ba4a81 |
---|---|
158 (set-extent-property e 'duplicable t) | 158 (set-extent-property e 'duplicable t) |
159 (set-extent-property e 'replicating t) | 159 (set-extent-property e 'replicating t) |
160 (insert (buffer-string)) | 160 (insert (buffer-string)) |
161 (delete-region 8 9)) | 161 (delete-region 8 9)) |
162 | 162 |
163 (defbug 5 | |
164 (interactive) | |
165 (with-temp-buffer | |
166 (insert "abc") | |
167 (forward-char -1) | |
168 (subst-char-in-region 1 4 ?b ?\344) | |
169 (if (not (= (point) 3)) | |
170 (message "Bug! point should equal 3 but is %d" (point))))) | |
163 | 171 |
164 ;;; crash popup frames FIXED | 172 ;;; crash popup frames FIXED |
165 ;;(global-set-key | 173 ;;(global-set-key |
166 ;; [(alt meta control f12)] | 174 ;; [(alt meta control f12)] |
167 ;; (lambda () | 175 ;; (lambda () |