<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">again,<div>in the old version 13560 calling some functions invoke the console.</div><div>others go to the document without finding and without invoking the console.</div><div>and:</div><div>all functions that happens to be written in one line without a new line are found...</div><div><br></div><div>in version 13585 the 2 first cases dont find and dont invoke the consol.</div><div><br></div><div>the one line functions are still found...</div><div><br></div><div>for whatever its worth...</div><div><br></div><div>sincerely</div><div>joakim</div><div><br></div><div><div><div>Le 6 avr. 10 à 11:53, Gary Byers a écrit :</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><br><br>On Fri, 2 Apr 2010, Joakim Sandgren wrote:<br><br><blockquote type="cite">here is one console :sincerely<br></blockquote><blockquote type="cite">joakim<br></blockquote><blockquote type="cite"><br></blockquote><br>Thanks.  I haven't been able to reproduce this, but can convince myself<br>that a bug that I did find could have led to this error.  Could you please<br>update to r13585 (in the trunk), rebuild the IDE, and let me know if this<br>problem persists ?<br><br>I think that the combination of factors that might lead to the bug is:<br><br> - the definition you're looking for isn't at its recorded position in<br>   the file/buffer, either because the file/buffer has been edited since<br>   the function was defined or because that position is a byte offset (not<br>   a character offset) and the file is encoded in a variable-length encoding<br>   (like UTF-8).  (I don't remember if the latter possibility is a factor;<br>   Gail might know offhand.)  In this case, M-. has to search for the<br>   definition.<br><br> - a data structure used to perform that search was initialized incorrectly<br>   if the length of the search string (the recorded source of the definition)<br>   was greater than the largest CHAR-CODE of the characters in that search<br>   string.  (In other words, it was completely bogus.)<br><br>That (mis-)initialization is definitely a bug, and it would have led to the<br>same symptom that showed up in the backtrace.<br><br>When reporting a bug, it's much, much better to send a backtrace (even if<br>it turns out to be unnecessary) than to not send one (if it does turn out<br>to be necessary.)  r13585 fixes -a- bug (and it's quite possible that it's<br>the one that's affected you), and it wouldn't have been possible to even<br>know where to look without the backtrace.<br><br><br></div></blockquote></div><br><div> <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div><font class="Apple-style-span" color="#595959" face="'Trebuchet MS'"><br class="Apple-interchange-newline"><br></font></div><div><font class="Apple-style-span" color="#595959" face="'Trebuchet MS'"><br></font></div><div><font class="Apple-style-span" face="'Trebuchet MS'" color="#595959">Joakim Sandgren</font></div><div><font class="Apple-style-span" face="'Trebuchet MS'" color="#595959">joakim sandgren musik</font></div><div><font class="Apple-style-span" face="'Trebuchet MS'" color="#595959">42, rue de Maubeuge</font></div><div><font class="Apple-style-span" face="'Trebuchet MS'" color="#595959">75009 Paris</font></div><div><font class="Apple-style-span" face="'Trebuchet MS'" color="#595959">France</font></div><div><font class="Apple-style-span" face="'Trebuchet MS'" color="#595959">+33 (0)1 45 26 43 90</font></div><div><font class="Apple-style-span" face="'Trebuchet MS'" color="#595959"><a href="mailto:info@joakimsandgren.com">info@joakimsandgren.com</a></font></div><div><font class="Apple-style-span" face="'Trebuchet MS'" color="#595959"><a href="http://www.joakimsandgren.com/">http://www.joakimsandgren.com</a></font></div></span> </div><br></div></body></html>