Message: 5 Date: Thu, 4 Apr 2013 17:58:42 +0200 From: Camillo Bruni <camillobruni@gmail.com> To: A friendly place where any question about pharo is welcome <pharo-users@lists.gforge.inria.fr> Subject: Re: [Pharo-users] Slot questions Message-ID: <E62C9B4E-9FF9-4644-BC17-C79F3044645B@gmail.com> Content-Type: text/plain; charset=us-ascii
...
The current implementation of the 'pvt' prefix doesn't seem to work for me.
Which image did you use?
I'm using Pharo2.0 Latest update: #20589. I inspect: PjdTest1 new pvt1 and get #q, for this fileout: ~~~~~ 'From Pharo2.0 of 7 March 2013 [Latest update: #20589] on 4 April 2013 at 1:42:57 pm'! Object subclass: #PjdTest1 instanceVariableNames: '' classVariableNames: '' poolDictionaries: '' category: ''! !PjdTest1 methodsFor: 'as yet unclassified' stamp: 'PaulDavidowitz 4/4/2013 11:27'! pvt1 ^#q! ! ~~~~~ Also, is there a good technique for responding to questions in this email forum, other than the clumsy copy/pasting/editing of the prior post?