<?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://permalink.gmane.org/gmane.lisp.cmucl.general">
    <title>gmane.lisp.cmucl.general</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.lisp.cmucl.general/6501"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cmucl.general/6500"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cmucl.general/6499"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cmucl.general/6498"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cmucl.general/6497"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cmucl.general/6496"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cmucl.general/6493"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cmucl.general/6492"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cmucl.general/6491"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cmucl.general/6490"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cmucl.general/6489"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cmucl.general/6488"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cmucl.general/6487"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cmucl.general/6486"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cmucl.general/6485"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cmucl.general/6484"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cmucl.general/6483"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cmucl.general/6482"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cmucl.general/6481"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.cmucl.general/6480"/>
      </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://permalink.gmane.org/gmane.lisp.cmucl.general/6501">
    <title>Re: bugs in C::SOURCE-LOCATION and string reversal</title>
    <link>http://permalink.gmane.org/gmane.lisp.cmucl.general/6501</link>
    <description>&lt;pre&gt;Thanks for dealing with these issues.

Regarding:


I did a little test with CCL, LispWorks, and GCL and found that they
retain the value too.  So apparently it's the application's
responsibility (i.e., my responsibility) to deal with this.
Interestingly, SBCL and Allegro CL apparently do not retain the value,
instead setting it at startup to match the current working directory;
and CLISP seems to set it to #P"" at startup.

I'll probably just arrange that when my application starts up, if
(pathname-directory *default-pathname-defaults*) is non-nil, then
*default-pathname-defaults* is assigned the value of (make-pathname).

Regards,
Matt
   From: Raymond Toy &amp;lt;toy.raymond&amp;lt; at &amp;gt;gmail.com&amp;gt;
   Date: Wed, 15 May 2013 20:34:20 -0700

   &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; "Matt" == Matt Kaufmann &amp;lt;kaufmann&amp;lt; at &amp;gt;cs.utexas.edu&amp;gt; writes:

       Matt&amp;gt; The first bug pertains to C::SOURCE-LOCATION.  Below is part of the
       Matt&amp;gt; log, showing three errors during compilation followed by a break
       Matt&amp;gt; during load of the resulting compiled file.

      &lt;/pre&gt;</description>
    <dc:creator>Matt Kaufmann</dc:creator>
    <dc:date>2013-05-16T15:37:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cmucl.general/6500">
    <title>Re: bugs in C::SOURCE-LOCATION and string reversal</title>
    <link>http://permalink.gmane.org/gmane.lisp.cmucl.general/6500</link>
    <description>&lt;pre&gt;
    Matt&amp;gt; The first bug pertains to C::SOURCE-LOCATION.  Below is part of the
    Matt&amp;gt; log, showing three errors during compilation followed by a break
    Matt&amp;gt; during load of the resulting compiled file.

    Matt&amp;gt; ; 
    Matt&amp;gt; ; 
    Matt&amp;gt; ; File: /v/filer4b/v11q002/acl2space/acl2/devel/books/centaur/gl/gl&amp;lt; at &amp;gt;expansion.lsp

    Matt&amp;gt; ; In: DEFMACRO GL-BDD-MODE =&amp;gt; DEFATTACH GL::BFR-MODE

    Matt&amp;gt; ;   (DEFATTACH GL::BFR-MODE GL::BFR-BDD)
    Matt&amp;gt; ; --&amp;gt; DEFPARAMETER PROGN LISP::SET-DEFVAR-SOURCE-LOCATION 
    Matt&amp;gt; ; --&amp;gt; LISP::SET-DEFVAR-SOURCE-LOCATION 
    Matt&amp;gt; ; ==&amp;gt;
    Matt&amp;gt; ;   (C::SOURCE-LOCATION)
    Matt&amp;gt; ; Error: (during macroexpansion)
    Matt&amp;gt; ; Type-error in KERNEL::OBJECT-NOT-TYPE-ERROR-HANDLER:
    Matt&amp;gt; ;    27574 is not of type (UNSIGNED-BYTE 14)

With help from Matt, I've been able to reproduce this.  I think the
issue is that the file gl&amp;lt; at &amp;gt;expansion.lsp is a 500 KB source file with
way too many forms in it and exceeding the limit 14 bits that the
compiler allocates for the top-level form n&lt;/pre&gt;</description>
    <dc:creator>Raymond Toy</dc:creator>
    <dc:date>2013-05-16T03:34:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cmucl.general/6499">
    <title>Re: bugs in C::SOURCE-LOCATION and string reversal</title>
    <link>http://permalink.gmane.org/gmane.lisp.cmucl.general/6499</link>
    <description>&lt;pre&gt;Hello --

Thanks for the reply!  Please see replies below.

   From: Raymond Toy &amp;lt;toy.raymond&amp;lt; at &amp;gt;gmail.com&amp;gt;
   Date: Mon, 13 May 2013 19:18:05 -0700

   &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; "Matt" == Matt Kaufmann &amp;lt;kaufmann&amp;lt; at &amp;gt;cs.utexas.edu&amp;gt; writes:

       Matt&amp;gt; Hi --
       Matt&amp;gt; I downloaded the 2013-05 snapshot from
       Matt&amp;gt; http://trac.common-lisp.net/cmucl
       Matt&amp;gt; (http://common-lisp.net/project/cmucl/downloads/snapshots/2013/05/cmucl-2013-05-x86-linux.tar.bz2),
       Matt&amp;gt; and I am running into two bugs, discussed below.  The first is kind of
       Matt&amp;gt; a show-stopper.  It's hit me before using CMUCL 19e (so I guess it's
       Matt&amp;gt; been around awhile), but at that time I was able to avoid it simply by
       Matt&amp;gt; not running my application in a particular "mode".  I'd appreciate any
       Matt&amp;gt; suggestions for easily working around that first bug.  I've worked
       Matt&amp;gt; around the second bug, but I thought I should report it, and I do so
       Matt&amp;gt; at the end, below.

   First, sorry for the trouble you're having.  A&lt;/pre&gt;</description>
    <dc:creator>Matt Kaufmann</dc:creator>
    <dc:date>2013-05-14T19:55:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cmucl.general/6498">
    <title>Re: bugs in C::SOURCE-LOCATION and string reversal</title>
    <link>http://permalink.gmane.org/gmane.lisp.cmucl.general/6498</link>
    <description>&lt;pre&gt;
    Matt&amp;gt; Hi --
    Matt&amp;gt; I downloaded the 2013-05 snapshot from
    Matt&amp;gt; http://trac.common-lisp.net/cmucl
    Matt&amp;gt; (http://common-lisp.net/project/cmucl/downloads/snapshots/2013/05/cmucl-2013-05-x86-linux.tar.bz2),
    Matt&amp;gt; and I am running into two bugs, discussed below.  The first is kind of
    Matt&amp;gt; a show-stopper.  It's hit me before using CMUCL 19e (so I guess it's
    Matt&amp;gt; been around awhile), but at that time I was able to avoid it simply by
    Matt&amp;gt; not running my application in a particular "mode".  I'd appreciate any
    Matt&amp;gt; suggestions for easily working around that first bug.  I've worked
    Matt&amp;gt; around the second bug, but I thought I should report it, and I do so
    Matt&amp;gt; at the end, below.

First, sorry for the trouble you're having.  And thank you for
reporting it.  If you don't report it, it can't be fixed.

    Matt&amp;gt; The first bug pertains to C::SOURCE-LOCATION.  Below is part of the
    Matt&amp;gt; log, showing three errors during compilation followed by a break
    Matt&amp;gt; during loa&lt;/pre&gt;</description>
    <dc:creator>Raymond Toy</dc:creator>
    <dc:date>2013-05-14T02:18:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cmucl.general/6497">
    <title>bugs in C::SOURCE-LOCATION and string reversal</title>
    <link>http://permalink.gmane.org/gmane.lisp.cmucl.general/6497</link>
    <description>&lt;pre&gt;Hi --

I downloaded the 2013-05 snapshot from
http://trac.common-lisp.net/cmucl
(http://common-lisp.net/project/cmucl/downloads/snapshots/2013/05/cmucl-2013-05-x86-linux.tar.bz2),
and I am running into two bugs, discussed below.  The first is kind of
a show-stopper.  It's hit me before using CMUCL 19e (so I guess it's
been around awhile), but at that time I was able to avoid it simply by
not running my application in a particular "mode".  I'd appreciate any
suggestions for easily working around that first bug.  I've worked
around the second bug, but I thought I should report it, and I do so
at the end, below.

The first bug pertains to C::SOURCE-LOCATION.  Below is part of the
log, showing three errors during compilation followed by a break
during load of the resulting compiled file.

; 
; 
; File: /v/filer4b/v11q002/acl2space/acl2/devel/books/centaur/gl/gl&amp;lt; at &amp;gt;expansion.lsp

; In: DEFMACRO GL-BDD-MODE =&amp;gt; DEFATTACH GL::BFR-MODE

;   (DEFATTACH GL::BFR-MODE GL::BFR-BDD)
; --&amp;gt; DEFPARAMETER PROGN LISP::SET-DEFVAR-S&lt;/pre&gt;</description>
    <dc:creator>Matt Kaufmann</dc:creator>
    <dc:date>2013-05-13T14:07:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cmucl.general/6496">
    <title>[Extended Deadline] European Lisp Symposium 2013 -Madrid - June 1-4</title>
    <link>http://permalink.gmane.org/gmane.lisp.cmucl.general/6496</link>
    <description>&lt;pre&gt;
;;            ______   _         _____   _   __   ____  
;;           |  ____| | |       / ____| ( ) /_ | |___ \ 
;;           | |__    | |      | (___   |/   | |   __) |
;;           |  __|   | |       \___ \       | |  |__ &amp;lt; 
;;           | |____  | |____   ____) |      | |  ___) |
;;           |______| |______| |_____/       |_| |____/ 
;;                                                      
;;              European Lisp Symposium 2013 - ELS'13
;;                         Madrid, Spain
;; 
;;                        June 1-4, 2013
;;
;;           http://els2013.european-lisp-symposium.org/

                ** DEADLINE EXTENSION: March 17th **

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, Hop and so on. We
encourage everyone interested in L&lt;/pre&gt;</description>
    <dc:creator>Didier Verna</dc:creator>
    <dc:date>2013-03-05T16:12:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cmucl.general/6493">
    <title>CMUCL 20d released</title>
    <link>http://permalink.gmane.org/gmane.lisp.cmucl.general/6493</link>
    <description>&lt;pre&gt;CMUCL 20d has been released.  It is functionally identical to the
2012-10 snapshot.  Binaries will be uploaded shortly, and the website
updated soon.

With this release, there will NOT be a 2012-11 snapshot. 

Also, this release marks the end of support 8-bit characters; only
Unicode will be supported from now on.  Support for x87 will remain,
however.

Hope this release is useful to you.

Ray

_______________________________________________
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>Raymond Toy</dc:creator>
    <dc:date>2012-10-27T18:30:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cmucl.general/6492">
    <title>Re: registering with trac.common-lisp.net?</title>
    <link>http://permalink.gmane.org/gmane.lisp.cmucl.general/6492</link>
    <description>&lt;pre&gt;I think you have to have an account on common-lisp.net.

Sending a bug report here or to cmucl-imp is fine too, but I personally
prefer trac where it won't get lost and can also be tracked if the bug
is fixed.

Ray

_______________________________________________
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>Raymond Toy</dc:creator>
    <dc:date>2012-08-04T02:39:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cmucl.general/6491">
    <title>special operators without a macro definition</title>
    <link>http://permalink.gmane.org/gmane.lisp.cmucl.general/6491</link>
    <description>&lt;pre&gt;
Here is the "bug report"/enhancement request I'd like to post:

------------------------------------------------------------------------

The following special operators don't have a corresponding macro
definition.

 C::%CLEANUP-FUNCTION
 C::%ESCAPE-FUNCTION
 C::%FUNCALL
 SYSTEM:%PRIMITIVE
 C::%WITHIN-CLEANUP
 C::COMPILER-OPTION-BIND
 EXTENSIONS:TRULY-THE


While the standard doesn't specify anything for special operators not in
the CL package, it would still be nice if they followed the same rule as
for CL macros implemented as special operators:

3.1.2.1.2.2 Macro Forms
An implementation is free to implement any macro operator as a special operator,
but only if an equivalent definition of the macro is also provided.

since this would ensure that portable code walkers can be written.

------------------------------------------------------------------------

(Granted, I haven't checked that all those special operators were
reachable from exported macros, but I'd bet most of them are).
&lt;/pre&gt;</description>
    <dc:creator>Pascal J. Bourguignon</dc:creator>
    <dc:date>2012-08-03T13:55:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cmucl.general/6490">
    <title>registering with trac.common-lisp.net?</title>
    <link>http://permalink.gmane.org/gmane.lisp.cmucl.general/6490</link>
    <description>&lt;pre&gt;
How do I register with trac.common-lisp.net to be able to login and post
a bug report?    Or should they be sent to this or another mailing list?


&lt;/pre&gt;</description>
    <dc:creator>Pascal J. Bourguignon</dc:creator>
    <dc:date>2012-08-03T13:52:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cmucl.general/6489">
    <title>Re: Inlined TYPEP over-optimization issue withCHANGE-CLASS</title>
    <link>http://permalink.gmane.org/gmane.lisp.cmucl.general/6489</link>
    <description>&lt;pre&gt;

Here's a related test case:

  (defun %show-issue (instance)
    (when (typep instance 'foo)
      (change-class instance 'bar)
      (format t "~&amp;amp;;; Inlined TYPEP: ~s (~:*~:[correct~;incorrect~])~
                 ~%;; Not-inlined TYPEP: ~s (~:*~:[correct~;incorrect~])~%"
              (typep instance 'foo)
              (locally (declare (notinline typep))
                (typep instance 'foo)))))
  (%show-issue (make-instance 'foo))

I don't know whether that passes or fails on CMUCL, but it does reveal
a too-optimistic inlining (or maybe constraint propagation) on SBCL --
so it might be worth checking.

Best,

Christophe
_______________________________________________
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>Christophe Rhodes</dc:creator>
    <dc:date>2012-02-12T13:58:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cmucl.general/6488">
    <title>Re: Inlined TYPEP over-optimization issue withCHANGE-CLASS</title>
    <link>http://permalink.gmane.org/gmane.lisp.cmucl.general/6488</link>
    <description>&lt;pre&gt;

Ray,

With the 2012-02 snapshot, I also only see the issue with the DEFMETHOD
version.  Here is the newest test code that I ran:

(in-package :cl-user)

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

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

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

(format t "~&amp;amp;;;; No issue:~%")
(no-issue (make-instance 'foo))
(format t "~2&amp;amp;;;; Issue:~%")
(show-issue (make-instance&lt;/pre&gt;</description>
    <dc:creator>Dan Corkill</dc:creator>
    <dc:date>2012-02-12T12:57:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cmucl.general/6487">
    <title>Re: Inlined TYPEP over-optimization bug withCHANGE-CLASS</title>
    <link>http://permalink.gmane.org/gmane.lisp.cmucl.general/6487</link>
    <description>&lt;pre&gt;I placed your code in a file and compiled and loaded it with the 2012-02
snapshot.  I get

CL-USER&amp;gt; (show-bug (make-instance 'foo))
;; Inlined TYPEP: NIL (incorrect)
;; Not-inlined TYPEP: NIL (correct)

What version exactly are you using and how did you run your example to
get an incorrect result?

Ray

_______________________________________________
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>Raymond Toy</dc:creator>
    <dc:date>2012-02-12T05:29:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cmucl.general/6486">
    <title>Re: Inlined TYPEP over-optimization bug withCHANGE-CLASS</title>
    <link>http://permalink.gmane.org/gmane.lisp.cmucl.general/6486</link>
    <description>&lt;pre&gt;
I fully agree (and apologies for the confusion caused by my quick-and-dirty 
example).

The issue doesn't require being within an instance method--as the following
vanilla-function example shows.

(in-package :cl-user)

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

(defun show-bug (instance)
  (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-05T14:57:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cmucl.general/6485">
    <title>Re: Inlined TYPEP over-optimization bug withCHANGE-CLASS</title>
    <link>http://permalink.gmane.org/gmane.lisp.cmucl.general/6485</link>
    <description>&lt;pre&gt;


Changing the class of an instance within a method specializing on that
instance to a class where the method would no longer have been called is
one of the things that the CLHS description of change-class calls
"semantic difficulties".

Not speaking for CMUCL developers, I would call it a downright bad idea
to mess with the classes of specialized instances in methods -- allowing
the programmer to do invalidates whole classes of CLOS optimizations.
The CLHS specifically calls out slot access, but that's just one case of
a general problem: after you issue the change-class, the method
currently running is no longer an applicable method to the instance, so
all the compiler assumptions have just been invalidated, and all the
run-time calculations of next methods also (though they're not present
in your example).

Best,

Christophe
_______________________________________________
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>Christophe Rhodes</dc:creator>
    <dc:date>2012-02-05T11:57:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cmucl.general/6484">
    <title>Inlined TYPEP over-optimization bug with CHANGE-CLASS</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.lisp.cmucl.general/6483">
    <title>ELS 2012, Zadar, Croatia</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.lisp.cmucl.general/6482">
    <title>Re: Git repo for cmucl</title>
    <link>http://permalink.gmane.org/gmane.lisp.cmucl.general/6482</link>
    <description>&lt;pre&gt;
These are all available now as well as better trac and git integration.
 Commit messages can now automatically close trac tickets.  See
http://trac.common-lisp.net/cmucl/wiki for some additional information.

Ray

_______________________________________________
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>Raymond Toy</dc:creator>
    <dc:date>2011-09-21T03:39:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.cmucl.general/6481">
    <title>Git repo for cmucl</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.lisp.cmucl.general/6480">
    <title>pressure info from wacom stylus in CLX</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.lisp.cmucl.general/6479">
    <title>Re: Still problems with the web site?</title>
    <link>http://permalink.gmane.org/gmane.lisp.cmucl.general/6479</link>
    <description>&lt;pre&gt;
On Jun 28, 2011, at 14:54 , Raymond Toy wrote:




No problem....


--
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-28T17:06:45</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>
