Re: [racket-users] Re: send-new-place-channel-to-named-dest usage question

2015-08-09 Thread Tim Brown
Thanks, Matthew. Tim On 8 August 2015 15:13:01 BST, Matthew Flatt mfl...@cs.utah.edu wrote: I fixed the minor issue, but I haven't been able to figure out how `send-new-place-channel-to-named-dest` is meant to work, either. (I'll try again to contact Kevin.) At Thu, 6 Aug 2015 11:32:29 +0100,

Re: [racket-users] How to break a process created with system

2015-08-09 Thread Matthew Flatt
Does `(current-subprocess-custodian-mode 'kill)` combined with Cmd-k (for kill, instead of break) make the subprocess terminate? If so, you could use `dynamic-wind` or catch `exn:break` exceptions, possibly put the subprocess under its own custodian, and so on. At Sun, 9 Aug 2015 15:17:19 +0200,

[racket-users] How to break a process created with system

2015-08-09 Thread Jens Axel Søgaard
Hi All, The function node below takes the path of a JavaScript file, starts node (JavaScript evaluator) using system. The output is collected in a string. (define (node path) (with-output-to-string (λ () (system (string-append /usr/local/bin/node(path-string

Re: [racket-users] Re: is this a bug?

2015-08-09 Thread sagyo12341234
2015年8月8日土曜日 15時40分15秒 UTC+9 Michael Titke: These procedure were necessary to represent questions like IS THERE ANY stack on the table onto which I could put this card?, Is the top card of ALL foundations a king?. If so then you have won! :-) You are right, Michael. But I'm not willing to

[racket-users] Export indentation preferences in a package's info.rkt?

2015-08-09 Thread Jack Firth
I find it irritating when I have to repeatedly add various macros exported by libraries to their proper group in the Indenting section of DrRacket's settings so that they're properly formatted. Is there a way for a package's info.rkt to specify default indentation preferences for it's macros

Re: [racket-users] How to break a process created with system

2015-08-09 Thread Jens Axel Søgaard
2015-08-09 15:24 GMT+02:00 Matthew Flatt mfl...@cs.utah.edu: Does `(current-subprocess-custodian-mode 'kill)` combined with Cmd-k (for kill, instead of break) make the subprocess terminate? Yes. If so, you could use `dynamic-wind` or catch `exn:break` exceptions, possibly put the subprocess

Re: [racket-users] Export indentation preferences in a package's info.rkt?

2015-08-09 Thread Alexander D. Knauth
I would really like to have such a feature. On Aug 9, 2015, at 1:23 PM, Jack Firth jackhfi...@gmail.com wrote: I find it irritating when I have to repeatedly add various macros exported by libraries to their proper group in the Indenting section of DrRacket's settings so that they're

[racket-users] Scribble: Wrap text in examples/interactions?

2015-08-09 Thread Jordan Johnson
Hi all, Is there a way to get long lines of text in a Scribble @examples block to wrap? (Perhaps looking something like DrRacket’s wrapped lines?) Thanks, jmj -- You received this message because you are subscribed to the Google Groups Racket Users group. To unsubscribe from this group and