Re: [racket] geiser evaluation not working

2010-12-25 Thread prad
On Mon, 13 Dec 2010 18:11:22 -0800 prad wrote: > ok with some fiddling and re-reading i was able to get this to work. > it puts out a > ,enter (file ) > in the repl when i start it with C-u C-c C-z > i also found out today why i was having problems sometimes and not others. i was running everyt

Re: [racket] regexp operations on character input ports returning bytes

2010-12-25 Thread Matthew Flatt
At Sat, 25 Dec 2010 10:23:54 -0500, Neil Van Dyke wrote: > When doing a regexp on a character input port, what's the best way to > get string results out instead of bytes results? Decode the results of `regexp-match' using `bytes->string/utf-8'. > For example, this is documented behavior, but no

[racket] regexp operations on character input ports returning bytes

2010-12-25 Thread Neil Van Dyke
When doing a regexp on a character input port, what's the best way to get string results out instead of bytes results? For example, this is documented behavior, but not actually what I want, because I don't want to have to re-encode the bytes as a string (plus, I would have to query the input

Re: [racket] Quick question - use of ". -> ." synatx

2010-12-25 Thread Casey Klein
On Sat, Dec 25, 2010 at 1:48 AM, Scott McLoughlin wrote: > Couldn't find docs on this syntax form using regular > docs search. > I don't know how to find it with search either, but here it is. http://docs.racket-lang.org/reference/reader.html#%28part._parse-pair%29 "If the reader finds three or