[Bese-devel] Re: Running Demos of UCW on Mac OS Tiger - Patch
Waldo Rubinstein
waldo at trianet.net
Sun Sep 18 03:48:40 UTC 2005
I think you are:
> waldo:~/lisp waldo$ diff ucw_dev/src/components/form.lisp
> ucw_dev.old/src/components/form.lisp
> 118,121c118,123
> < `((lambda ()
> < (let ((completer (js:new (,(make-symbol (strcat
> ":" (completer-class field))) ,(prefix field)))))
> < (setf completer.table (js:array ,@(completions field)))
> < (completer.load))))))
> ---
> > `(let ((cloader
> > (lambda ()
> > (let ((completer (js:new (,(make-symbol (strcat
> ":" (completer-class field))) ,(prefix field)))))
> > (setf completer.table (js:array ,@(completions
> field)))
> > (completer.load)))))
> > (cloader))))
The ucw_dev.old was the repository I manually patched from Vladimir's
changesets.
Thanks,
Waldo
On Sep 17, 2005, at 10:39 PM, Marco Baringer wrote:
> Waldo Rubinstein <waldo at trianet.net> writes:
>
>
>> I noticed there are some new patches in darcs version of ucw_dev.
>> However, none of your corrections made it to the darcs repository. Is
>> there some synchronized effort to keep things more updated and
>> organized? Is there a process for submitting patches that make it
>> into the darcs repository. It can become a nightmare having to
>> manually patch the repository whenever you refresh your copy.
>>
>
> i though i'd applied vladimir's patchs. am i missing one?
>
> --
> -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