[Bese-devel] presentions and admin patches
Marco Baringer
mb at bese.it
Tue Sep 20 17:43:01 UTC 2005
Aleksandar Bakic <a_bakic at yahoo.com> writes:
> Hi,
>
> I am not sure if I have sent this already:
>
> diff -rN old-ucw_dev/examples/presentations.lisp
> new-ucw_dev/examples/presentations.lisp
> 25c25
> < (if (slot-boundp p 'dob)
> ---
>> (if (and (slot-boundp p 'dob) (dob p))
> 60c60
> < (defmethod make-new-instance ((e person-editor) instance)
> ---
>> (defmethod/cc make-new-instance ((e person-editor) instance)
applied, thanks.
> 70c70
> < (defaction create-an-object ((address-editor address-editor) instance)
> ---
>> (defmethod/cc make-new-instance ((a address-editor) instance)
why doesn't defaction work here?
> Also, I use SBCL and there is a problem with the :spawn SLIME communication
> mode. Namely, every thread spawn adds several megabytes to the used virtual
> memory. Until this is fixed by someone, I am experimenting with the following:
>
> diff -rN old-ucw_dev/src/admin/admin.lisp new-ucw_dev/src/admin/admin.lisp
> 108c108
> < :message (format nil "Swank server started on port ~D."
> (swank:create-swank-server 0))))
> ---
>> :message (format nil "Swank server started on port ~D."
> (swank:create-swank-server 0 :fd-handler))))
do you think this is worth applying or sholud we wait for the sbcl
guys to voice an opinion?
--
-Marco
Ring the bells that still can ring.
Forget the perfect offering.
There is a crack in everything.
That's how the light gets in.
-Leonard Cohen
More information about the bese-devel
mailing list