Another Celeste problem

Bijan Parsia bparsia at email.unc.edu
Thu May 18 16:45:11 UTC 2000


On Fri, 19 May 2000, Jonathan Coupe wrote:

> I've tried to use Celeste, but so far I've not suceeded. It activates the
> debugger every time while downloading the first message. The problem seems
> to be in MailMessage>>from:aString, at the line:
> 
> fields at: fName put: (MIMEHeaderValue fromString: fValue)].
> 
> - where MIMEHeaderValue turns out to be an UndefinedObject.
> 
> Comments? Solutions?

My guess is that you're using an incomplete change set. There were a slew
of change sets floating about and you really need to get all of the right
ones (which now are in the update stream) to make progress.

My advice is to *either* work with a plain 2.7 Celeste *or* to get the
latest 2.8a (you can get it from the download site). Either should work
fine. Everything in between is at some risk ;)

> Is there a way of rapidly searching the source of a Squeak program across
> several files when looking for a key piece of text? I'm going to create a

If they're loaded into your image there is a plethora of ways. Better, you
don't need, typically, to search for *text*. Try 'find class...' in the
category pane, as an exampel.

Cheers,
Bijan Parsia.





More information about the Squeak-dev mailing list