<br><br><div class="gmail_quote">On Tue, May 22, 2012 at 12:01 AM, 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&#39;ll get on it. As you know, BibTex is a very poorly described format.<br>
It can parse my humongous Bibtex file, but I haven&#39;t spent a ton of<br>
tiny searching for problematic ones in the wild.<br></blockquote><div><br>It parses mine too, except mostly for one thing: anything except @... outside bib entries should be treated as comments.<br>With that it would be sufficient for me (my file is generated by Mendeley which always adds some comments at the top).<br>

<br>Thanks!<br>Laurent<br><br> </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Jay<br>
<div class="HOEnZb"><div class="h5"><br>
On Mon, May 21, 2012 at 10:15 AM, Danny Yoo &lt;<a href="mailto:dyoo@hashcollision.org">dyoo@hashcollision.org</a>&gt; wrote:<br>
&gt; On Mon, May 21, 2012 at 11:42 AM, Danny Yoo &lt;<a href="mailto:dyoo@hashcollision.org">dyoo@hashcollision.org</a>&gt; wrote:<br>
&gt;&gt; I think there&#39;s a bug in the library.  There appears to be a missing<br>
&gt;&gt; call to (slurp-whitespace ip) in the parsing library.  I&#39;ll send a bug<br>
&gt;&gt; report and a patch to the Racket developers.  A diff follows below for<br>
&gt;&gt; those who like looking at patch files.  :)<br>
&gt;<br>
&gt; Until the library gets patched, here&#39;s a possible workaround: put the<br>
&gt; trailing &quot;}&quot; on the same line, like this:<br>
&gt;<br>
&gt; %%%%%%%%%%%%%%%%%%%%%%%%%%%%<br>
&gt; @article{hochreiter_long_1997,<br>
&gt;    author = {Hochreiter, S. and Schmidhuber, J.},<br>
&gt;    title = {Long {Short-Term} Memory},<br>
&gt;    volume = {9},<br>
&gt;    number = {8},<br>
&gt;    journal = {Neural Computation},<br>
&gt;    year = {1997},<br>
&gt;    pages = {1735--1780}}<br>
&gt; %%%%%%%%%%%%%%%%%%%%%%%%%%%%<br>
&gt;<br>
&gt;<br>
&gt; The bug involves the parser not properly discarding the whitespace<br>
&gt; right after reading the value &quot;{1735--1780}&quot;.<br>
&gt;<br>
&gt;<br>
&gt; I agree with you that the parser needs to be a bit better.  It does<br>
&gt; not currently follow the description in:<br>
&gt;<br>
&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;<br>
&gt; so it will reject some bibtex files that it shouldn&#39;t.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; I&#39;ve submitted the bug report as:<br>
&gt;<br>
&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;<br>
</div></div><div class="HOEnZb"><div class="h5">&gt; ____________________<br>
&gt;  Racket Users list:<br>
&gt;  <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
<br>
<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<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>
</font></span></blockquote></div><br>