Re: [racket-users] Need a scribble identity wrapper. A no-op.

2019-11-03 Thread Alexis King
Use the search box in the documentation: https://docs.racket-lang.org/search/index.html?q=elem > On Nov 3, 2019, at 18:34, Hendrik Boom wrote: > > On Sun, Nov 03, 2019 at 02:46:42PM -0800, William J. Bowman wrote: >> I think ‘elem’ will

Re: [racket-users] Need a scribble identity wrapper. A no-op.

2019-11-03 Thread Hendrik Boom
On Sun, Nov 03, 2019 at 02:46:42PM -0800, William J. Bowman wrote: > I think ‘elem’ will do what you want. Indeed. Thank you. That works. But I haven't been able to find where 'elem' is documented. -- hendrik > > -- > Sent from my phoneamajig > > > On Nov 3, 2019, at 14:07, Hendrik Boom

Re: [racket-users] Need a scribble identity wrapper. A no-op.

2019-11-03 Thread William J. Bowman
I think ‘elem’ will do what you want. -- Sent from my phoneamajig > On Nov 3, 2019, at 14:07, Hendrik Boom wrote: > > I've tried defining a function that reads a file, and then tries to > pass it back to be part of a scribble document. > > Unfortunately, the list returned needs to be

[racket-users] Need a scribble identity wrapper. A no-op.

2019-11-03 Thread Hendrik Boom
I've tried defining a function that reads a file, and then tries to pass it back to be part of a scribble document. Unfortunately, the list returned needs to be processed somehow before I can return it. Just returning the raw text results in complaints. Apparently a list of items needs to