Re: [racket-dev] problem running configure script

2011-05-24 Thread Stephen Chang
> I'm trying to compile racket from source on a linux machine here at > Northeastern, but when I try to run the configure script, I get a > "command not found" error. The permissions on the file are correct and > when I run "bash configure" I get this: > > stchang@mrdo:~/plt/src$ bash configure > :

Re: [racket-dev] problem running configure script

2011-05-24 Thread Neil Van Dyke
I don't know why you're getting those errors (are you using "zsh"?), but does "./configure" instead of "bash configure" work for you? -- http://www.neilvandyke.org/ _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/de

[racket-dev] problem running configure script

2011-05-24 Thread Stephen Chang
I'm trying to compile racket from source on a linux machine here at Northeastern, but when I try to run the configure script, I get a "command not found" error. The permissions on the file are correct and when I run "bash configure" I get this: stchang@mrdo:~/plt/src$ bash configure : command not

Re: [racket-dev] scribble pdf

2011-05-24 Thread Jay McCarthy
I don't know. I just typed "sudo port install texlive" https://trac.macports.org/browser/trunk/dports/tex/texlive/Portfile I think 2010? Jay 2011/5/24 Robby Findler : > What year texlive is that? > > Robby > > On Tue, May 24, 2011 at 4:34 PM, Jay McCarthy wrote: >> Macports's texlive >> >> Jay

Re: [racket-dev] scribble pdf

2011-05-24 Thread Robby Findler
What year texlive is that? Robby On Tue, May 24, 2011 at 4:34 PM, Jay McCarthy wrote: > Macports's texlive > > Jay > > 2011/5/24 Robby Findler : >> On Tue, May 24, 2011 at 4:19 PM, Eli Barzilay wrote: >>> >>>  ! Missing \endcsname inserted. >>>   >>>                     \csname\endcsname >>>  l

Re: [racket-dev] scribble pdf

2011-05-24 Thread Jay McCarthy
Macports's texlive Jay 2011/5/24 Robby Findler : > On Tue, May 24, 2011 at 4:19 PM, Eli Barzilay wrote: >> >>  ! Missing \endcsname inserted. >>   >>                     \csname\endcsname >>  l.252 \label >>               >> {t:x28part_x22Ax5fSemanticsx5fforx5fContextx2dSensitivex5fReduct... >>

Re: [racket-dev] scribble pdf

2011-05-24 Thread Robby Findler
On Tue, May 24, 2011 at 4:19 PM, Eli Barzilay wrote: > >  ! Missing \endcsname inserted. >   >                     \csname\endcsname >  l.252 \label >               > {t:x28part_x22Ax5fSemanticsx5fforx5fContextx2dSensitivex5fReduct... >  The control sequence marked should >  not appear between \c

Re: [racket-dev] scribble pdf

2011-05-24 Thread Eli Barzilay
An hour and a half ago, Jay McCarthy wrote: > All I know is that when I run: > > scribble ++extra floatflt.sty --pdf main.scrbl > > It prints out 1000 lines. But when I normally use latex, I just type > "latex file" and it ends at the error. Robby clarified what's happening. > This behaviour o

Re: [racket-dev] drracket on linux, no middle-mouse-paste, no Replace

2011-05-24 Thread Matthew Flatt
At Tue, 24 May 2011 10:41:41 -0300, Rodolfo Carvalho wrote: > On Tue, May 24, 2011 at 10:02, Marijn wrote: > > with version 5.1.1 of drracket running on linux, > > mouse-select/middle-mouse-paste isn't working. > > I can confirm that. > v5.1.1 compiled from source, Ubuntu 10.10. Fix pushed to th

Re: [racket-dev] breaking news nearly invisible

2011-05-24 Thread Neil Van Dyke
John Clements wrote at 05/24/2011 01:47 PM: I saw a commit go by that seemed to suggest that the racket-lang web page now included some kind of "breaking news" item regarding RacketCon. So I went to the web site but... nothing. If you want an 10-second solution to make it more prominent f

[racket-dev] breaking news nearly invisible

2011-05-24 Thread John Clements
I saw a commit go by that seemed to suggest that the racket-lang web page now included some kind of "breaking news" item regarding RacketCon. So I went to the web site but... nothing. ... Five minutes later I was looking at the browser window again, and... hey! There it is! My point? It's

Re: [racket-dev] drracket on linux, no middle-mouse-paste, no Replace

2011-05-24 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/24/11 15:41, Rodolfo Carvalho wrote: > On Tue, May 24, 2011 at 10:02, Marijn wrote: >> Unrelatedly I noticed that in the Edit menu all three options concerning >> Replace are greyed out. > > Indeed, but I wonder it's like this by design? > If y

Re: [racket-dev] drracket on linux, no middle-mouse-paste, no Replace

2011-05-24 Thread Rodolfo Carvalho
On Tue, May 24, 2011 at 10:02, Marijn wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > with version 5.1.1 of drracket running on linux, > mouse-select/middle-mouse-paste isn't working. > I can confirm that. v5.1.1 compiled from source, Ubuntu 10.10. > > Unrelatedly I not

[racket-dev] drracket on linux, no middle-mouse-paste, no Replace

2011-05-24 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, with version 5.1.1 of drracket running on linux, mouse-select/middle-mouse-paste isn't working. Unrelatedly I noticed that in the Edit menu all three options concerning Replace are greyed out. Marijn -BEGIN PGP SIGNATURE- Version: GnuPG

Re: [racket-dev] scribble pdf

2011-05-24 Thread Robby Findler
On Tue, May 24, 2011 at 4:12 AM, Eli Barzilay wrote: > Three minutes ago, Robby Findler wrote: >> I do not have an example of different outputs >> >> The value is that the latex transcript pauses in the middle so you >> know where the error message is. >> >> You can see what I mean by forcing scri

Re: [racket-dev] scribble pdf

2011-05-24 Thread Matthew Flatt
At Mon, 23 May 2011 21:28:55 -0600, Jay McCarthy wrote: > Most of the time when I run scribble to get PDF output, I get something like: > [...] > > I'm guessing that it is because there is something like missing > cross-references or something? FWIW, missing cross-references should never create L

Re: [racket-dev] scribble pdf

2011-05-24 Thread Eli Barzilay
Three minutes ago, Robby Findler wrote: > I do not have an example of different outputs > > The value is that the latex transcript pauses in the middle so you > know where the error message is. > > You can see what I mean by forcing scribble to call some undefined > latex macro. Ah -- now that y

Re: [racket-dev] scribble pdf

2011-05-24 Thread Robby Findler
I do not have an example of different outputs The value is that the latex transcript pauses in the middle so you know where the error message is. You can see what I mean by forcing scribble to call some undefined latex macro. Robby On Tue, May 24, 2011 at 4:04 AM, Eli Barzilay wrote: > Do you

Re: [racket-dev] scribble pdf

2011-05-24 Thread Eli Barzilay
Do you have an example of two different outputs? (You are talking about the stderr output, right?) A few seconds ago, Robby Findler wrote: > It may be different, I'm not sure, but the important thing is that it > stops in the middle at a relevant place. > > On Mon, May 23, 2011 at 11:25 PM, Eli

Re: [racket-dev] scribble pdf

2011-05-24 Thread Robby Findler
It may be different, I'm not sure, but the important thing is that it stops in the middle at a relevant place. On Mon, May 23, 2011 at 11:25 PM, Eli Barzilay wrote: > About a minute ago, Robby Findler wrote: >> It is hard to read that lots, tho. What I typically do in those >> situations is: >> >