<br>A lot of the time I have only one method defined and M-. on a method call displays a menu like:<br><br>(No location)                                                                           <br>  (DEFGENERIC FOO (BAZ))                                                        <br>
/src/xyzzy.lisp                                                    <br>  (DEFMETHOD FOO BAZ)<br><br>Is there a configuration that can just automatically jump directly to the only method available?<br><br>Thank you.<br><br>
<br>