<?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.cmucl.general">
    <title>gmane.lisp.cmucl.general</title>
    <link>http://blog.gmane.org/gmane.lisp.cmucl.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.cmucl.general/6484"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6483"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6481"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6480"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6477"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6476"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6475"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6472"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6471"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6470"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6468"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6467"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6460"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6452"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6451"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6447"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6446"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6445"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6442"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6441"/>
      </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.cmucl.general/6484">
    <title>Inlined TYPEP over-optimization bug with CHANGE-CLASS</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6484</link>
    <description>&lt;pre&gt;Recent CMUCL releases (including the current one), incorrectly over-optimize TYPEP and
miss the class change resulting from CHANGE-CLASS. 

The following example, when placed in a file and compiled, shows the issue:

(in-package :cl-user)

(defclass foo () ())
(defclass bar () ())

(defmethod show-bug ((instance foo))
 (change-class instance 'bar)
 (format t "~&amp;amp;;; Inlined TYPEP: ~s (incorrect)~%;; Not-inlined TYPEP: ~s (correct)~%"
         (typep instance 'foo)
         (locally (declare (notinline typep))
           (typep instance 'foo))))

(show-bug (make-instance 'foo))

&lt;/pre&gt;</description>
    <dc:creator>Dan Corkill</dc:creator>
    <dc:date>2012-02-05T11:18:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6483">
    <title>ELS 2012, Zadar, Croatia</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6483</link>
    <description>&lt;pre&gt;Apologies for the multiple postings. 

PAPER SUBMISSION DEADLINE EXTENDED 


European Lisp Symposium 2012, Zadar, Croatia, April 30th - May 1st, 2012 

http://european-lisp-symposium.org 

The purpose of the European Lisp Symposium is to provide a forum for 
the discussion and dissemination of all aspects of design, 
implementation and application of any of the Lisp and Lisp-inspired 
dialects, including Common Lisp, Scheme, Emacs Lisp, AutoLisp, ISLISP, 
Dylan, Clojure, ACL2, ECMAScript, Racket, SKILL, and so on. We 
encourage everyone interested in Lisp to participate. 


The main theme of the 2012 European Lisp Conference is 
"Interoperability: Systems, Libraries, Workflows".  Lisp based and 
functional-languages based systems have grown a variety of solutions 
to become more and more integrated with the wider world of Information 
and Communication Technologies in current use.  There are several 
dimensions to the scope of the solutions proposed, ranging from 
"embedding" of interpreters in C-based syste&lt;/pre&gt;</description>
    <dc:creator>Marco Antoniotti</dc:creator>
    <dc:date>2012-02-01T13:11:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6481">
    <title>Git repo for cmucl</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6481</link>
    <description>&lt;pre&gt;Cmucl is now officially moving to git.  The CVS repo will be turned off
soon, and, in fact, should no longer be used at all.  The repo will
still be available for historical reasons, but no new code should be
checked in to it.

We had planned on moving to git almost a year ago, but for various
reasons never got  around to it until now.

Additional information will be placed on cmucl's trac wiki, but for now,
you can view the repo using trac (coming soon to
http://trac.common-lisp.net/cmucl/browser) or directly at
&amp;lt;http://common-lisp.net/gitweb?p=projects/cmucl/cmucl.git;a=summary;js=1&amp;gt;

For now you can clone the repo using

git clone git://common-lisp.net/projects/cmucl/cmucl.git src

or for developers

git clone ssh://&amp;lt;user&amp;gt;&amp;lt; at &amp;gt;common-lisp.net/var/git/projects/cmucl/cmucl.git src

There is a minor issue to be taken care of:  What to do with the RCS
keywords that are in all of the files.  I rather like seeing that
information when you describe something.  (Mostly to see when the file
was last modified.)

Ray

_&lt;/pre&gt;</description>
    <dc:creator>Raymond Toy</dc:creator>
    <dc:date>2011-09-17T16:23:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6480">
    <title>pressure info from wacom stylus in CLX</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6480</link>
    <description>&lt;pre&gt;Folks --

Is there a way to get pressure events from a wacom tablet in CLX?

I'm running CLX under X11 for Mac OS X (and, Tiger 10.4.11 ...
I know, I know, but thought I would ask).

thanks,
-f
livegraphicsnightly.com
"If Veli's Graphics Bar didn't exist, we'd have to invent it." H Lieberman
_______________________________________________
cmucl-help mailing list
cmucl-help&amp;lt; at &amp;gt;cmucl.cons.org
http://lists.zs64.net/mailman/listinfo/cmucl-help

&lt;/pre&gt;</description>
    <dc:creator>fred</dc:creator>
    <dc:date>2011-08-01T07:08:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6477">
    <title>Still problems with the web site?</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6477</link>
    <description>&lt;pre&gt;Hi

the following link does not work

http://common-lisp.net/project/cmucl/downloads/snapshots/2011/06/cmucl-2011-06-x86-darwin.tar.bz2

cheers
--
Marco Antoniotti


_______________________________________________
cmucl-help mailing list
cmucl-help&amp;lt; at &amp;gt;cmucl.cons.org
http://lists.zs64.net/mailman/listinfo/cmucl-help

&lt;/pre&gt;</description>
    <dc:creator>Marco Antoniotti</dc:creator>
    <dc:date>2011-06-28T12:12:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6476">
    <title>[Final CfPart] European Lisp Symposium, Hamburg,March 31 - April 1</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6476</link>
    <description>&lt;pre&gt;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

     4th European Lisp Symposium
      Special Focus on Parallelism &amp;amp; Efficiency

      March 31 - April 1st, 2011
TUHH, Hamburg University of Technology
   Hamburg, Germany

       http://www.european-lisp-symposium.org/

Sponsors: EPITA, TUHH, Lispworks, Franz Inc., NovaSparks and Freiheit

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


News:
~~~~~
* The final program is now online.
* The early registration deadline is in 3 days, so hurry!
  Registration will still be possible afterwards.



Invited Speakers:
~~~~~~~~~~~~~~~~~
Craig Zilles -- Compiling for the common case
Marc Battyani -- Reconfigurable computing on steroids
Apostolos Syropoulos -- Scala: an OO surprise



Scope
~~~~~~
The purpose of the European Lisp Symposium is to provide a forum for
the discussion and dissemination of all aspects of design,
implementation and application of any of the Lisp dialects, including
Common Lisp, Schem&lt;/pre&gt;</description>
    <dc:creator>Didier Verna</dc:creator>
    <dc:date>2011-03-09T16:30:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6475">
    <title>[CfPart] 4th European Lisp Symposium,registration open!</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6475</link>
    <description>&lt;pre&gt;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

     4th European Lisp Symposium
      Special Focus on Parallelism &amp;amp; Efficiency

      March 31 - April 1st, 2011
TUHH, Hamburg University of Technology
   Hamburg, Germany

       http://www.european-lisp-symposium.org/

Sponsored by EPITA, TUHH, Lispworks, Franz Inc., NovaSparks and Freiheit

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Registration is now open!
See http://www.european-lisp-symposium.org/content-registration-full.html
for details.

The deadline for early registration is March 12.
There is a reduced fee for students and accompanying persons.
You may also subscribe to mailing lists for this year's occurrence
on the registration page.



Invited Speakers:
~~~~~~~~~~~~~~~~~
Craig Zilles -- Compiling for the common case
Marc Battyani -- Reconfigurable computing on steroids
Apostolos Syropoulos -- Scala: an OO surprise

The complete program will be available shortly.



Scope
~~~~&lt;/pre&gt;</description>
    <dc:creator>Didier Verna</dc:creator>
    <dc:date>2011-02-15T15:34:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6472">
    <title>(no subject)</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6472</link>
    <description>&lt;pre&gt;http://gadgetandservice.com/index-sl122.php


      
_______________________________________________
cmucl-help mailing list
cmucl-help&amp;lt; at &amp;gt;cmucl.cons.org
http://lists.zs64.net/mailman/listinfo/cmucl-help

&lt;/pre&gt;</description>
    <dc:creator>Rémy</dc:creator>
    <dc:date>2011-01-22T08:14:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6471">
    <title>[CfP] European Lisp Symposium deadline extension</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6471</link>
    <description>&lt;pre&gt;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

     4th European Lisp Symposium
      Special Focus on Parallelism &amp;amp; Efficiency

      March 31 - April 1st, 2011
TUHH, Hamburg University of Technology
   Hamburg, Germany

       http://www.european-lisp-symposium.org/

       Sponsored by EPITA, Lispworks, Franz Inc. and Nova Sparks

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Important Dates
~~~~~~~~~~~~~~~~
+ Submission Deadline: January  16, 2011 --- EXTENDED
+ Author Notification: February 06, 2011
+ Final Paper Due:     February 28, 2011
+ Symposium:           March 31 - April 1st, 2011

Authors of accepted research contributions will be invited to submit
an extended version of their papers for journal publication.


Invited Speakers:
~~~~~~~~~~~~~~~~~
Marc Battyani (Nova Sparks)
Craig Zilles (University of Illinois)


Scope
~~~~~~
The purpose of the European Lisp Symposium is to provide a forum for
the discussion and dissemination of all&lt;/pre&gt;</description>
    <dc:creator>Didier Verna</dc:creator>
    <dc:date>2011-01-10T10:47:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6470">
    <title>[CfP] 4th European Lisp Symposium, March 31 - April 1,2010, Hamburg</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6470</link>
    <description>&lt;pre&gt;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

     4th European Lisp Symposium
      Special Focus on Parallelism &amp;amp; Efficiency

      March 31 - April 1st, 2011
TUHH, Hamburg University of Technology
   Hamburg, Germany

       http://www.european-lisp-symposium.org/

       Sponsored by EPITA, Lispworks, Franz Inc. and Nova Sparks

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Invited Speakers:
~~~~~~~~~~~~~~~~~
Marc Battyani (Nova Sparks)
Craig Zilles (University of Illinois)


Important Dates
~~~~~~~~~~~~~~~~
+ Submission Deadline: January  09, 2011
+ Author Notification: February 06, 2011
+ Final Paper Due:     February 28, 2011
+ Symposium:           March 31 - April 1st, 2011

Authors of accepted research contributions will be invited to submit
an extended version of their papers for journal publication.


Scope
~~~~~~
The purpose of the European Lisp Symposium is to provide a forum for
the discussion and dissemination of all aspects of d&lt;/pre&gt;</description>
    <dc:creator>Didier Verna</dc:creator>
    <dc:date>2010-12-14T16:13:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6468">
    <title>[Q] Muffling compiler notes</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6468</link>
    <description>&lt;pre&gt;
  Hello,

is there a way to locally (inside a specific function) shut up compiler
notes like the following one ?

;   (UNIX:UNIX-IOCTL (SYSTEM:FD-STREAM-FD #) UNIX:TIOCGWINSZ WINSIZE)
; --&amp;gt; WINSIZE ALIEN::LOCAL-ALIEN ALIEN::EXTRACT-ALIEN-VALUE ALIEN::NATURALIZE 
; ==&amp;gt;
;   (ALIEN::%SAP-ALIEN ALIEN:ALIEN '#&amp;lt;ALIEN::ALIEN-RECORD-TYPE #&amp;gt;)
; Note: Unable to optimize because:
;     Could not optimize away %SAP-ALIEN: forced to do runtime 
; allocation of alien-value structure.

With SBCL, you can do this:

(declare (sb-ext:muffle-conditions sb-ext:compiler-note))


Thanks !

&lt;/pre&gt;</description>
    <dc:creator>Didier Verna</dc:creator>
    <dc:date>2010-11-13T14:34:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6467">
    <title>Clon 1.0b11 introduces support for CMU-CL</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6467</link>
    <description>&lt;pre&gt;
  Hello,

please forgive this personal intrusion to the list, but I just wanted to
announce that I've released version 1.0b11 of Clon, my command-line
options parsing library[1]. The reason I'm posting here is that this
version introduces support for CMU-CL (&amp;gt;= 20b).

Feedback always welcome!


Footnotes: 
[1]  http://www.lrde.epita.fr/~didier/software/lisp/clon.php

&lt;/pre&gt;</description>
    <dc:creator>Didier Verna</dc:creator>
    <dc:date>2010-11-09T08:37:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6460">
    <title>Re : Disabling the automated code deletion whencompiling.</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6460</link>
    <description>&lt;pre&gt;I am afraid that snippets from code and logs will not be very efficient to track 

down the problem. The disappearance of important features of the program is 
quite ubiquitous and the code itself is very dense. Anyway, here is an example 
of an 'unfortunate' code deletion.

-----the source code:
(defun piy (wff prefix num window)
  (unless maint:*dont-ask*
    (unless (if (symbolp wff)
        (find-mode wff nil t)
          (if (and (symbolp *last-gwff-typed*)  ; added this check -- ceb 6/2/99
               (wffeq-ab (get *last-gwff-typed* 'represents) wff))
          (find-mode *last-gwff-typed* nil t)
        (if (symbolp prefix)
            (find-mode prefix nil t)
          nil)))
      (if (query "Would you like to give a mode for this theorem?" t)
      (let ((mode nil))
        (loop until mode do
          (prompt-read mode nil (msgf "Mode")
                   'tps-mode '$
                   ((? (msgf "Name of a mode (indicating a collection of flag 
settings)"))
                (?? (msgf "A mode &lt;/pre&gt;</description>
    <dc:creator>Rémy</dc:creator>
    <dc:date>2010-11-02T19:13:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6452">
    <title>Command Line options in standalone executables</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6452</link>
    <description>&lt;pre&gt;
  Hello,

I'm trying to port Clon[1] to CMUCL, but I can't seem to figure out how
to create standalone executables and retrieve user (non-lisp) options
from the command-line.

Consider the following source file:

| (in-package :cl-user)
| 
| (defun main ()
|   (format t "~S~%" ext:*command-line-strings*)
|   (format t "~S~%" ext:*command-line-utility-name*)
|   (format t "~S~%" ext:*command-line-words*)
|   (format t "~S~%" ext:*command-line-application-arguments*)
|   (unix:unix-exit 0))
| 
| (ext:save-lisp "cmu"
|        :init-function #'main :load-init-file nil :site-init nil
|        :print-herald nil :batch-mode t :process-command-line t
|        :executable t)


I create a standalone executable like this:

lisp -batch -quiet -noinit -nositeinit -load cmu.lisp --

Now, this executable seems to understand CMUCL's options, but the --
syntax doesn't work as documented:

./cmu -- --foobar
Warning:  #&amp;lt;Command Line Switch "-"&amp;gt; is an illegal switch
Warning:  #&amp;lt;Command Line Switch "-foobar"&amp;gt; is an illegal s&lt;/pre&gt;</description>
    <dc:creator>Didier Verna</dc:creator>
    <dc:date>2010-11-02T15:05:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6451">
    <title>Disabling the automated code deletion when compiling.</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6451</link>
    <description>&lt;pre&gt;Greetings,

I hope I'm posting at the right place: so, here is my problem. I recently had to 
adapt an old piece of software to the latest version of CMU-CL. While it worked 
perfectly fine with the 18c release, bugs appeared when I used the 19b and, 
finally, entire features are missing when compiled with the 20b version. 
According to the compilation logs, it seems the problems are caused by the 
automated deletion of code, in my opinion because of subtle type errors in the 
source code. Nevertheless, because of the size of the project, and its 
priorities, we cannot work on these corrections. 


Hence I would like to know if there was a possibility to disable the code 
deletion feature during compilation, so as to test this hypothesis? I tried an 
(optimize (safety 0)) , but it did not change the "missing" parts of the code.

Thank you for your help,

Remy Chretien



      
_______________________________________________
cmucl-help mailing list
cmucl-help&amp;lt; at &amp;gt;cmucl.cons.org
http://lists.zs64.net/mailman/list&lt;/pre&gt;</description>
    <dc:creator>Rémy</dc:creator>
    <dc:date>2010-11-01T14:42:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6447">
    <title>[CfP] 4th European Lisp Symposium, Hamburg, March 31 - April 1st, 2011</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6447</link>
    <description>&lt;pre&gt;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

     4th European Lisp Symposium
      Special Focus on Parallelism &amp;amp; Efficiency

      March 31 - April 1st, 2011
TUHH, Hamburg University of Technology
   Hamburg, Germany

       http://www.european-lisp-symposium.org/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Important Dates
~~~~~~~~~~~~~~~~
+ Submission Deadline: January  09, 2011
+ Author Notification: February 06, 2011
+ Final Paper Due:     February 28, 2011
+ Symposium:           March 31 - April 1st, 2011

Authors of accepted research contributions will be invited to submit
an extended version of their papers for journal publication.


Scope
~~~~~~
The purpose of the European Lisp Symposium is to provide a forum for
the discussion and dissemination of all aspects of design,
implementation and application of any of the Lisp dialects, including
Common Lisp, Scheme, Emacs Lisp, AutoLisp, ISLISP, Dylan, Clojure,
ACL2, ECMAScript, Racket a&lt;/pre&gt;</description>
    <dc:creator>Didier Verna</dc:creator>
    <dc:date>2010-09-13T11:54:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6446">
    <title>ELKE Brandt added you as a friend on Windows Live</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6446</link>
    <description>&lt;pre&gt;
                                                 ELKE Brandt added you as a friend on Windows Live          
                                                 Add as friend                  Don't miss what matters! Change what types of notifications you receive from Windows Live, including setting up SMS notifications.Microsoft respects your privacy.  To learn more, please read our privacy statement.                                Microsoft Corporation, One Microsoft Way, Redmond, WA 98052




&lt;/pre&gt;</description>
    <dc:creator>ELKE Brandt</dc:creator>
    <dc:date>2010-07-17T07:46:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6445">
    <title>LAURETTA Beltran added you as a friend on Windows Live</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6445</link>
    <description>&lt;pre&gt;

                                                 LAURETTA Beltran added you as a friend on Windows Live          
                                                 Add as friend                  Don't miss what matters! Change what types of notifications you receive from Windows Live, including setting up SMS notifications.Microsoft respects your privacy.  To learn more, please read our privacy statement.                                Microsoft Corporation, One Microsoft Way, Redmond, WA 98052




&lt;/pre&gt;</description>
    <dc:creator>LAURETTA Beltran</dc:creator>
    <dc:date>2010-07-13T19:37:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6442">
    <title>Mailing list spam?</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6442</link>
    <description>&lt;pre&gt;I thought we closed the CMUCL mailing lists, but I'm getting some spam
on cmucl-help.  I thought they were just cmucl-help-bounce messages sent
to me personally, but I see them on the gmane archives too.


Ray



&lt;/pre&gt;</description>
    <dc:creator>Raymond Toy</dc:creator>
    <dc:date>2010-07-10T18:56:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6441">
    <title>AIKO Dailey added you as a friend on Windows Live</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6441</link>
    <description>&lt;pre&gt;

                                                 AIKO Dailey added you as a friend on Windows Live          
                                                 Add as friend                  Don't miss what matters! Change what types of notifications you receive from Windows Live, including setting up SMS notifications.Microsoft respects your privacy.  To learn more, please read our privacy statement.                                Microsoft Corporation, One Microsoft Way, Redmond, WA 98052






&lt;/pre&gt;</description>
    <dc:creator>AIKODailey&lt; at &gt;aol.com</dc:creator>
    <dc:date>2010-07-10T14:04:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6440">
    <title>JEWEL Fink added you as a friend on Windows Live</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6440</link>
    <description>&lt;pre&gt;
                                                 JEWEL Fink added you as a friend on Windows Live          
                                                 Add as friend                  Don't miss what matters! Change what types of notifications you receive from Windows Live, including setting up SMS notifications.Microsoft respects your privacy.  To learn more, please read our privacy statement.                                Microsoft Corporation, One Microsoft Way, Redmond, WA 98052




&lt;/pre&gt;</description>
    <dc:creator>JEWEL Fink</dc:creator>
    <dc:date>2010-07-10T01:08:19</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.lisp.cmucl.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.cmucl.general</link>
  </textinput>
</rdf:RDF>

