[racket] Changing the font style to "fixed" for WeScheme's display function

2012-02-25 Thread Ashok Bakthavathsalam
Is there a way to set the font style used by the "display" function to be a "fixed" type? % ashok Racket Users list: http://lists.racket-lang.org/users

Re: [racket] Custom GUI container

2012-02-25 Thread Vincent St-Amour
Neat! That would make a great planet package, Vincent At Sat, 25 Feb 2012 11:40:32 -0700, Kieron Hardy wrote: > > Hi all, > > I needed a GUI container that allows the contained components to choose > where they are placed in the container. i.e. A container that doesn't try > to stretch and r

Re: [racket] Changing the font style to "fixed" for WeScheme's display function

2012-02-25 Thread Danny Yoo
On Saturday, February 25, 2012, Ashok Bakthavathsalam wrote: > Is there a way to set the font style used by the "display" function to be > a "fixed" type? Hi Ashok, At the moment, no. I'll put on my TODO to change the default font to 'fixed', and hope to have that ready as soon as possible. __

Re: [racket] Challenge: in 140 chars or less

2012-02-25 Thread Neil Toronto
What if we further require quines to apply at least one function that they contain? I want to include Eduardo's function in the class of "impressive" ones. Neil ⊥ On 02/24/2012 06:35 PM, Robby Findler wrote: This is pretty boring too. :) "" "" On Fri, Feb 24, 2012 at 7:30 PM, Neil Toront

Re: [racket] Challenge: in 140 chars or less

2012-02-25 Thread Robby Findler
Oh, I don't think we need to make any special rules to include that function in a list of impressive functions! It is very cool. Robby On Sat, Feb 25, 2012 at 5:28 PM, Neil Toronto wrote: > What if we further require quines to apply at least one function that they > contain? I want to include Ed