<?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.lispworks.general">
    <title>gmane.lisp.lispworks.general</title>
    <link>http://blog.gmane.org/gmane.lisp.lispworks.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.lispworks.general/11594"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.lispworks.general/11591"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.lispworks.general/11590"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.lispworks.general/11589"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.lispworks.general/11588"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.lispworks.general/11587"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.lispworks.general/11586"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.lispworks.general/11585"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.lispworks.general/11580"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.lispworks.general/11572"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.lispworks.general/11570"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.lispworks.general/11569"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.lispworks.general/11567"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.lispworks.general/11556"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.lispworks.general/11550"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.lispworks.general/11547"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.lispworks.general/11543"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.lispworks.general/11542"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.lispworks.general/11539"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.lispworks.general/11538"/>
      </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.lispworks.general/11594">
    <title>Clon 1.0b22 is out</title>
    <link>http://comments.gmane.org/gmane.lisp.lispworks.general/11594</link>
    <description>&lt;pre&gt;

  FYI, this new release now supports LispWorks. Thanks to Martin for
providing a fully functional version of LW 6.1.

http://www.didierverna.com/sciblog/index.php?post/2012/05/22/Clon-1.0b22-is-out

&lt;/pre&gt;</description>
    <dc:creator>Didier Verna</dc:creator>
    <dc:date>2012-05-22T12:36:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.lispworks.general/11591">
    <title>capi:clone</title>
    <link>http://comments.gmane.org/gmane.lisp.lispworks.general/11591</link>
    <description>&lt;pre&gt;
Is capi:clone implemented for the standard pinboard objects?  I would have expected so, but it appears not to be the case (in LW61):

(capi:clone (make-instance 'capi:capi-object))

fails, same as for capi:ellipse.  Comments welcome.

pt

_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug&amp;lt; at &amp;gt;lispworks.com
http://www.lispworks.com/support/lisp-hug.html


&lt;/pre&gt;</description>
    <dc:creator>Paul Tarvydas</dc:creator>
    <dc:date>2012-05-15T14:45:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.lispworks.general/11590">
    <title>Capi input model on Mac OS X 10.7 for key/character does not work!</title>
    <link>http://comments.gmane.org/gmane.lisp.lispworks.general/11590</link>
    <description>&lt;pre&gt;I am trying to run the input-model.lisp example under:
examples/capi/output-panes/input-model.lisp

However, except mouse inputs; key and char inputs do not work.

I am on Mac OS X 10.7 running Lispworks 6.0 Personal edition.

Any ideas appreciated?

Thanks,
Deepak
&lt;/pre&gt;</description>
    <dc:creator>Deepak Surti</dc:creator>
    <dc:date>2012-05-15T09:50:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.lispworks.general/11589">
    <title>*error-output* and stderr</title>
    <link>http://comments.gmane.org/gmane.lisp.lispworks.general/11589</link>
    <description>&lt;pre&gt;
Hello,

I am working on a delivered executable on Mac OS X.
How do I send *error-output* to stderr and *standard-output* to stdout?


Best Regards,
Camille


&lt;/pre&gt;</description>
    <dc:creator>Camille Troillard</dc:creator>
    <dc:date>2012-05-14T15:31:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.lispworks.general/11588">
    <title>Remove me  from the mail list</title>
    <link>http://comments.gmane.org/gmane.lisp.lispworks.general/11588</link>
    <description>&lt;pre&gt;Dear sir, 

 

could you please remove me  from the mail list, since I could not
find the way to do it myself.

 

Thank you in advance

 

 

 

&lt;/pre&gt;</description>
    <dc:creator>???</dc:creator>
    <dc:date>2012-05-11T11:37:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.lispworks.general/11587">
    <title>Use of '--' on the command-line</title>
    <link>http://comments.gmane.org/gmane.lisp.lispworks.general/11587</link>
    <description>&lt;pre&gt;

  And here's a suggestion: it would be nice if Lispworks complied with
Posix by ignoring what's after '--' on its command-line (all other
compilers currently do so).

AFAICUI, the current behavior is to ignore options unknown to Lispworks,
and leave everything in *line-arguments-list*. This is almost OK because
you can pass any user-specific option to your session, but the problem
is the risk of collision with options that Lispworks already handles.

For instance, you cannot currently say something like this:

lispworks -load mystuff.lisp -- -build myprog ; myprog non-existant

because Lispworks tries to handle -build itself.

&lt;/pre&gt;</description>
    <dc:creator>Didier Verna</dc:creator>
    <dc:date>2012-05-11T09:22:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.lispworks.general/11586">
    <title>Remove me from the mailing list</title>
    <link>http://comments.gmane.org/gmane.lisp.lispworks.general/11586</link>
    <description>&lt;pre&gt;
Dear sir, 

could you please remove me  from the mail list, since I could not
find the way to do it myself.

Thank you in advance

--
Sally Sangwon Park
Kstartup Project Manager 

Cell: +82)10-9287-6632
Email: sallypark&amp;lt; at &amp;gt;me.com
Skype: &amp;lt; at &amp;gt;psw1223
Twitter: &amp;lt; at &amp;gt;psw1223
Facebook: facebook.com/sallypark1223


&lt;/pre&gt;</description>
    <dc:creator>Sally Sangwon Park</dc:creator>
    <dc:date>2012-05-11T07:40:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.lispworks.general/11585">
    <title>Remove me  from the mail list</title>
    <link>http://comments.gmane.org/gmane.lisp.lispworks.general/11585</link>
    <description>&lt;pre&gt;Dear sir, 


could you please remove me  from the mail list, since I could not
find the way to do it myself.

Thank you in advance
&lt;/pre&gt;</description>
    <dc:creator>aouss gabash</dc:creator>
    <dc:date>2012-05-11T06:51:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.lispworks.general/11580">
    <title>remove from the mail list</title>
    <link>http://comments.gmane.org/gmane.lisp.lispworks.general/11580</link>
    <description>&lt;pre&gt;
Dear sir,  please remove me  from the mail list, since I could not
find the way to do it myself. Thank you


&lt;/pre&gt;</description>
    <dc:creator>zhao yh</dc:creator>
    <dc:date>2012-05-10T16:11:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.lispworks.general/11572">
    <title>linux ide question</title>
    <link>http://comments.gmane.org/gmane.lisp.lispworks.general/11572</link>
    <description>&lt;pre&gt;
Hello -

LW 6.1 linux 32bits. When it starts there are two windows, the "main" one with a toolbar and menus and the listener window. The "main" window is actually of no use because one can access all tools via menus in listener, editor, etc. windows. I can manually close that "main" window after the startup and proceed with work.

Question: how can I automatically close that "main" window during the startup? Any tricks to add to the .lispworks file?

Best,
 Art


&lt;/pre&gt;</description>
    <dc:creator>Art Obrezan</dc:creator>
    <dc:date>2012-05-10T14:37:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.lispworks.general/11570">
    <title>accessing a stream's file descriptors</title>
    <link>http://comments.gmane.org/gmane.lisp.lispworks.general/11570</link>
    <description>&lt;pre&gt;

  Hello,

I need to access the output file descriptor of a stream (so that I can
pass it to a CFFI foreign function. Allegro has
excl::stream-output-handle and CLISP has ext:stream-handles for
instance. What is the equivalent in Lispworks?

thank you!

&lt;/pre&gt;</description>
    <dc:creator>Didier Verna</dc:creator>
    <dc:date>2012-05-10T13:56:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.lispworks.general/11569">
    <title>Please UNSUBSCRIBE NOW</title>
    <link>http://comments.gmane.org/gmane.lisp.lispworks.general/11569</link>
    <description>&lt;pre&gt;Please do NOT send me any more messages from this list! Thank you!
&lt;/pre&gt;</description>
    <dc:creator>H. Fielding</dc:creator>
    <dc:date>2012-05-01T16:19:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.lispworks.general/11567">
    <title>Multisample anti aliasing with Lispworks and OpenGL</title>
    <link>http://comments.gmane.org/gmane.lisp.lispworks.general/11567</link>
    <description>&lt;pre&gt;Hi,

I am currently evaluating Lispworks 6.1 for a 3D opengl app. I have looked
up the opengl lispworks sample
but did not find support for the anti alias arb extension.
http://www.opengl.org/registry/specs/ARB/multisample.txt

The CAPI docs say that output pane does support anti aliasing via drawing
mode = quality. I have tried
that setting as well in my opengl pane, but no luck.

How to do something like multisample anti aliasing with lispworks? Any
pointers appreciated.

Thanks,
Deepak
&lt;/pre&gt;</description>
    <dc:creator>Deepak Surti</dc:creator>
    <dc:date>2012-04-25T15:26:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.lispworks.general/11556">
    <title>test frameworks</title>
    <link>http://comments.gmane.org/gmane.lisp.lispworks.general/11556</link>
    <description>&lt;pre&gt;
I need a test framework for regression-testing and unit-testing some
libraries and applications written using LispWorks.  Suggestions?  I
have read this:

&amp;lt;http://aperiodic.net/phil/archives/Geekery/notes-on-lisp-testing-frameworks.html&amp;gt;

and looked through quite a few of the linked pages, as a result of
which I am favouring FiveAM, and thinking of building some
infrastructure for testing CAPI widgets.

Nick B


&lt;/pre&gt;</description>
    <dc:creator>Nick Barnes</dc:creator>
    <dc:date>2012-04-18T20:41:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.lispworks.general/11550">
    <title>CLOCC?</title>
    <link>http://comments.gmane.org/gmane.lisp.lispworks.general/11550</link>
    <description>&lt;pre&gt;Hi All,

Just ran across some references to Drew McDermott and his YTools package for CL. Unfortunately, all Yale links are now dead, and the Lisp repositories have had an unfortunate name collision between his tools and the newest CLOCC repository. So I cannot locate his YTools anywhere.

If anyone has a copy of YTools and doesn't mind sharing, I'd be most grateful to you.

Cheers,

Dr. David McClain
Chief Technical Officer
Refined Audiometrics Laboratory
4391 N. Camino Ferreo
Tucson, AZ  85750

email: dbm&amp;lt; at &amp;gt;refined-audiometrics.com
phone: 1.520.529.2437
web: http://www.refined-audiometrics.com




&lt;/pre&gt;</description>
    <dc:creator>David McClain</dc:creator>
    <dc:date>2012-04-12T21:21:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.lispworks.general/11547">
    <title>Synchronizing Animation in CAPI with monitor's vertical sync refresh rate</title>
    <link>http://comments.gmane.org/gmane.lisp.lispworks.general/11547</link>
    <description>&lt;pre&gt;Hi,

I am currently evaluating Lispworks Enterprise Edition for a 3D sports
game, using CAPI
and OpenGL.

I have looked into the provided OpenGL example app (icosahedron), for
opengl and balloons.lisp (in CAPI
applications) for synchronizing animation using timers. Since I am right
now in the prototype
stage, timer works fine. However at a later stage, when the game may have
large number of objects
to be rendered, the animation may get ghosted.

What I am looking at is a way to synchronize my animation with the
monitor's vertical refresh rate.
With the timer, I have to specify a delay. I have looked up the CAPI docs,
the examples listed, but
did not find a way to schedule either timer or the opengl pane redisplay
callback with the vertical refresh
rate. In my prototype I do use capi:with-atomic-redisplay but I don't know
if it does what I intend to,
which I doubt, because in that case then the schedule timer should not
require a delay.

For example, in Mac OS X using Objective C, I can use something like
CVDisplayLinkRef.
http://developer.apple.com/library/mac/#documentation/graphicsimaging/conceptual/OpenGL-MacProgGuide/opengl_designstrategies/opengl_designstrategies.html.
[Synchronize with screen
refresh rate section].
However, since I am writing the game to be ported on both Mac , Win; a
platform specific solution is not useful.

Any ideas how to do this?

Any help appreciated,
Thanks,
Deepak

&lt;/pre&gt;</description>
    <dc:creator>Deepak Surti</dc:creator>
    <dc:date>2012-04-10T08:42:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.lispworks.general/11543">
    <title>Curious?</title>
    <link>http://comments.gmane.org/gmane.lisp.lispworks.general/11543</link>
    <description>&lt;pre&gt;Oh !!! I finally get it... 

Every time the Lisp reader sees a #:symbol it creates a fresh uninterned symbol item. So unless I explicitly use the print-circle notation, I will end up shooting myself in the foot. 

Got it. Thanks for the hints.


Dr. David McClain
dbm&amp;lt; at &amp;gt;refined-audiometrics.com



&lt;/pre&gt;</description>
    <dc:creator>David McClain</dc:creator>
    <dc:date>2012-04-05T01:34:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.lispworks.general/11542">
    <title>[ELS 2012] Call for Participation</title>
    <link>http://comments.gmane.org/gmane.lisp.lispworks.general/11542</link>
    <description>&lt;pre&gt;
Apologies for the multiple postings.
====================================

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

Call for Participation.

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 systems, to the development of
abstractions levels that facilitate the expression of complex context
dependent tasks, to the construction of exchange formats handling
libraries, to the construction of theorem-provers for the "Semantic
Web".  The European Lisp Symposium 2012 solicits the submission of
papers with this specific theme in mind, alongside the more
traditional tracks which have appeared in the past editions.

Registration:

Until April 15th the registration fee will be reduced.
Use the form on www.european-lisp-symposium.org to register.


Preliminary Program schedule:

Sunday April 29.
11:00Sea &amp;amp; Sun &amp;amp; Coffee (meeting place: The Sea organ &amp;amp; Greeting to the Sun)
19:30 - 21:30Welcome Cocktail at the Garden Bar

Monday April 30.
8:30 - 09:00Registration
09:30 - 10:00Welcome
10:00 - 11:00Juan Jose Garcia-Ripoll, Instituto de
                 FÃ­sica Fundamental, CSIC, Spain
11:00 - 11:30Coffee Break
11:30 - 13:00Session 1
      11:30 - 12:15 Laurent Senta, Christopher Chedeau and
              Didier Verna. Generic Image Processing with Climb
      12:15 - 13:00 Giovanni Anzani, An iterative method to
              solve overdetermined systems of nonlinear equations
    applied to the restitution of planimetric measurements


13:00 - 15:00Lunch Break

15:00 - 16:30Session 2
      15:00 - 15:45 Alessio Stalla. Java interop with ABCL, a
                    practical example
      15:45 - 16:30 Nils Bertschinger. Embedded probabilistic
                    programming in Clojure
16:30 - 17:30   Pascal Costanza, ExaScience Lab, Intel, Belgium
17:30 - 18:00Lightening Talk (1)
18:00 - 20:00Buffet at the University of Zadar

Thusday May 1.
10:00 - 11:00Ernst van Waning, Infometrics, Netherlands
11:00 - 11:30Coffee Break
11:30 - 13:00Session 3
      11:30 - 12:15 Marco Benelli. Scheme in IndustrialAutomation
      12:15 - 13:00 Gunnar VÃ¶lkel, Johann M. Kraus and Hans A. Kestler
    Algorithm Engineering with Clojure
13:00 - 15:00Lunch Break

15:00 - 16:30Session 4
      15:00 - 15:45 IrÃ¨ne Anne Durand. Object enumeration
      15:45 - 16:30 Alessio Stalla. Doplus, the high-level,
                  Lispy, extensible iteration construct

16:30 - 17:00Lightening Talk (2)
17:00 - 18:00Announcements &amp;amp; Wrap-up


Venue:

Zadar is one of the enchanting cities on the Adriatic coast rich in
history. It still preserves a very old network of narrow and charming
city streets, as well as a Roman forum dating back to the first
century AD. In addition, Zadar region encompasses many natural
beauties, most prominent among them is the Kornati National Park, the
most unusual and indented set of small islands in the Mediterranean
(89 islands, islets and reefs) located only 15 nautical miles south of
Zadar â a visit to Kornati is planned as a part of the conference.


Accomoodation:

Participants are responsible for their own accommodation
arrangements. Reservations should be made directly to the hotels.

When making reservations in hotel Hotel Kolovare, please indicate that
you are with ELS 2012 / University of Zadar and you will get a
discount.  Due to the popularity of the location in spring, an early
reservations is recommended.

Hotel Kolovare * * * *
www.hotel-kolovare.com, +385 23 211 017, +385 203 200

Other accommodation options:
Hotel Bastion * * * *
www.hotel-bastion.hr, +385 23 / 494 950, info [at] hotel-bastion.hr

Falkenstiner Hotels &amp;amp; resorts â (Funimation)* * *
www.falkensteiner.com, +385 (0)23 206 400, +385 (0)23 332 065,
sales.borik [at] falkensteiner.com

Hotel Mediteran * * *
www.hotelmediteran-zd.hr, info [at] hotelmediteran-zd.hr

Hotel Porto * * *
www.hotel-porto.hr, +385-(0)23-292300, hotel.porto [at] zd.t-com.hr

Hotel Villa Nico * * *
www.hotel-villanico.com, +385 23 331198, +385 23 331960,
nico.moric [at] villanico.t-com.hr

Hotel President * * * *
www.hotel-president.hr, +385 23 337 500+385 (23) 333 696 ,
info [at] hotel-president.hr

Hostel Zadar
+385 331-145



Web site:

www.european-lisp-symposium.org


&lt;/pre&gt;</description>
    <dc:creator>Marco Antoniotti</dc:creator>
    <dc:date>2012-04-04T22:01:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.lispworks.general/11539">
    <title>Curious?</title>
    <link>http://comments.gmane.org/gmane.lisp.lispworks.general/11539</link>
    <description>&lt;pre&gt;I must be missing something... 

I defined a macro that defines a macro. 

(defmacro defwrapper (name args &amp;amp;body body)
  ;; defines a macro that encapsulates its &amp;amp;body arg into a lambda and
  ;; calls a do-it routine with the lambda function. The do-it routine
  ;; contains the bulk of the the wrapper code. And the macro
  ;; generated wrapped code contains only a function call to the doit
  ;; routine.
  (let ((g!fn-name (gensym))
        (g!fn      (gensym))
        (g!body    (gensym)))
    `(progn
       (defun ,g!fn-name (,&amp;lt; at &amp;gt;args ,g!fn)
         ,&amp;lt; at &amp;gt;(subst `(funcall ,g!fn) '&amp;amp;body body))
       (defmacro ,name ((,&amp;lt; at &amp;gt;args) &amp;amp;body ,g!body)
         `(,',g!fn-name ,,&amp;lt; at &amp;gt;args (lambda () ,&amp;lt; at &amp;gt;,g!body))))))

When I evaluate this macro, and then use the resulting new macro to define another symbol, it works just fine. 

(defwrapper with-wrapped-thingy (a b c)
  (let ((ans (startup-fn a)))
    (unwind-protect
        &amp;amp;body ;; &amp;lt;-- this is where a funcall will be placed
      (shutdown ans b c))))

;; and now try to use the new macro

(with-wrapped-thingy (x y z)
    (doit x y z))

==&amp;gt; expands to:  (#:G31850 X Y Z (LAMBDA () (DOIT X Y Z)))

where #:G31850 is the name of the companion do-it function defined by defwrapper for with-wrapped-thingy.

But if I take the macro expansion of the newly created macro, evaluate it, and then try to apply it to produce a new binding, I get an error that the &amp;amp;body argument in the lambda expression is unbound.

The macro expansion for "with-wrapped-thingy" is:

(PROGN
  (DEFUN #:G31872 (A B C #:G31873)
    (LET ((ANS (STARTUP-FN A))) (UNWIND-PROTECT (FUNCALL #:G31873) (SHUTDOWN ANS B C))))
  (DEFMACRO WITH-WRAPPED-THINGY ((A B C) &amp;amp;BODY #:G31874)
    `(#:G31872 ,A ,B ,C (LAMBDA () ,&amp;lt; at &amp;gt;#:G31874))))

When I evaluate this expansion, and then use WITH-WRAPPED-THINGY, then I get the error:

(with-wrapped-thingy (x y z)
    (doit x y z))

==&amp;gt; The variable #:G31874 is unbound.

Eh???


Dr. David McClain
dbm&amp;lt; at &amp;gt;refined-audiometrics.com



&lt;/pre&gt;</description>
    <dc:creator>David McClain</dc:creator>
    <dc:date>2012-04-04T19:04:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.lispworks.general/11538">
    <title>Please UNSUBSCRIBE NOW</title>
    <link>http://comments.gmane.org/gmane.lisp.lispworks.general/11538</link>
    <description>&lt;pre&gt;

 STOP !!!!!!!! Do NOT Send Me anymore e-mail from this site. THANKS


________________________________&lt;/pre&gt;</description>
    <dc:creator>Ron</dc:creator>
    <dc:date>2012-04-02T11:23:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.lispworks.general/11536">
    <title>quitting an application</title>
    <link>http://comments.gmane.org/gmane.lisp.lispworks.general/11536</link>
    <description>&lt;pre&gt;
After recompiling my application using LW 6.1 (upgrading from LW 6.0) on MacOS 10.6, an error often (but not always) get printed in the terminal when I quit the application.

Error: No applicable methods for #&amp;lt;STANDARD-GENERIC-FUNCTION CAPI-LIBRARY:DISPLAY-MESSAGE-ON-SCREEN-REPRESENTATION 205B0F0A&amp;gt; with args ("No applicable methods for #&amp;lt;STANDARD-GENERIC-FUNCTION SCREEN-INTERFACES 206FE24A&amp;gt; with args (NIL)" NIL :CONTINUATION NIL)
  1 (continue) Call #&amp;lt;STANDARD-GENERIC-FUNCTION CAPI-LIBRARY:DISPLAY-MESSAGE-ON-SCREEN-REPRESENTATION 205B0F0A&amp;gt; again
  2 Call #&amp;lt;STANDARD-GENERIC-FUNCTION SCREEN-INTERFACES 206FE24A&amp;gt; again
  3 (abort) Quit process.

Type :b for backtrace or :c &amp;lt;option number&amp;gt; to proceed.
Type :bug-form "&amp;lt;subject&amp;gt;" for a bug report template or :? for other options.

CL-USER 1 : 1 &amp;gt; 
Warning: Capturing attempt to throw out of _CAPIGlobalMailboxHandler:.read failed 0 0 copy stdoutlogout

Has anyone had a similar experience or perhaps have an idea why screen-interfaces is being called.

Any suggestions would be welcome.

Thanks.
Paul


&lt;/pre&gt;</description>
    <dc:creator>Paul Berg</dc:creator>
    <dc:date>2012-04-01T20:18:54</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.lisp.lispworks.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.lispworks.general</link>
  </textinput>
</rdf:RDF>

