Re: [racket-users] (help ...) form in command-line REPL vs. Dr. Racket

2016-01-26 Thread Brian Adkins
On Tuesday, January 26, 2016 at 6:55:26 PM UTC-5, Brian Adkins wrote: > On Tuesday, January 26, 2016 at 6:52:14 PM UTC-5, olopierpa wrote: > > On Wed, Jan 27, 2016 at 12:46 AM, Brian Adkins wrote: > > > > > Ok, this is odd, it works with both Chrome and Safari *if* they're not > > > already open

Re: [racket-users] (help ...) form in command-line REPL vs. Dr. Racket

2016-01-26 Thread Brian Adkins
On Tuesday, January 26, 2016 at 6:52:14 PM UTC-5, olopierpa wrote: > On Wed, Jan 27, 2016 at 12:46 AM, Brian Adkins wrote: > > > Ok, this is odd, it works with both Chrome and Safari *if* they're not > > already open when (help filter) is evaluated. If they are already open, the > > URL is missi

Re: [racket-users] (help ...) form in command-line REPL vs. Dr. Racket

2016-01-26 Thread Pierpaolo Bernardi
On Wed, Jan 27, 2016 at 12:46 AM, Brian Adkins wrote: > Ok, this is odd, it works with both Chrome and Safari *if* they're not > already open when (help filter) is evaluated. If they are already open, the > URL is missing the anchor. In my case, the default browser is Chrome, and it was alread

Re: [racket-users] (help ...) form in command-line REPL vs. Dr. Racket

2016-01-26 Thread Brian Adkins
On Tuesday, January 26, 2016 at 6:42:43 PM UTC-5, Brian Adkins wrote: > On Tuesday, January 26, 2016 at 6:39:23 PM UTC-5, olopierpa wrote: > > On Wed, Jan 27, 2016 at 12:35 AM, Brian Adkins wrote: > > > > > Just out of curiosity, does this work for anyone else? In other words, in > > > the Dr. Ra

Re: [racket-users] (help ...) form in command-line REPL vs. Dr. Racket

2016-01-26 Thread Brian Adkins
On Tuesday, January 26, 2016 at 6:39:23 PM UTC-5, olopierpa wrote: > On Wed, Jan 27, 2016 at 12:35 AM, Brian Adkins wrote: > > > Just out of curiosity, does this work for anyone else? In other words, in > > the Dr. Racket repl: > > > > (require racket/help) > > (help filter) > > > > does that scr

Re: [racket-users] (help ...) form in command-line REPL vs. Dr. Racket

2016-01-26 Thread Pierpaolo Bernardi
On Wed, Jan 27, 2016 at 12:35 AM, Brian Adkins wrote: > Just out of curiosity, does this work for anyone else? In other words, in the > Dr. Racket repl: > > (require racket/help) > (help filter) > > does that scroll down to the filter description in section 4.9, or is your > URL missing the anc

Re: [racket-users] (help ...) form in command-line REPL vs. Dr. Racket

2016-01-26 Thread Brian Adkins
On Tuesday, January 26, 2016 at 6:30:59 PM UTC-5, Brian Adkins wrote: > On Tuesday, January 26, 2016 at 6:21:13 PM UTC-5, Brian Adkins wrote: > > On Tuesday, January 26, 2016 at 6:15:41 PM UTC-5, Brian Adkins wrote: > > > On Tuesday, January 26, 2016 at 6:03:41 PM UTC-5, Robby Findler wrote: > > >

Re: [racket-users] (help ...) form in command-line REPL vs. Dr. Racket

2016-01-26 Thread Brian Adkins
On Tuesday, January 26, 2016 at 6:21:13 PM UTC-5, Brian Adkins wrote: > On Tuesday, January 26, 2016 at 6:15:41 PM UTC-5, Brian Adkins wrote: > > On Tuesday, January 26, 2016 at 6:03:41 PM UTC-5, Robby Findler wrote: > > > In DrRacket you can type f1 when your insertion point is on the word > > >

Re: [racket-users] (help ...) form in command-line REPL vs. Dr. Racket

2016-01-26 Thread Brian Adkins
On Tuesday, January 26, 2016 at 6:15:41 PM UTC-5, Brian Adkins wrote: > On Tuesday, January 26, 2016 at 6:03:41 PM UTC-5, Robby Findler wrote: > > In DrRacket you can type f1 when your insertion point is on the word "help". > > > > Robby > > Awesome - thanks. I'm not sure if you meant 'insertion

Re: [racket-users] (help ...) form in command-line REPL vs. Dr. Racket

2016-01-26 Thread Robby Findler
Right, sorry. :) On Tue, Jan 26, 2016 at 5:15 PM, Brian Adkins wrote: > On Tuesday, January 26, 2016 at 6:03:41 PM UTC-5, Robby Findler wrote: >> In DrRacket you can type f1 when your insertion point is on the word "help". >> >> Robby > > Awesome - thanks. I'm not sure if you meant 'insertion poi

Re: [racket-users] (help ...) form in command-line REPL vs. Dr. Racket

2016-01-26 Thread Brian Adkins
On Tuesday, January 26, 2016 at 6:03:41 PM UTC-5, Robby Findler wrote: > In DrRacket you can type f1 when your insertion point is on the word "help". > > Robby Awesome - thanks. I'm not sure if you meant 'insertion point is on the word "filter" ', or not, but for fun, I hit F1 with the insertion

Re: [racket-users] (help ...) form in command-line REPL vs. Dr. Racket

2016-01-26 Thread Robby Findler
In DrRacket you can type f1 when your insertion point is on the word "help". Robby On Tue, Jan 26, 2016 at 4:28 PM, Brian Adkins wrote: > I was doing some reading on Scheme, and I came across the following page: > > http://bastibe.de/2012-09-20-story-about-schemes.html > > The author mentions: >

[racket-users] (help ...) form in command-line REPL vs. Dr. Racket

2016-01-26 Thread Brian Adkins
I was doing some reading on Scheme, and I came across the following page: http://bastibe.de/2012-09-20-story-about-schemes.html The author mentions: "That said, I found plt-racket to be a joy to work with. (help filter) will open your browser with the appropriate help page for filter. Amazing.