Re: [racket-dev] Can't Find a Workaround for Bug 11017 in DrRacket

2010-07-26 Thread Doug Williams
With last night's build, the error message is now: cm: no SHA-1 for dependency: #"C:\\Documents and Settings\\williamsm\\My Documents\\Development\\madness\\madness.rkt" I am using a development link (using PLaneT) to reference the madness (which is an acronym for Multi-Agent Dynamic Network Simu

Re: [racket-dev] Can't Find a Workaround for Bug 11017 in DrRacket

2010-07-26 Thread Matthew Flatt
Yes, it's the ".ss"->".rkt' conversion yet again. I've pushed a repair. To speed things up, maybe you can try changing the definition of `get-source-sha1' in "collects/compiler/cm.rkt" to (define (get-source-sha1 p) (with-handlers ([exn:fail:filesystem? (lambda (exn)

Re: [racket-dev] Release Announcement for v5.0.1

2010-07-26 Thread Casey Klein
On Fri, Jul 23, 2010 at 7:19 PM, Eli Barzilay wrote: > > Casey: > >  * Redex news? > Nothing noteworthy. _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] Can't Find a Workaround for Bug 11017 in DrRacket

2010-07-26 Thread Doug Williams
That worked. On Mon, Jul 26, 2010 at 8:44 AM, Matthew Flatt wrote: > Yes, it's the ".ss"->".rkt' conversion yet again. > > I've pushed a repair. To speed things up, maybe you can try changing > the definition of `get-source-sha1' in "collects/compiler/cm.rkt" to > > (define (get-source-sha1 p) >

[racket-dev] Scribble

2010-07-26 Thread Shriram Krishnamurthi
Do you edit your Scribble source inside DrRacket? If so, is there a mode with word-wrap that I'm missing? The default of going all the way to the edge of the screen is utterly bothersome... _ For list-related administrative tasks: http://lists.r

Re: [racket-dev] Scribble

2010-07-26 Thread Robby Findler
On Mon, Jul 26, 2010 at 3:34 PM, Shriram Krishnamurthi wrote: > Do you edit your Scribble source inside DrRacket? I do. > If so, is there a > mode with word-wrap that I'm missing?  The default of going all the > way to the edge of the screen is utterly bothersome... You want something that ins

Re: [racket-dev] Scribble

2010-07-26 Thread Shriram Krishnamurthi
Yeah. I can make my window narrower, but the wider window helps for code. For now I'm just going to use two separate windows. Incidentally, I was surprised that the indenter got confused by Scribble. Should I be? Or perhaps the indenter doesn't claim to handle Scribble? ___

Re: [racket-dev] Scribble

2010-07-26 Thread Robby Findler
The indenter somewhat handles scribble. It knows what a { and [ and things like that and what they mean, but it does not apply very smart rules about how to indent. Robby On Mon, Jul 26, 2010 at 4:14 PM, Shriram Krishnamurthi wrote: > Yeah.  I can make my window narrower, but the wider window h