Re: [Pharo-users] unsubscribe

2016-09-19 Thread Ben Coman
hi Melanie,

Can you check your junk mail for any confirmation emails that may have
got stuck there.

cheers -ben

On Tue, Sep 20, 2016 at 9:58 AM, Melanie Tarr  wrote:
>
>
> On Sun, Sep 18, 2016 at 8:22 PM, Hilaire  wrote:
>>
>> Hi,
>>
>>
>> My Pharo4.0 image is in a situation where each MNU exception throw from
>> a DNU result in infinite loop, locking the image, even not breakable
>> with alt+[.].
>>
>> From the doesNotUnderstand: message,
>> the "exception reachedDefaultHandler" always returns true, and it
>> results in the execution of the true block, sending again the original
>> message to the original object, repeating a DNU and so on.
>>
>> Any idea how to fix that?
>>
>> Thanks
>>
>> Hilaire
>>
>>
>>
>> doesNotUnderstand: aMessage
>>  "Handle the fact that there was an attempt to send the given
>> message
>> to the receiver but the receiver does not understand this message
>> (typically sent from the machine when a message is sent to the receiver
>> and no method is defined for that selector)."
>> "Testing: (3 activeProcess)"
>>
>> | exception resumeValue |
>> (exception := MessageNotUnderstood new)
>> message: aMessage;
>> receiver: self.
>> resumeValue := exception signal.
>> ^exception reachedDefaultHandler
>> ifTrue: [aMessage sentTo: self]
>> ifFalse: [resumeValue]
>>
>>
>> --
>> Dr. Geo
>> http://drgeo.eu
>>
>>
>



Re: [Pharo-users] Unsubscribe

2014-07-02 Thread Alexandre Balon-Perin
Thank you very much Marcus. :)

On Jul 2, 2014, at 12:57 AM, Marcus Denker  wrote:

> Hello,
> 
> The list is not hosted at Inria anymore, but here:
> 
> 
>   http://lists.pharo.org
> 
> On 01 Jul 2014, at 15:32, Alexandre Balon-Perin  wrote:
> 
>> Hi,
>> 
>> I have been trying to unsubscribe from the pharo mailing list but haven't 
>> had any luck so far.
>> First, I visited the following page 
>> http://lists.gforge.inria.fr/cgi-bin/mailman/options/pharo-users/alexbp13%40gmail.com
>>  to unsubscribe. I think my account was deleted but I still receive emails 
>> from the mailing list.
>> I also tried to send an email to mail...@lists.gforge.inria.fr asking to 
>> unsubscribe me completely but didn't have any reply.
>> 
>> Could you help me out, please? Is there anyone in particular to whom I 
>> should address this request?
>> Thank you in advance for your help,
>> Alex
> 



Re: [Pharo-users] Unsubscribe

2014-07-01 Thread Marcus Denker
Hello,

The list is not hosted at Inria anymore, but here:


http://lists.pharo.org

On 01 Jul 2014, at 15:32, Alexandre Balon-Perin  wrote:

> Hi,
> 
> I have been trying to unsubscribe from the pharo mailing list but haven't had 
> any luck so far.
> First, I visited the following page 
> http://lists.gforge.inria.fr/cgi-bin/mailman/options/pharo-users/alexbp13%40gmail.com
>  to unsubscribe. I think my account was deleted but I still receive emails 
> from the mailing list.
> I also tried to send an email to mail...@lists.gforge.inria.fr asking to 
> unsubscribe me completely but didn't have any reply.
> 
> Could you help me out, please? Is there anyone in particular to whom I should 
> address this request?
> Thank you in advance for your help,
> Alex