<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">The error message isn’t very illuminating, but anyway :test must designate only one of <span style="font-family: georgia, 'times new roman', times, serif; font-size: 16px; background-color: rgb(255, 255, 255);" class="">eq, eql, equal, or equalp.</span><div class=""><font face="georgia, times new roman, times, serif" size="3" class=""><span style="background-color: rgb(255, 255, 255);" class=""><br class=""></span></font></div><div class="">I have been puzzled by this, and would be grateful for an explanation, why one can’t provide any old test function.</div><div class=""><br class=""></div><div class=""><div class="">- Bob</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Mar 5, 2016, at 8:02 AM, Frank Goenninger <<a href="mailto:frgo@me.com" class="">frgo@me.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hi all:<br class=""><br class="">This code:<br class=""><br class="">(defun transport-plugin-info-equal-p (a b)<br class="">  (string= a b))<br class=""><br class="">(defvar *transport-plugin-infos* (make-hash-table :test 'transport-plugin-info-equal-p))<br class=""><br class="">produces this error; "non-standard test specified without hash-function"<br class=""><br class="">Well, yes, but…. I am not required to give a hash function, at least per CLHS. Any ideas ?<br class=""><br class="">Tnx!<br class=""><br class="">Kind regards<br class="">   Frank<br class=""><br class="">_______________________________________________<br class="">Openmcl-devel mailing list<br class=""><a href="mailto:Openmcl-devel@clozure.com" class="">Openmcl-devel@clozure.com</a><br class="">https://lists.clozure.com/mailman/listinfo/openmcl-devel<br class=""></div></div></blockquote></div><br class=""></div></div></body></html>