Message100

Author stephen
Recipients
Date 2008-01-19.04:58:04
Content
In the process of producing the patch for the isearch crash recently
discussed, I produced a test of the form

(with-temp-buffer
  (execute-kbd-macro vector-of-keystrokes))

I saved it to a file, and ran xemacs -vanilla, then M-x load-file RET
search-crash.el RET, and XEmacs didn't crash.  The reason was that
instead of being executed in the temp buffer, it was executed in
*scratch*, which contained the usual leading comment, so the buffer
underrun didn't happen.

Is this expected behavior?

I'll try to remember to produce a real test case tomorrow, but I need
some sleep now....

_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta@xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
History
Date User Action Args
2008-01-19 04:58:04stephenlinkissue82 messages
2008-01-19 04:58:04stephencreate