Re: [Pharo-project] update to OCompletion

2010-09-11 Thread Tudor Girba
This is because when you have a line split into multiple lines, I want Enter to mean new line, not complete. This is particularly the case when you have pseudo-domain specific languages like in Glamour or Mondrian. Nevertheless, I would say that once I pressed the down arrow, my focus is to the

[Pharo-project] Squeak VM on iPad/IPhone gets open/GL rendering

2010-09-11 Thread John M McIntosh
On friday night I created an open/GL renderer to work with Squeak screen updates on the iPhone/iPad. Unfortunately it runs slows than the tiled Core Animation render that I had work out earlier in the year with help from the Apple graphics engineers. So if anyone has a fair amount of knowled

Re: [Pharo-project] update to OCompletion

2010-09-11 Thread Francisco Ortiz Peñaloza
Hi, i'm trying the latest version cause i's tired of waiting for the switch to the longer list of suggestions. But i don't understand the following change -removed enter to insert a completion am i missing something? why do u ppl make this change? Cheers, Francisco Ortiz Peñaloza On Wed, Aug 4,

[Pharo-project] Issue 2479

2010-09-11 Thread Francisco Ortiz Peñaloza
Hi, New SmalltalkEditor doesnt know how to handle ESC key pressed event. http://code.google.com/p/pharo/issues/detail?id=2947 Cheers, Francisco PD: Due to connections problems i submited three times the same issue, please someone fix it! ___ Pharo-pr

Re: [Pharo-project] WebClient License Update

2010-09-11 Thread Andreas Raab
On 9/9/2010 1:15 AM, Henrik Johansen wrote: On Sep 9, 2010, at 4:27 50AM, Andreas Raab wrote: Phillipe wrote: Did you change your position towards #squeakToUtf8 and string concatenation (I didn't follow the entire previous thread)? Implicitly yes, but let's discuss this. You're saying you w

Re: [Pharo-project] Mark and space parity

2010-09-11 Thread Schwab,Wilhelm K
Tony, I *almost* understand that, and greatly appreciate your reply. Compiling a new vm is getting to be routine, mostly because I find its diagnostic output to be far less than I typically want when sorting out a problem. Certainly the Windows vm goes out of its way to fail on valid setting

Re: [Pharo-project] WebClient License Update

2010-09-11 Thread Andreas Raab
On 9/9/2010 3:34 AM, Stéphane Ducasse wrote: For string concatenation on the other hand, we're basically talking about dispersing a whole load of FUD about all the things that "may" go wrong. Fact is, nothing actually *does* go wrong with the change, but the change does fix situations that are

Re: [Pharo-project] Compiling the VM for MacOSX

2010-09-11 Thread John M McIntosh
On 2010-09-11, at 7:34 AM, Alexandre Bergel wrote: > Thanks John. It works well! > I can update the pharo book about this, but I am not sure how. The > instruction given by the book to compile the OSX VM is fairly different from > what you said (which works!) The instructions seems to target

Re: [Pharo-project] Compiling the VM for MacOSX

2010-09-11 Thread John M McIntosh
On 2010-09-11, at 7:42 AM, Alexandre Bergel wrote: > >> If you want a fast vm i recommend to compile in deployment, but that take >> more time. > > How do I compile in deployment? By inspecting the project and selecting the > "Build" tab? Ok, there is a bit of learning that has to take place s

Re: [Pharo-project] Anything similiar to DabbleDB still available?

2010-09-11 Thread Yanni Chiu
Friedrich Dominicus wrote: I wonder if anyone knows of anything like DabbleDB now that that has closed their doors? I just checked, and there's NO new announcement that they've closed. It's still showing the June 10 announcement that no new accounts are being accepted, and that current custom

[Pharo-project] [update 1.2] #12137

2010-09-11 Thread Marcus Denker
12137 - Issue 2862: Cleanup related to retractable changesets (part2) -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD. ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge

[Pharo-project] [update 1.2] #12136

2010-09-11 Thread Marcus Denker
12136 - Issue 2862: Cleanup related to retractable changesets (part1) -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD. ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforg

Re: [Pharo-project] Pharo-project Digest, Vol 29, Issue 84

2010-09-11 Thread Eliot Miranda
Hi Ralph, On Sat, Sep 11, 2010 at 1:05 AM, Ralph Boland wrote: > > Hi, i don't know why things are done the way they are... > > Is your question how the exception mechanism works, or why it is > > needed to be done with an exception? as opposed to say doing it > > some other way? > > > The direc

[Pharo-project] Pharo sprint now?

2010-09-11 Thread Alexandre Bergel
Who wants to code? Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://li

Re: [Pharo-project] Compiling the VM for MacOSX

2010-09-11 Thread Alexandre Bergel
Thanks John. It works well! I can update the pharo book about this, but I am not sure how. The instruction given by the book to compile the OSX VM is fairly different from what you said (which works!) Cheers, Alexandre On 10 Sep 2010, at 00:24, John M McIntosh wrote: > > On 2010-09-09, at 1:

[Pharo-project] Mark and space parity

2010-09-11 Thread Schwab,Wilhelm K
I ran across a device (barcode scanner) that uses space parity and dug into vm code to see if it was indeed going to be a problem. This is not a debate on whether or not the designers of the device could have chosen something else: clearly they should have. The question is whether our vms shou

Re: [Pharo-project] Pharo-project Digest, Vol 29, Issue 84

2010-09-11 Thread Ralph Boland
> Hi, i don't know why things are done the way they are... > Is your question how the exception mechanism works, or why it is > needed to be done with an exception? as opposed to say doing it > some other way? > The direct answer to your question is that given it is implemented in > terms of excep

[Pharo-project] Anything similiar to DabbleDB still available?

2010-09-11 Thread Friedrich Dominicus
I wonder if anyone knows of anything like DabbleDB now that that has closed their doors? Regards Friedrich -- Q-Software Solutions GmbH; Sitz: Bruchsal; Registergericht: Mannheim Registriernummer: HRB232138; Geschaeftsfuehrer: Friedrich Dominicus ___

[Pharo-project] [ANN] Opal digest Part two

2010-09-11 Thread Stéphane Ducasse
Summary Name: OpalCompiler-Core-JorgeRessia.39 Author: JorgeRessia Time: 11 September 2010, 8:38:33 am UUID: b78921c3-a33f-4daa-aad7-a273199b0c19 Ancestors: OpalCompiler-Core-JorgeRessia.38 OptimizedBlocks have been reintroduced Summ

Re: [Pharo-project] Cog Segmentation Fault with Pharo 1.1

2010-09-11 Thread Stéphane Ducasse
No stress, business and happiness :) On Sep 11, 2010, at 12:30 AM, Germán Arduino wrote: > Ahh, ok, thanks by the clarification. > > Indeed I need to be more familiarized with all the issues and > explanations.time, time and time. :) > > 2010/9/10 Stéphane Ducasse : >> Yes look at issu

Re: [Pharo-project] Experimental Cocoa OS-X based Squeak Cog JIT VM 5.8b10

2010-09-11 Thread Marcus Denker
On Sep 10, 2010, at 9:22 PM, Stéphane Ducasse wrote: > estaban > > this is strange because half of the team here is running cog on 1.1 for moose. Everyone using Cog loads a patch before. We will release a 1.1.1 soon that has this. (Core 1.1 you can update and get those already...) > I should