<?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.cells-gtk.devel">
    <title>gmane.lisp.cells-gtk.devel</title>
    <link>http://blog.gmane.org/gmane.lisp.cells-gtk.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.cells-gtk.devel/530"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cells-gtk.devel/528"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cells-gtk.devel/524"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cells-gtk.devel/517"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cells-gtk.devel/515"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cells-gtk.devel/512"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cells-gtk.devel/510"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cells-gtk.devel/508"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cells-gtk.devel/506"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cells-gtk.devel/500"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cells-gtk.devel/498"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cells-gtk.devel/498"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cells-gtk.devel/497"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cells-gtk.devel/497"/>
      </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.cells-gtk.devel/530">
    <title>64bit listbox problem</title>
    <link>http://comments.gmane.org/gmane.lisp.cells-gtk.devel/530</link>
    <description>&lt;pre&gt;I have been prodding the memory fault problem on my 64bit machine ans have
narrowed it down to one function:
gtk-list-store-newv

when called like (gtk-ffi:gtk-list-store-new '(:string :string)) this
function consistently produces unhandled memory fault errors (at
#x4000000056 for '(:string :string)) when passed anything that is length 2
or more or contains strings (the '(:string :string) example is what
(test-gtk:gtk-demo) calls).
the type signature looks like a match to the header files on my system.
for reference I am using sbcl 1.0.50 on Archlinux x86_64 with gtk and sbcl
compiled 64bit and a fresh (as of an hour ago) pull of cells-gtk3 from
https://github.com/Ramarren/cells-gtk3.git
I am happy to help in any way I can and can provide more information if
needed.
Thanks for the great library,
Jimmy
&lt;/pre&gt;</description>
    <dc:creator>jimmy brisson</dc:creator>
    <dc:date>2011-08-11T19:40:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cells-gtk.devel/528">
    <title>installing</title>
    <link>http://comments.gmane.org/gmane.lisp.cells-gtk.devel/528</link>
    <description>&lt;pre&gt;Hi.

I tried to install cells-gtk by quicklisp.
I firstly added folders with gtk dll files to cffi:*foreign-library-directories*.
Now it doesn't complain something about cairo-win32.
Now it complains about glut:

Unable to load foreign library (GLUT).
  Could not register handle for external module GLUT:
 The specified module could not be found..

I dowloaded glut binaries and added the folder with dll to cffi:*foreign-library-directories*
But again I get the same error about glut ?

Thanks&lt;/pre&gt;</description>
    <dc:creator>Haris Bogdanovich</dc:creator>
    <dc:date>2011-07-10T11:18:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cells-gtk.devel/524">
    <title>compiling gtk on windows</title>
    <link>http://comments.gmane.org/gmane.lisp.cells-gtk.devel/524</link>
    <description>&lt;pre&gt;Hi.

Do I have to compile gtk+ on Windows (msys, mingw)
to use cells gtk ?

Thanks&lt;/pre&gt;</description>
    <dc:creator>Haris Bogdanovich</dc:creator>
    <dc:date>2011-07-09T12:46:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cells-gtk.devel/517">
    <title>first steps</title>
    <link>http://comments.gmane.org/gmane.lisp.cells-gtk.devel/517</link>
    <description>&lt;pre&gt;Hi.

I loaded Cells into Lispworks with

(asdf:oos 'asdf:load-op 'cells)

I hope that's ok ?

I tried to run hello-world exsmple but I always get:

badly formed lambda ?

Is there some simple example where just a window opens
(or maybe someone could write it here) ?

Thanks
&lt;/pre&gt;</description>
    <dc:creator>Haris Bogdanovich</dc:creator>
    <dc:date>2011-07-02T16:55:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cells-gtk.devel/515">
    <title>installation and Glade</title>
    <link>http://comments.gmane.org/gmane.lisp.cells-gtk.devel/515</link>
    <description>&lt;pre&gt;Hi.

I tried to load "load.lisp" from Lispworks but I get error:

Expected a logical pathname word character at "cells.asd"
:start 5.


Can I use interfaces made with Glade with Cells-gtk ?

Thanks&lt;/pre&gt;</description>
    <dc:creator>Haris Bogdanovich</dc:creator>
    <dc:date>2011-06-24T13:05:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cells-gtk.devel/512">
    <title>memory fault in sbcl with cells-gtk</title>
    <link>http://comments.gmane.org/gmane.lisp.cells-gtk.devel/512</link>
    <description>&lt;pre&gt;I installed cells-gtk (sbcl 1.0.49 on Linux x86_64) via quicklisp today
and when trying to run (gtk-test:gtk-demo), I get memory faults:

0&amp;gt; : c-link&amp;gt; query link :listbox cells-store896 nil
CORRUPTION WARNING in SBCL pid 21968(tid 140737353950976):
Memory fault at 56 (pc=0x7ffff1463953, sp=0x7ffff6d5e500)
The integrity of this image is possibly compromised.
Continuing with fingers crossed.
0&amp;gt; : overwriting item #:listbox1465 listbox1465
debugger invoked on a SB-SYS:MEMORY-FAULT-ERROR in thread
#&amp;lt;THREAD "initial thread" RUNNING {1002960EE1}&amp;gt;: Unhandled memory fault
at #x4000000056.

Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
  0: [ABORT] Exit debugger, returning to top level.

(SB-SYS:MEMORY-FAULT-ERROR) 0]

Is this a known issue or possibly something with sbcl 1.0.49?  Should I
perhaps be using the newest code on github?

Thanks for any pointers.

-Kevin


&lt;/pre&gt;</description>
    <dc:creator>Kevin Raison</dc:creator>
    <dc:date>2011-06-17T18:27:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cells-gtk.devel/510">
    <title>quicklisp stack overflow, CCL, Windows</title>
    <link>http://comments.gmane.org/gmane.lisp.cells-gtk.devel/510</link>
    <description>&lt;pre&gt;When I try to load the quicklisp cells-gtk package using Clozure CL on 
Windows Vista, I get the following error:

1 &amp;gt; (ql:quickload "cells-gtk")
To load "cells-gtk":
   Load 1 ASDF system:
     cells-gtk
; Loading "cells-gtk"
.................................................
 &amp;gt; Error: Stack overflow on temp stack.
 &amp;gt; While executing: CCL::VALUES-SPECIFIER-TYPE, in process listener(1).
 &amp;gt; Type :POP to abort, :R for a list of available restarts.
 &amp;gt; Type :? for other options.
2 &amp;gt;


Cheers,
Brandon Van Every


&lt;/pre&gt;</description>
    <dc:creator>Brandon J. Van Every</dc:creator>
    <dc:date>2011-04-08T14:08:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cells-gtk.devel/508">
    <title>cells-gtk, CCL, Windows</title>
    <link>http://comments.gmane.org/gmane.lisp.cells-gtk.devel/508</link>
    <description>&lt;pre&gt;Hi there,

I was going to try out cells-gtk but unfortunately it doesn't seem to be 
that straightforward.  My platform is CCL, Windows XP &amp;amp; MinGW.

What I found is that there seem to be several source code repositories 
around.  Well to be honest I'm not sure where to start.  Can somebody 
point me into the right direction?

Thanks
Frank


&lt;/pre&gt;</description>
    <dc:creator>Frank</dc:creator>
    <dc:date>2010-11-29T11:05:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cells-gtk.devel/506">
    <title>test-gtk:gtk-demo does not run on sbcl 1.0.35 64bit</title>
    <link>http://comments.gmane.org/gmane.lisp.cells-gtk.devel/506</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Jozef M H Dassen</dc:creator>
    <dc:date>2010-02-20T20:54:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cells-gtk.devel/500">
    <title>Editable Table</title>
    <link>http://comments.gmane.org/gmane.lisp.cells-gtk.devel/500</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Martin Kielhorn</dc:creator>
    <dc:date>2009-10-06T18:37:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cells-gtk.devel/498">
    <title>cells-gtk &amp; cl-2d</title>
    <link>http://comments.gmane.org/gmane.lisp.cells-gtk.devel/498</link>
    <description>&lt;pre&gt;Good ${current_time_of_day}

I'm trying to use cl-2d plotting library (http://github.com/tpapp/cl-2d)
with cl-cairo2 support in cells-gtk. First I tried to make an
cl-2d:frame from cells-gtk:cairo-context of cells-gtk:cairo-drawing-area:


CL-USER&amp;gt; (in-package :cgtk)
#&amp;lt;PACKAGE "CELLS-GTK"&amp;gt;
CGTK&amp;gt; (defmodel test-app (gtk-app)
  ()
  (:default-initargs :title "Test"
    :position :center
    :width 800 :height 600
    :kids (c?
    (the-kids
     (mk-hbox 
      :kids
      (list 
       (make-instance 'cairo-drawing-area :width 640 :height 480 :fm-parent *parent* :md-name :draw
      :expand t :fill t)
       (mk-button :label "test"
  :on-clicked (callback (w e d)
;; cl-cairo2::with-gtk-context dose not setup
;; width, height &amp;amp; pixel-based-p properties of the context
;; needed by cl-2d:as-frame
(with-accessors ((widget-width width)
 (widget-height height)
 (context cairo-context)) (find-widget :draw)
  (with-slots ((context-width cl-cairo2:width)
       (context-height cl-cairo2:height)
       (context-pixel-based-p cl-cairo2:pixel-based-p)) context 
    (setf context-width widget-width  context-height widget-height
  context-pixel-based-p t))
  (print (cl-2d::vertical-interval (cl-2d:as-frame context))))))))))))
  
#&amp;lt;STANDARD-CLASS TEST-APP&amp;gt;
CGTK&amp;gt; (cells-gtk-init)

"----------UTILSRESET----------------------------------" 
#()
CGTK&amp;gt; (start-win 'test-app)

"----------UTILSRESET----------------------------------" 
0&amp;gt; registering handlers for #.(sb-sys:int-sap #x080d2898)
0&amp;gt; c-link&amp;gt; query link :draw cells-store2 nil
#&amp;lt;CL-2D:INTERVAL left=480  right=0&amp;gt; ;; &amp;lt;--- vertical-interval of the cl-2d:frame, created by calling cl-2d:frame
0&amp;gt; c-link&amp;gt; kick link :draw cells-store2 #&amp;lt;cells::c-link {ba79009}&amp;gt;
0&amp;gt; not-to-be cairo-drawing area erasing everything drawTEST-APP6

And then I tried to call cl-2d:plot-simple on with cl-2d:frame and
got strange error about unknown CAIRO_STATUS_T value:


CGTK&amp;gt; (defmodel test-app (gtk-app)
  ()
  (:default-initargs :title "Test"
    :position :center
    :width 800 :height 600
    :kids (c?
    (the-kids
     (mk-hbox 
      :kids
      (list 
       (make-instance 'cairo-drawing-area :width 640 :height 480 :fm-parent *parent* :md-name :draw
      :expand t :fill t)
       (mk-button :label "test"
  :on-clicked (callback (w e d)
;; cl-cairo2::with-gtk-context dose not setup
;; width, height &amp;amp; pixel-based-p properties of the context
;; needed by cl-2d:as-frame
(with-accessors ((widget-width width)
 (widget-height height)
 (context cairo-context)) (find-widget :draw)
  (with-slots ((context-width cl-cairo2:width)
       (context-height cl-cairo2:height)
       (context-pixel-based-p cl-cairo2:pixel-based-p)) context 
    (setf context-width widget-width  context-height widget-height
  context-pixel-based-p t))
  (cl-2d:plot-simple (cl-2d:as-frame context)
     (cl-2d:make-interval  1 2)
     (cl-2d:make-interval  3 4)
     :x-title "x"
     :y-title "y"))))))))))
  

STYLE-WARNING:
   redefining SHARED-INITIALIZE :AFTER (#&amp;lt;STANDARD-CLASS TEST-APP&amp;gt;
                                        #&amp;lt;BUILT-IN-CLASS T&amp;gt;) in DEFMETHOD
#&amp;lt;STANDARD-CLASS TEST-APP&amp;gt;
CGTK&amp;gt; (start-win 'test-app)
1&amp;gt; c-link&amp;gt; kick link :draw cells-store2 #&amp;lt;cells::c-link {d0a3801}&amp;gt;
0&amp;gt; registering handlers for #.(sb-sys:int-sap #x0810f8c0)
0&amp;gt; c-link&amp;gt; query link :draw cells-store2 #&amp;lt;cells::c-link {d0a3801}&amp;gt;
0&amp;gt; show error message
0&amp;gt; md-awaken :after
1&amp;gt; processing dlg
.2&amp;gt; running dialog
1&amp;gt; showed dialog -9 :no
1&amp;gt; destroying self (not-to-be)
0&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; ERROR REPORTING --&amp;gt; #&amp;lt;simple-error {bbfcc79}&amp;gt;

And here is debugger output:


-1208503376 is not defined as a value for enum type #&amp;lt;CFFI::FOREIGN-ENUM CL-CAIRO2::CAIRO_STATUS_T&amp;gt;.
   [Condition of type SIMPLE-ERROR]

Restarts:
 0: [TERMINATE-THREAD] Terminate this thread (#&amp;lt;THREAD "gtk-main-thread" RUNNING {B0D1409}&amp;gt;)

Backtrace:
  0: ((LAMBDA (CELLS-GTK::C2)) #&amp;lt;SIMPLE-ERROR {BBFCC79}&amp;gt;)
      Locals:
        CELLS-GTK::C2 = #&amp;lt;SIMPLE-ERROR {BBFCC79}&amp;gt;
  1: (CELLS-GTK::MAIN-LOOP)
      Locals:
        SB-KERNEL:*HANDLER-CLUSTERS* = :&amp;lt;NOT-AVAILABLE&amp;gt;
        SB-KERNEL:*RESTART-CLUSTERS* = :&amp;lt;NOT-AVAILABLE&amp;gt;
        #:COUNT[MAIN-LOOP]594 = :&amp;lt;NOT-AVAILABLE&amp;gt;
        #:G600 = (#&amp;lt;SIMPLE-ERROR {BBFCC79}&amp;gt;)
        #:NEXT[MAIN-LOOP]592 = :&amp;lt;NOT-AVAILABLE&amp;gt;
        #:START[MAIN-LOOP]593 = :&amp;lt;NOT-AVAILABLE&amp;gt;
  2: ((FLET CELLS-GTK::GTK-THREAD))
      Locals:
        CELLS-GTK::GTK-MAIN-THREAD = #&amp;lt;SB-THREAD:THREAD "gtk-main-thread" RUNNING {B0D1409}&amp;gt;
  3: ((LAMBDA ()))
      Locals:
        CELLS-GTK::GTK-MAIN-THREAD = #&amp;lt;SB-THREAD:THREAD "gtk-main-thread" RUNNING {B0D1409}&amp;gt;
        CELLS-GTK::SO = #&amp;lt;SWANK-BACKEND::SLIME-OUTPUT-STREAM {B71B6A9}&amp;gt;
  4: ((LAMBDA ()))
      [No Locals]
  5: ((FLET #:WITHOUT-INTERRUPTS-BODY-[BLOCK375]380))
      [No Locals]
  6: ((FLET SB-THREAD::WITH-MUTEX-THUNK))
      [No Locals]
      Catch-tags:
        SB-IMPL::%END-OF-THE-WORLD
        SB-INT:TOPLEVEL-CATCHER
  7: ((FLET #:WITHOUT-INTERRUPTS-BODY-[CALL-WITH-MUTEX]267))
      [No Locals]
  8: (SB-THREAD::CALL-WITH-MUTEX ..)
      Locals:
        SB-DEBUG::ARG-0 = #&amp;lt;CLOSURE (FLET SB-THREAD::WITH-MUTEX-THUNK) {AF142205}&amp;gt;
        SB-DEBUG::ARG-1 = #S(SB-THREAD:MUTEX ..)
        SB-DEBUG::ARG-2 = #&amp;lt;SB-THREAD:THREAD "gtk-main-thread" RUNNING {B0D1409}&amp;gt;
        SB-DEBUG::ARG-3 = T
  9: ((LAMBDA ()))
      [No Locals]
 10: ("foreign function: #x8063A3B")
 11: ("foreign function: #x80523BD")
 12: ("foreign function: #x805BC20")
 13: ("foreign function: #xB7FA965C")


Can anyone please help to solve this problem?

Best, Nikolay V. Razbegaev.

&lt;/pre&gt;</description>
    <dc:creator>marsijanin&lt; at &gt;gmail.com</dc:creator>
    <dc:date>2009-10-02T16:33:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cells-gtk.devel/498">
    <title>cells-gtk &amp; cl-2d</title>
    <link>http://comments.gmane.org/gmane.lisp.cells-gtk.devel/498</link>
    <description>&lt;pre&gt;Good ${current_time_of_day}

I'm trying to use cl-2d plotting library (http://github.com/tpapp/cl-2d)
with cl-cairo2 support in cells-gtk. First I tried to make an
cl-2d:frame from cells-gtk:cairo-context of cells-gtk:cairo-drawing-area:


CL-USER&amp;gt; (in-package :cgtk)
#&amp;lt;PACKAGE "CELLS-GTK"&amp;gt;
CGTK&amp;gt; (defmodel test-app (gtk-app)
  ()
  (:default-initargs :title "Test"
    :position :center
    :width 800 :height 600
    :kids (c?
    (the-kids
     (mk-hbox 
      :kids
      (list 
       (make-instance 'cairo-drawing-area :width 640 :height 480 :fm-parent *parent* :md-name :draw
      :expand t :fill t)
       (mk-button :label "test"
  :on-clicked (callback (w e d)
;; cl-cairo2::with-gtk-context dose not setup
;; width, height &amp;amp; pixel-based-p properties of the context
;; needed by cl-2d:as-frame
(with-accessors ((widget-width width)
 (widget-height height)
 (context cairo-context)) (find-widget :draw)
  (with-slots ((context-width cl-cairo2:width)
       (context-height cl-cairo2:height)
       (context-pixel-based-p cl-cairo2:pixel-based-p)) context 
    (setf context-width widget-width  context-height widget-height
  context-pixel-based-p t))
  (print (cl-2d::vertical-interval (cl-2d:as-frame context))))))))))))
  
#&amp;lt;STANDARD-CLASS TEST-APP&amp;gt;
CGTK&amp;gt; (cells-gtk-init)

"----------UTILSRESET----------------------------------" 
#()
CGTK&amp;gt; (start-win 'test-app)

"----------UTILSRESET----------------------------------" 
0&amp;gt; registering handlers for #.(sb-sys:int-sap #x080d2898)
0&amp;gt; c-link&amp;gt; query link :draw cells-store2 nil
#&amp;lt;CL-2D:INTERVAL left=480  right=0&amp;gt; ;; &amp;lt;--- vertical-interval of the cl-2d:frame, created by calling cl-2d:frame
0&amp;gt; c-link&amp;gt; kick link :draw cells-store2 #&amp;lt;cells::c-link {ba79009}&amp;gt;
0&amp;gt; not-to-be cairo-drawing area erasing everything drawTEST-APP6

And then I tried to call cl-2d:plot-simple on with cl-2d:frame and
got strange error about unknown CAIRO_STATUS_T value:


CGTK&amp;gt; (defmodel test-app (gtk-app)
  ()
  (:default-initargs :title "Test"
    :position :center
    :width 800 :height 600
    :kids (c?
    (the-kids
     (mk-hbox 
      :kids
      (list 
       (make-instance 'cairo-drawing-area :width 640 :height 480 :fm-parent *parent* :md-name :draw
      :expand t :fill t)
       (mk-button :label "test"
  :on-clicked (callback (w e d)
;; cl-cairo2::with-gtk-context dose not setup
;; width, height &amp;amp; pixel-based-p properties of the context
;; needed by cl-2d:as-frame
(with-accessors ((widget-width width)
 (widget-height height)
 (context cairo-context)) (find-widget :draw)
  (with-slots ((context-width cl-cairo2:width)
       (context-height cl-cairo2:height)
       (context-pixel-based-p cl-cairo2:pixel-based-p)) context 
    (setf context-width widget-width  context-height widget-height
  context-pixel-based-p t))
  (cl-2d:plot-simple (cl-2d:as-frame context)
     (cl-2d:make-interval  1 2)
     (cl-2d:make-interval  3 4)
     :x-title "x"
     :y-title "y"))))))))))
  

STYLE-WARNING:
   redefining SHARED-INITIALIZE :AFTER (#&amp;lt;STANDARD-CLASS TEST-APP&amp;gt;
                                        #&amp;lt;BUILT-IN-CLASS T&amp;gt;) in DEFMETHOD
#&amp;lt;STANDARD-CLASS TEST-APP&amp;gt;
CGTK&amp;gt; (start-win 'test-app)
1&amp;gt; c-link&amp;gt; kick link :draw cells-store2 #&amp;lt;cells::c-link {d0a3801}&amp;gt;
0&amp;gt; registering handlers for #.(sb-sys:int-sap #x0810f8c0)
0&amp;gt; c-link&amp;gt; query link :draw cells-store2 #&amp;lt;cells::c-link {d0a3801}&amp;gt;
0&amp;gt; show error message
0&amp;gt; md-awaken :after
1&amp;gt; processing dlg
.2&amp;gt; running dialog
1&amp;gt; showed dialog -9 :no
1&amp;gt; destroying self (not-to-be)
0&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; ERROR REPORTING --&amp;gt; #&amp;lt;simple-error {bbfcc79}&amp;gt;

And here is debugger output:


-1208503376 is not defined as a value for enum type #&amp;lt;CFFI::FOREIGN-ENUM CL-CAIRO2::CAIRO_STATUS_T&amp;gt;.
   [Condition of type SIMPLE-ERROR]

Restarts:
 0: [TERMINATE-THREAD] Terminate this thread (#&amp;lt;THREAD "gtk-main-thread" RUNNING {B0D1409}&amp;gt;)

Backtrace:
  0: ((LAMBDA (CELLS-GTK::C2)) #&amp;lt;SIMPLE-ERROR {BBFCC79}&amp;gt;)
      Locals:
        CELLS-GTK::C2 = #&amp;lt;SIMPLE-ERROR {BBFCC79}&amp;gt;
  1: (CELLS-GTK::MAIN-LOOP)
      Locals:
        SB-KERNEL:*HANDLER-CLUSTERS* = :&amp;lt;NOT-AVAILABLE&amp;gt;
        SB-KERNEL:*RESTART-CLUSTERS* = :&amp;lt;NOT-AVAILABLE&amp;gt;
        #:COUNT[MAIN-LOOP]594 = :&amp;lt;NOT-AVAILABLE&amp;gt;
        #:G600 = (#&amp;lt;SIMPLE-ERROR {BBFCC79}&amp;gt;)
        #:NEXT[MAIN-LOOP]592 = :&amp;lt;NOT-AVAILABLE&amp;gt;
        #:START[MAIN-LOOP]593 = :&amp;lt;NOT-AVAILABLE&amp;gt;
  2: ((FLET CELLS-GTK::GTK-THREAD))
      Locals:
        CELLS-GTK::GTK-MAIN-THREAD = #&amp;lt;SB-THREAD:THREAD "gtk-main-thread" RUNNING {B0D1409}&amp;gt;
  3: ((LAMBDA ()))
      Locals:
        CELLS-GTK::GTK-MAIN-THREAD = #&amp;lt;SB-THREAD:THREAD "gtk-main-thread" RUNNING {B0D1409}&amp;gt;
        CELLS-GTK::SO = #&amp;lt;SWANK-BACKEND::SLIME-OUTPUT-STREAM {B71B6A9}&amp;gt;
  4: ((LAMBDA ()))
      [No Locals]
  5: ((FLET #:WITHOUT-INTERRUPTS-BODY-[BLOCK375]380))
      [No Locals]
  6: ((FLET SB-THREAD::WITH-MUTEX-THUNK))
      [No Locals]
      Catch-tags:
        SB-IMPL::%END-OF-THE-WORLD
        SB-INT:TOPLEVEL-CATCHER
  7: ((FLET #:WITHOUT-INTERRUPTS-BODY-[CALL-WITH-MUTEX]267))
      [No Locals]
  8: (SB-THREAD::CALL-WITH-MUTEX ..)
      Locals:
        SB-DEBUG::ARG-0 = #&amp;lt;CLOSURE (FLET SB-THREAD::WITH-MUTEX-THUNK) {AF142205}&amp;gt;
        SB-DEBUG::ARG-1 = #S(SB-THREAD:MUTEX ..)
        SB-DEBUG::ARG-2 = #&amp;lt;SB-THREAD:THREAD "gtk-main-thread" RUNNING {B0D1409}&amp;gt;
        SB-DEBUG::ARG-3 = T
  9: ((LAMBDA ()))
      [No Locals]
 10: ("foreign function: #x8063A3B")
 11: ("foreign function: #x80523BD")
 12: ("foreign function: #x805BC20")
 13: ("foreign function: #xB7FA965C")


Can anyone please help to solve this problem?

Best, Nikolay V. Razbegaev.

&lt;/pre&gt;</description>
    <dc:creator>marsijanin&lt; at &gt;gmail.com</dc:creator>
    <dc:date>2009-10-02T16:33:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cells-gtk.devel/497">
    <title>test-gtk.asd</title>
    <link>http://comments.gmane.org/gmane.lisp.cells-gtk.devel/497</link>
    <description>&lt;pre&gt;There are two different test-gtk.asd in cells-gtk3 from 

http://github.com/Ramarren/cells-gtk3/tree/master

Should one be deleted?

johan&amp;lt; at &amp;gt;perle:~/prg/cllibs$ find cells-gtk3 -name test-gtk.asd
cells-gtk3/test-gtk.asd
cells-gtk3/test-gtk/test-gtk.asd
johan&amp;lt; at &amp;gt;perle:~/prg/cllibs$ 



&lt;/pre&gt;</description>
    <dc:creator>Johan Ur Riise</dc:creator>
    <dc:date>2009-08-22T00:42:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cells-gtk.devel/497">
    <title>test-gtk.asd</title>
    <link>http://comments.gmane.org/gmane.lisp.cells-gtk.devel/497</link>
    <description>&lt;pre&gt;There are two different test-gtk.asd in cells-gtk3 from 

http://github.com/Ramarren/cells-gtk3/tree/master

Should one be deleted?

johan&amp;lt; at &amp;gt;perle:~/prg/cllibs$ find cells-gtk3 -name test-gtk.asd
cells-gtk3/test-gtk.asd
cells-gtk3/test-gtk/test-gtk.asd
johan&amp;lt; at &amp;gt;perle:~/prg/cllibs$ 



&lt;/pre&gt;</description>
    <dc:creator>Johan Ur Riise</dc:creator>
    <dc:date>2009-08-22T00:42:59</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.lisp.cells-gtk.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.cells-gtk.devel</link>
  </textinput>
</rdf:RDF>
