Fantastic, thank you very much!<br><br>Laurent<br><br><div class="gmail_quote">On Mon, May 28, 2012 at 7:53 PM, Jay McCarthy <span dir="ltr">&lt;<a href="mailto:jay.mccarthy@gmail.com" target="_blank">jay.mccarthy@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I just pushed a fix for all this. Including all the examples linked.<br>
<br>
However, it still doesn&#39;t support ()s as the entry delimiter as it should.<br>
<span class="HOEnZb"><font color="#888888"><br>
Jay<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On Mon, May 21, 2012 at 4:07 PM, Laurent &lt;<a href="mailto:laurent.orseau@gmail.com">laurent.orseau@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt; On Tue, May 22, 2012 at 12:01 AM, Jay McCarthy &lt;<a href="mailto:jay.mccarthy@gmail.com">jay.mccarthy@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; I&#39;ll get on it. As you know, BibTex is a very poorly described format.<br>
&gt;&gt; It can parse my humongous Bibtex file, but I haven&#39;t spent a ton of<br>
&gt;&gt; tiny searching for problematic ones in the wild.<br>
&gt;<br>
&gt;<br>
&gt; It parses mine too, except mostly for one thing: anything except @...<br>
&gt; outside bib entries should be treated as comments.<br>
&gt; With that it would be sufficient for me (my file is generated by Mendeley<br>
&gt; which always adds some comments at the top).<br>
&gt;<br>
&gt; Thanks!<br>
&gt; Laurent<br>
&gt;<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Jay<br>
&gt;&gt;<br>
&gt;&gt; On Mon, May 21, 2012 at 10:15 AM, Danny Yoo &lt;<a href="mailto:dyoo@hashcollision.org">dyoo@hashcollision.org</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt; On Mon, May 21, 2012 at 11:42 AM, Danny Yoo &lt;<a href="mailto:dyoo@hashcollision.org">dyoo@hashcollision.org</a>&gt;<br>
&gt;&gt; &gt; wrote:<br>
&gt;&gt; &gt;&gt; I think there&#39;s a bug in the library.  There appears to be a missing<br>
&gt;&gt; &gt;&gt; call to (slurp-whitespace ip) in the parsing library.  I&#39;ll send a bug<br>
&gt;&gt; &gt;&gt; report and a patch to the Racket developers.  A diff follows below for<br>
&gt;&gt; &gt;&gt; those who like looking at patch files.  :)<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Until the library gets patched, here&#39;s a possible workaround: put the<br>
&gt;&gt; &gt; trailing &quot;}&quot; on the same line, like this:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; %%%%%%%%%%%%%%%%%%%%%%%%%%%%<br>
&gt;&gt; &gt; @article{hochreiter_long_1997,<br>
&gt;&gt; &gt;    author = {Hochreiter, S. and Schmidhuber, J.},<br>
&gt;&gt; &gt;    title = {Long {Short-Term} Memory},<br>
&gt;&gt; &gt;    volume = {9},<br>
&gt;&gt; &gt;    number = {8},<br>
&gt;&gt; &gt;    journal = {Neural Computation},<br>
&gt;&gt; &gt;    year = {1997},<br>
&gt;&gt; &gt;    pages = {1735--1780}}<br>
&gt;&gt; &gt; %%%%%%%%%%%%%%%%%%%%%%%%%%%%<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; The bug involves the parser not properly discarding the whitespace<br>
&gt;&gt; &gt; right after reading the value &quot;{1735--1780}&quot;.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I agree with you that the parser needs to be a bit better.  It does<br>
&gt;&gt; &gt; not currently follow the description in:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;  <a href="http://artis.imag.fr/%7EXavier.Decoret/resources/xdkbibtex/bibtex_summary.html" target="_blank">http://artis.imag.fr/~Xavier.Decoret/resources/xdkbibtex/bibtex_summary.html</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; so it will reject some bibtex files that it shouldn&#39;t.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I&#39;ve submitted the bug report as:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;    <a href="http://bugs.racket-lang.org/query/?cmd=view&amp;pr=12779" target="_blank">http://bugs.racket-lang.org/query/?cmd=view&amp;pr=12779</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; ____________________<br>
&gt;&gt; &gt;  Racket Users list:<br>
&gt;&gt; &gt;  <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Jay McCarthy &lt;<a href="mailto:jay@cs.byu.edu">jay@cs.byu.edu</a>&gt;<br>
&gt;&gt; Assistant Professor / Brigham Young University<br>
&gt;&gt; <a href="http://faculty.cs.byu.edu/%7Ejay" target="_blank">http://faculty.cs.byu.edu/~jay</a><br>
&gt;&gt;<br>
&gt;&gt; &quot;The glory of God is Intelligence&quot; - D&amp;C 93<br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
--<br>
Jay McCarthy &lt;<a href="mailto:jay@cs.byu.edu">jay@cs.byu.edu</a>&gt;<br>
Assistant Professor / Brigham Young University<br>
<a href="http://faculty.cs.byu.edu/%7Ejay" target="_blank">http://faculty.cs.byu.edu/~jay</a><br>
<br>
&quot;The glory of God is Intelligence&quot; - D&amp;C 93<br>
</div></div></blockquote></div><br>