<?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 about="http://blog.gmane.org/gmane.lisp.openmcl.devel">
    <title>gmane.lisp.openmcl.devel</title>
    <link>http://blog.gmane.org/gmane.lisp.openmcl.devel</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.openmcl.devel/3037"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.openmcl.devel/3031"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.openmcl.devel/3026"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.openmcl.devel/3025"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.openmcl.devel/3020"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.openmcl.devel/3017"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.openmcl.devel/3013"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.openmcl.devel/3012"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.openmcl.devel/3008"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.openmcl.devel/3007"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.openmcl.devel/3004"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.openmcl.devel/3000"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.openmcl.devel/2980"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.openmcl.devel/2976"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.openmcl.devel/2973"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.openmcl.devel/2972"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.openmcl.devel/2969"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.openmcl.devel/2963"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.openmcl.devel/2955"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.openmcl.devel/2951"/>
      </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.openmcl.devel/3037">
    <title>yet another ccl/x86 issue</title>
    <link>http://comments.gmane.org/gmane.lisp.openmcl.devel/3037</link>
    <description>The combination of ccl and my code seems to be quite good at picking  
up subtle "issues" in both systems. Here's the latest:

Bug (probably): can't determine class of #&lt;BOGUS object &lt; at &gt; #x8F1F7B6&gt;
    [Condition of type SIMPLE-ERROR]

Restarts:
  0: [LOAD-SOURCE] Load  
"home:projects;git.cyrusharmon.org;clem;src;subtr.lisp" instead of "/ 
Users/sly/projects/git.cyrusharmon.org/clem/src/ccl-1.3-darwin-x86/ 
subtr.dx32fsl"
  1: [RECOMPILE] Compile  
"home:projects;git.cyrusharmon.org;clem;src;subtr.lisp" into "/Users/ 
sly/projects/git.cyrusharmon.org/clem/src/ccl-1.3-darwin-x86/ 
subtr.dx32fsl" then load "/Users/sly/projects/git.cyrusharmon.org/clem/ 
src/ccl-1.3-darwin-x86/subtr.dx32fsl" again
  2: [RETRY-LOAD] Retry loading #P"/Users/sly/projects/ 
git.cyrusharmon.org/clem/src/ccl-1.3-darwin-x86/subtr.dx32fsl"
  3: [SKIP-LOAD] Skip loading #P"/Users/sly/projects/ 
git.cyrusharmon.org/clem/src/ccl-1.3-darwin-x86/subtr.dx32fsl"
  4: [LOAD-OTHER] Load other file instead of #P"/Users/sly/projects/ 
git.cyrushar</description>
    <dc:creator>Cyrus Harmon</dc:creator>
    <dc:date>2008-12-01T18:47:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.openmcl.devel/3031">
    <title>Unprintable CCL::IMMEDIATE : #xEB</title>
    <link>http://comments.gmane.org/gmane.lisp.openmcl.devel/3031</link>
    <description>
Ok, so my latest issue in trying to port my stuff to ccl is the error  
shown below. Not sure where to begin with this one.

thanks,

Cyrus

value #&lt;Unprintable CCL::IMMEDIATE : #xEB&gt; is not of the expected type  
CCL::UVECTOR.
    [Condition of type TYPE-ERROR]

Restarts:
  0: [RETRY] Retry SLIME REPL evaluation request.
  1: [ABORT] Return to SLIME's top level.
  2: [ABORT-BREAK] Reset this thread
  3: [ABORT] Kill this thread

Backtrace:
   0: ((:INTERNAL CCL::%XERR-DISP))
   1: (CCL::FUNCALL-WITH-ERROR-REENTRY-DETECTION #&lt;CCL:COMPILED- 
LEXICAL-CLOSURE (:INTERNAL CCL::%XERR-DISP) #x688A2E&gt;)
   2: (CCL::%XERR-DISP -334757490)
   3: (CCL::%PASCAL-FUNCTIONS% 2 -334757490)
   4: (CCL::%PR-INTEGER #&lt;Unprintable CCL::IMMEDIATE : #xEB&gt; 10  
#&lt;SWANK-BACKEND::SLIME-OUTPUT-STREAM #x8AE5026&gt; T NIL)
   5: (CCL::%RSC-STRING #&lt;Unprintable CCL::IMMEDIATE : #xEB&gt;)
   6: (CCL::%ERR-DISP-INTERNAL #&lt;Unprintable CCL::IMMEDIATE : #xEB&gt; (# 
\M #(0 0)) 1564382)
   7: (READ-SEQUENCE #(0 0) #&lt;BASIC-FILE-CHARACTER-INPUT-STREAM (</description>
    <dc:creator>Cyrus Harmon</dc:creator>
    <dc:date>2008-12-01T05:07:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.openmcl.devel/3026">
    <title>(setf (find-class ...) ...) problem</title>
    <link>http://comments.gmane.org/gmane.lisp.openmcl.devel/3026</link>
    <description>I'm trying to use david lichteblau's cxml-stp with ccl and am getting  
errors about undefined types. It seems that ccl doesn't like the  
following:

(setf (find-class 'document-type) (find-class 'cxml-stp:document-type))

a similar problem was discussed a while back where this problem arose  
with GSharp, but I'm not sure what the resolution was. Any suggestions?

thanks,

Cyrus
</description>
    <dc:creator>Cyrus Harmon</dc:creator>
    <dc:date>2008-11-30T21:40:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.openmcl.devel/3025">
    <title>International Lisp Conference 2009</title>
    <link>http://comments.gmane.org/gmane.lisp.openmcl.devel/3025</link>
    <description>The 2009 ILC will be held in Cambridge, Mass.  Many Clozurites will be  
in attendance.  If you have something you'd like to share, please  
consider submitting a paper.  Regardless of that, we hope that you'll  
attend.

----


            CALL FOR SUBMISSIONS

         INTERNATIONAL LISP CONFERENCE 2009

              Lisp: The Next 50 Years

        http://www.international-lisp-conference.org

       Massachusetts Institute of Technology
           Cambridge, Massachusetts, USA
             March 22-25, 2009


         Sponsored by the Association of Lisp Users

General Information:

The Association of Lisp Users is pleased to announce the 2009
International Lisp Conference will be held in Cambridge,
Massachusetts, at the Massachusetts Institute of Technology, Sunday
through Wednesday, March 22-25, 2009.  The emphasis will be on present
and future applications of technologies that have been or might soon
be associated with the Lisp programming language and/or related
languages and software.

We encourage</description>
    <dc:creator>Andrew Shalit</dc:creator>
    <dc:date>2008-11-26T21:13:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.openmcl.devel/3020">
    <title>defclass initform issue</title>
    <link>http://comments.gmane.org/gmane.lisp.openmcl.devel/3020</link>
    <description>I didn't expect the following result:

  ? (defclass foo ()
      ((data
:initform (make-array 1
      :element-type '(signed-byte 16)
      :initial-element -1))))
  #&lt;STANDARD-CLASS FOO&gt;

  ? (make-instance 'foo)
  &gt; Error: value -1 is not of the expected type (UNSIGNED-BYTE 16).

Startup says:

  Welcome to Clozure Common Lisp Version 1.2-r10552  (LinuxX8664)!

Is that a bug in CCL, or in my expectations? 

Zach
</description>
    <dc:creator>Zach Beane</dc:creator>
    <dc:date>2008-11-26T12:51:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.openmcl.devel/3017">
    <title>Running out of file descriptors with run-program</title>
    <link>http://comments.gmane.org/gmane.lisp.openmcl.devel/3017</link>
    <description>I have a program that uses run-program to call out to ImageMagick many  
times (on the order of hundreds of calls). Eventually, I run into a  
"Too many open files" error inside a call to (pipe) in run-program.

I specify :wait t so it shouldn't leave FDs open after the call  
exits.  I don't specify an :input; however, I do specify stream  
objects for :output and :error, and my hunch is that FDs are left open  
when these two streams are different.  If I change *error-output*  
to :output below, then the error goes away:

     (multiple-value-bind (status-key exit-code)
         (ccl:external-process-status
          (ccl:run-program "convert"
                           (list (path "svg") (path "gif"))
                           :wait t
                           :output *verbose-output*
                           :error *error-output*))
       (assert (not (eq status-key :running)))
       (unless (= exit-code 0)
         (error "ImageMagick returned non-zero on exit: ~D" exit- 
code))))

*verbose-output*</description>
    <dc:creator>Daniel Dickison</dc:creator>
    <dc:date>2008-11-25T21:24:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.openmcl.devel/3013">
    <title>sharing in external-process streams</title>
    <link>http://comments.gmane.org/gmane.lisp.openmcl.devel/3013</link>
    <description>Hi,

The attached diff was my solution for allowing customization of  
the :sharing keyword when creating input and output streams for  
external processes.

The problem I was trying to solve was not being able to read and/or  
write on the streams that are created for external-processes when  
using :stream for the :input and :output keyword arguments.  In  
particular, any reading and writing from threads that did not create  
the external-process failed due the the streams defaulting as :private  
to the creating thread.

Comments?

Osei

Index: level-1/linux-files.lisp
===================================================================
--- level-1/linux-files.lisp    (revision 10465)
+++ level-1/linux-files.lisp    (working copy)
&lt; at &gt;&lt; at &gt; -766,6 +766,8 &lt; at &gt;&lt; at &gt;
         (format stream " : ~d" (external-process-%exit-code p)))
        (format stream ")"))))

+(defvar *external-process-sharing* :private)
+
  (defun get-descriptor-for (object proc close-in-parent close-on-error
                                   &amp;rest </description>
    <dc:creator>Osei Poku</dc:creator>
    <dc:date>2008-11-20T15:00:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.openmcl.devel/3012">
    <title>Pledge Drive and University / Corporate Support</title>
    <link>http://comments.gmane.org/gmane.lisp.openmcl.devel/3012</link>
    <description>We've heard from a bunch of people who would like to support CCL  
financially but can't get their purchasing departments to give money  
to a "pledge drive."  I'm happy to say that we have a solution to that  
problem.  We've recently begun selling supported copies of Clozure  
CL.  Pricing is as follows:

Clozure CL + 1 support incident   = $250
Clozure CL + 2 support incidents = $500
Clozure CL + 5 support incidents = $1,000
etc.

We're happy to generate an invoice or fill a purchase order for a  
supported copy of CCL for  anyone who wants one.  Just let us know the  
number of support  incidents you want, or the amount you want to  
spend, and let us know  the organization, department, etc that we  
should be invoicing.

Once the purchase is complete, you can use the support incidents to   
get direct support for your work, or you can direct us to use them  
for  improvements to the CCL IDE.

Please contact me if you'd like to make such a purchase.


Yours,
Andrew Shalit
Clozure Associates
</description>
    <dc:creator>Andrew Shalit</dc:creator>
    <dc:date>2008-11-19T03:09:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.openmcl.devel/3008">
    <title>"internal" functions and xref</title>
    <link>http://comments.gmane.org/gmane.lisp.openmcl.devel/3008</link>
    <description>(while trying to fix slime's who-calls for ccl-1.3, I noticed)

ccl::make-xref-entry returns bogus xrefs when it is given "internal"
functions.

Example:

   $ ccl -n
   Welcome to Clozure Common Lisp Version 1.3-dev-r  (LinuxX8664)!
   ? (require 'xref)
   XREF
   ("XREF")
   ? (ccl::callers 'print-object)
   (#&lt;CCL::STANDARD-KERNEL-METHOD PRINT-OBJECT 
(INSPECTOR::UNBOUND-MARKER T)&gt;
    #&lt;CCL::STANDARD-KERNEL-METHOD CCL::REPORT-CONDITION (CONDITION T)&gt;
    CCL::WRITE-A-FROB #&lt;CCL::STANDARD-KERNEL-METHOD PRINT-OBJECT 
(COMPLEX T)&gt;
    (:INTERNAL (PRINT-OBJECT (CLASS T)))
    (:INTERNAL (PRINT-OBJECT (STANDARD-OBJECT T)))
    (:INTERNAL CCL::WRITE-AN-ISTRUCT))
   ? (car (last *))
   (:INTERNAL CCL::WRITE-AN-ISTRUCT)
   ? (ccl::make-xref-entry * :direct-calls)
   #&lt;XREF-ENTRY INTERNAL METHOD (WRITE-AN-ISTRUCT)&gt;
   ?

A simple fix I came up with was to add a new CASE clause for :internal:

(defun make-xref-entry (input relation)
   (etypecase input
     (symbol
      ...)
     (method
      ...)
     (cons
   </description>
    <dc:creator>Takehiko Abe</dc:creator>
    <dc:date>2008-11-18T08:25:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.openmcl.devel/3007">
    <title>CCL IDE Pledge Drive Update</title>
    <link>http://comments.gmane.org/gmane.lisp.openmcl.devel/3007</link>
    <description>Hello CCL Users --

The Clozure CL Development Environment Pledge Drive is going well!

We have received pledges totaling $19,150.  That brings us over 90% of  
the way to our goal of $20,000.

[Imagine thermometer graphic here, with red bar reaching almost to the  
top.]

Please help us reach our goal, so we can get down to work building the  
best Common Lisp IDE anywhere.  When we announced the Pledge Drive, we  
requested pledges of $500 or more.  At this time, we'd like to open it  
up to contributions of any amount.  Every little bit will help us  
reach our goal of $20,000.

You can contribute directly through PayPal: just direct your payment "payments&lt; at &gt;clozure.com 
".  To make a pledge or payment another way, please contact me at alms&lt; at &gt;clozure.com 
.

Please make your pledge today.

To recap:

Our goal is to raise $20,000 to support two months of development on  
the CCL IDE, running on Mac OS X.  This will allow us to greatly  
improve the quality and reliability of the CCL IDE.  Specific work  
will </description>
    <dc:creator>Andrew Shalit</dc:creator>
    <dc:date>2008-11-14T20:10:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.openmcl.devel/3004">
    <title>About lispbuilder on win32</title>
    <link>http://comments.gmane.org/gmane.lisp.openmcl.devel/3004</link>
    <description>_______________________________________________
Openmcl-devel mailing list
Openmcl-devel&lt; at &gt;clozure.com
http://clozure.com/mailman/listinfo/openmcl-devel
</description>
    <dc:creator>sky sea</dc:creator>
    <dc:date>2008-11-14T12:55:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.openmcl.devel/3000">
    <title>logical pathnames not working with alias</title>
    <link>http://comments.gmane.org/gmane.lisp.openmcl.devel/3000</link>
    <description>_______________________________________________
Openmcl-devel mailing list
Openmcl-devel&lt; at &gt;clozure.com
http://clozure.com/mailman/listinfo/openmcl-devel
</description>
    <dc:creator>Alexander Repenning</dc:creator>
    <dc:date>2008-11-14T00:43:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.openmcl.devel/2980">
    <title>NSNormalWindowLevel</title>
    <link>http://comments.gmane.org/gmane.lisp.openmcl.devel/2980</link>
    <description>_______________________________________________
Openmcl-devel mailing list
Openmcl-devel&lt; at &gt;clozure.com
http://clozure.com/mailman/listinfo/openmcl-devel
</description>
    <dc:creator>Arthur W Cater</dc:creator>
    <dc:date>2008-11-06T10:01:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.openmcl.devel/2976">
    <title>Cockpit Error using SAVE-APPLICATION?</title>
    <link>http://comments.gmane.org/gmane.lisp.openmcl.devel/2976</link>
    <description>Hi,

I am creating an application via save-application.  On start with the
created image (at this point is w/o the kernel appended so is started with
ccl -I &lt;image-name&gt;), I am blowing off with an error which makes me think I
am doing something wrong, which is likely obvious to those who've done this
with CCL before (I've done this all the time with ACL).

Anyway, here is the very simple example:

$ ccl
Welcome to Clozure Common Lisp Version 1.2-r10552  (LinuxX8664)!
? 
(defun apri-toplevel () (format t "~%Persistence starts") (dotimes (i 10)
(sleep 5) (format t ".")))
APRI-TOPLEVEL
? 
(save-application "/var/aprigo/Persistence/persistence.lx64"
:toplevel-function 'apri-toplevel)
$ 
$ ccl -I /var/aprigo/Persistence/persistence.lx64 
Error during early application initialization:

Fault during write to memory address #x165CE9F8
? for help
[31383] OpenMCL kernel debugger: (K)
[31383] OpenMCL kernel debugger: Killed
$ 


If I change the toplevel to:

(defun apri-toplevel () :apri-done)

then it seems to work.  </description>
    <dc:creator>j-anthony&lt; at &gt;comcast.net</dc:creator>
    <dc:date>2008-11-05T19:44:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.openmcl.devel/2973">
    <title>NSFontAttributeName</title>
    <link>http://comments.gmane.org/gmane.lisp.openmcl.devel/2973</link>
    <description>_______________________________________________
Openmcl-devel mailing list
Openmcl-devel&lt; at &gt;clozure.com
http://clozure.com/mailman/listinfo/openmcl-devel
</description>
    <dc:creator>Arthur W Cater</dc:creator>
    <dc:date>2008-11-03T11:36:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.openmcl.devel/2972">
    <title>Pledge Drive to Support the CCL DevelopmentEnvironment</title>
    <link>http://comments.gmane.org/gmane.lisp.openmcl.devel/2972</link>
    <description>Hello CCL Users -

I'm happy to officially announce our pledge drive to raise funds to  
improve the CCL IDE.  Now is your chance to help us build a  
development environment that is worthy of the great CCL compiler and  
runtime that we already have.

Our goal is to raise $20,000 in pledges.  This will allow us to put  
substantial dedicated effort into the CCL IDE.  We want to take it  
from its current wobbly alpha state and turn it into a solid stable  
development environment for Common Lisp.

The priorities for our work will be set by the people who fund the  
project.  So far these priorities include:

1. Improving and stabilizing the editor.  (Think Fred.)
2. Completing the other existing IDE tools (Processes, Apropos,  
Inspect, Search Files).
3. Adding additional features and tools to the editor and the IDE  
(e.g. multiple-font support).
4. Simplifying the installation and build process to make CCL  
available to more users, including Lisp newbies.
5. Reorganizing the source code to encourage futu</description>
    <dc:creator>Andrew Shalit</dc:creator>
    <dc:date>2008-10-28T19:41:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.openmcl.devel/2969">
    <title>Using ccl as a #! scripting language</title>
    <link>http://comments.gmane.org/gmane.lisp.openmcl.devel/2969</link>
    <description>Hi,

I've been learning lisp recently, and I've wanted to use it for  
'casual' scripting in order to become more familiar with it.

As such, I wanted to find a way to use it on my mac as a scripting  
language from the terminal in #! scripts.

The script below is my attempt at making this practical, that I've  
used on 10.5 with a recent version (just before 1.2) of ccl

Presented here in the hope others find it useful.

John

---/usr/local/bin/ccl-script---
#!/bin/bash
# ccl-script
#
# Placed in the public domain by the author John McAleely &lt;john&lt; at &gt;mcaleely.com 
 &gt;
#
# A front end for ccl to be used to create #! executable text scripts on
# unix like operating systems.
# Start your text script with:
# #!/usr/bin/env /path/to/ccl-script *command-line*
#
# *command-line* is defined in the script as a list of the
#                command line arguments used to invoke the script
# #! causes the remainder of the line to be ignored.
#
# eg
#
##!/usr/bin/env /path/to/ccl-script *command-line*
#(format t "Hello Worl</description>
    <dc:creator>John McAleely</dc:creator>
    <dc:date>2008-10-26T12:07:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.openmcl.devel/2963">
    <title>Typing #</title>
    <link>http://comments.gmane.org/gmane.lisp.openmcl.devel/2963</link>
    <description>I'm sure this is very obvious, but I can't work out how to type a #  
symbol into Clozure using my UK macbook.  Normally this would be  
Alt-3.  Using "Special Characters ..." is getting tiresome.  Advice  
welcome.

Thanks,
stephen
</description>
    <dc:creator>Stephen Parker</dc:creator>
    <dc:date>2008-10-25T12:14:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.openmcl.devel/2955">
    <title>Slime problem on windows</title>
    <link>http://comments.gmane.org/gmane.lisp.openmcl.devel/2955</link>
    <description>First, great work on win32 port.
I tried to use slime with it but got the following error when tried:
(progn (load "c:/dev/cvstree/lisp/slime/swank-loader.lisp" :verbose t)
(funcall (read-from-string "swank-loader:init")) (funcall
(read-from-string "swank:start-server")
"c:/DOCUME~1/markko/LOCALS~1/Temp/slime.932" :coding-system
"iso-latin-1-unix"))

; loading system definition from
c:/lisp/lib/asdf-binary-locations/asdf-binary-locations.asd into
#&lt;Package "ASDF0"&gt;
; registering #&lt;SYSTEM ASDF-BINARY-LOCATIONS #x89EA04E&gt; as ASDF-BINARY-LOCATIONS
Welcome to Clozure Common Lisp Version 1.3-dev-r11178M-trunk  (WindowsX8632)!
? ;Loading #P"c:/dev/cvstree/lisp/slime/swank-loader.lisp"...
;Loading #P"C:/Documents and
Settings/markko/.slime/fasl/2008-10-21/openmcl-version_1.3-dev-r11178m-trunk__(windowsx8632)-windows-x86/swank-backend.wx32fsl"...
;Loading #P"C:/Documents and
Settings/markko/.slime/fasl/2008-10-21/openmcl-version_1.3-dev-r11178m-trunk__(windowsx8632)-windows-x86/metering.wx32fsl"...
;Compiling "c:/de</description>
    <dc:creator>Marko Kocić</dc:creator>
    <dc:date>2008-10-22T08:28:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.openmcl.devel/2951">
    <title>AppleScript'ing equivalents in Lisp?</title>
    <link>http://comments.gmane.org/gmane.lisp.openmcl.devel/2951</link>
    <description>Being an utter newbie at this Mac thing, I wondered if there where an
relatively easy way to access application functionality as I understand
one can with AppleScript?

I have the dual problem of finding out which objects to access and how
to access them. AppleScript does not look that frightening but I would
rather access the information from an environment that I know and love :-)

My first target project is to sanitize some track information in
iTunes. Sometimes what should have been the track title, ends up in the
composer field and handling that one track at a time is frustratingly
laborious when I just want to shuffle some existing fields in some
one-of fashion.


------------------------+-----------------------------------------------------
Christian Lynbech       | christian #\&lt; at &gt; defun #\. dk
------------------------+-----------------------------------------------------
Hit the philistines three times over the head with the Elisp reference manual.
                                        - petonic&lt; at &gt;hal.</description>
    <dc:creator>Christian Lynbech</dc:creator>
    <dc:date>2008-10-20T18:00:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.openmcl.devel/2948">
    <title>SLIME and ccl on win32</title>
    <link>http://comments.gmane.org/gmane.lisp.openmcl.devel/2948</link>
    <description>The win32 port of CCL seems to be far enough along to run under SLIME.
(It's actually been able to run under SLIME for a week or so; quitting
reliably when running under SLIME is a relatively recent development ...)
Some notes:

- I've tried this with a relatively recent CVS SLIME (the version I've
been using announces itself as "SLIME 2008-10-10".)

- There are several different versions of [X]Emacs for Windows;they
may or may not differ in functionality (socket/subprocess support).
I was able to get things working with the official FSF binaries
from ftp.gnu.org (currently or very recently available as 
'emacs-22.2-bin-i386.zip'.  I have no idea why that Emacs wants
to make its initial window (er, 'frame') taller than my monitor.
It's probably quite a bit harder to get a Cygwin version of Emacs
or XEmacs to work; Cygwin programs tend to have different view
of the filesystem than that seen by native programs, and this can
cause confusion.

That particular Emacs considers the user's home directory to be
"c:/D</description>
    <dc:creator>Gary Byers</dc:creator>
    <dc:date>2008-10-20T10:06:31</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.lisp.openmcl.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.lisp.openmcl.devel</link>
  </textinput>
</rdf:RDF>
