laurent.orseau
2020-4-7 07:04:42

Frankly I don’t know, at least on Ubuntu RecordMyDesktop worked pretty well when I tried it.


soegaard2
2020-4-7 10:15:37

@ashton.wiersdorf I think @greg will know.


greg
2020-4-7 12:51:06

@ashton.wiersdorf It sounds like maybe you recently updated Racket Mode? If so: - Try restarting Emacs, or, one of the similar thing here: https://www.racket-mode.com/#Update - Are you aware of the new racket-xp-mode and the fact that it would now be racket-xp-documentation not racket-doc? https://www.racket-mode.com/#racket_002dxp_002dmode

If none of that helps, then please M-x racket-bug-report and include those details in a Github issue and I should be able to figure it out and help you there.


ashton.wiersdorf
2020-4-7 13:36:16

Ahah—It was the new naming. Thank you so much @greg ! Racket mode is a joy to use.


greg
2020-4-7 13:38:31

In hindsight, I’m sorry about the rename. Probably I should have kept stub functions that show a message and link to the info. I originally thought of doing that. But I was juggling a lot of changed elements the last few months. Also so far you are the first to hit this. But maybe not the last. So I’ll look at adding those back, as stubs.


greg
2020-4-7 13:42:01

btw some background from this blog post: https://www.greghendershott.com/2020/02/using-drracket-check-syntax-in-racket-mode.html#taking-stock TL;DR there are now two flavors, xp and repl, of those doc/describe/visit commands: racket-{xp repl}-{documentation describe vist-definition}.


greg
2020-4-7 14:17:16

ashton.wiersdorf
2020-4-7 18:48:00

Awesome! Thanks for this.


eleasahjh
2020-4-7 20:37:32

@eleasahjh has joined the channel


wlbberman
2020-4-8 03:21:00

Is there a function to obtain the body of a procedure as data?


wlbberman
2020-4-8 03:25:32

And if not, is there a way to extend the built in procedure type to add the functionality


wanpeebaw
2020-4-8 05:09:42

I also curious about this, because I was using Lisp before and thought it’s a very convenient way to explore the system.


jho.yang96
2020-4-8 05:32:26

@jho.yang96 has joined the channel



wanpeebaw
2020-4-8 06:56:43

Thanks, but that doesn’t work for predefined system functions. :rolling_on_the_floor_laughing: