<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.lisp.interpol.general">
    <title>gmane.lisp.interpol.general</title>
    <link>http://blog.gmane.org/gmane.lisp.interpol.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.interpol.general/19"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.interpol.general/18"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.interpol.general/12"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.interpol.general/19">
    <title>Patch for line-comments</title>
    <link>http://comments.gmane.org/gmane.lisp.interpol.general/19</link>
    <description>&lt;pre&gt;After a short discussion on #lisp the current behaviour was seen as a bug; a
line-comment should _only_ be terminated by a newline, and not by a terminating
character as well.

Eg. for

  #?rx( ...
        # (a test)
      hello)

the current version would return an error about "hello" being an unknown variable.


Regards,

Phil


$ diff -u read.lisp.orig read.lisp
--- read.lisp.orig      2012-09-28 07:56:57.201746774 +0200
+++ read.lisp   2012-09-28 07:57:32.989790049 +0200
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -462,8 +462,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
                                         ;; or *TERM-CHAR*
                                         (read-while
                                          (lambda (char)
-                                           (and (char/= char #\Newline)
-                                                (char/= char *term-char*))))
+                                           (char/= char #\Newline)))
                                         (when (char= (peek-char*) #\Newline)
                                           (read-char*)&lt;/pre&gt;</description>
    <dc:creator>Philipp Marek</dc:creator>
    <dc:date>2012-09-28T06:06:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.interpol.general/18">
    <title>Thank you</title>
    <link>http://comments.gmane.org/gmane.lisp.interpol.general/18</link>
    <description>&lt;pre&gt;Thank you for contacting me. ASM
_______________________________________________
cl-interpol-devel site list
cl-interpol-devel&amp;lt; at &amp;gt;common-lisp.net
http://common-lisp.net/mailman/listinfo/cl-interpol-devel&lt;/pre&gt;</description>
    <dc:creator>Anthony Martin</dc:creator>
    <dc:date>2012-05-02T01:18:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.interpol.general/12">
    <title>Support for Perl $1 and Makefile-like specialvariables</title>
    <link>http://comments.gmane.org/gmane.lisp.interpol.general/12</link>
    <description>&lt;pre&gt;Dear cl-interpol developer(s),

I would like to use cl-interpol to parse strings containing Perl
subpattern variables like $1 and Makefile special variables like $&amp;lt;,
$^ etc. I also want statements like #?"$(f 5)" when
*optional-delimiters-p* is t to be expanded into something like

(with-output-to-string (#:string) (princ (f 5) #:string))

rather than

(with-output-to-string (#:string) (princ (progn f 5) #:string))

as they do now. (However, for better compatibility with Makefiles I
need to treat the case of the list made of a single element in a
special way, expanding it to the value of the corresponding variable.)
Overall, I would like to have better control over the read-form
function, maybe the possibility to supply my own one. Could you
install some hook there? I'd gladly do it myself and send you a patch
but I'm not sure which way is the best and whether you will accept
such a change at all. If you advice me some workaround that doesn't
involve modifying cl-interpol it would also be great. I just don't&lt;/pre&gt;</description>
    <dc:creator>Evgeniy Zhemchugov</dc:creator>
    <dc:date>2009-12-16T15:00:51</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.lisp.interpol.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.lisp.interpol.general</link>
  </textinput>
</rdf:RDF>
