Re: [racket-users] Highlighting non-racket code in slideshow

2016-10-03 Thread Vincent St-Amour
`codeblock-pict` should do what you want, assuming there's a corresponding #lang (doesn't need to be a full implementation, just needs a lexer). Alternatively, you can use my `java-lexer` package which, despite its name, does a decent job with much more than just Java. I've used it to get some ok

Re: [racket-users] Re: Strange Error (Take 2)

2016-10-03 Thread 'brown131' via Racket Users
On Sunday, October 2, 2016 at 10:40:46 AM UTC-5, Alex wrote: > Hi Matthew, > > > You can get the same error as DrRacket by using `raco make` before > > `racket` on the command line. > > So it does! Thanks for the info/advice! And Scott, sorry for temporarily > hijacking your thread. > > Cheer

Re: [racket-users] Strange Error (Take 2)

2016-10-03 Thread 'brown131' via Racket Users
On Sunday, October 2, 2016 at 7:40:10 AM UTC-5, Matthew Flatt wrote: > Hi Scott, > > I didn't realize that you had deleted the old post, so I responded to > it after all. I'm happy to update that reply in this thread. > > I think that you're seeing a bug in the current expander's marshaling > of

[racket-users] DrRacket Debugger pause on error?

2016-10-03 Thread Charles Rich
Hi all, Is there a way to get the DrRacket debugger to pause when then is an error, so that one can inspect the values of variables? Since this debugger otherwise has similar capabilities to other common debuggers, such as in Eclipse, it seems like there ought to be a way, but I could not fi

[racket-users] Highlighting non-racket code in slideshow

2016-10-03 Thread C K Kashyap
Hi, What's a good way to syntax-highlight non-racket code within slideshow? I've been using pandoc so far which has support for multiple languages but I'd like to start using slideshow. Regards, Kashyap -- You received this message because you are subscribed to the Google Groups "Racket Users" g

[racket-users] How to get non-prefab struct values from manually-expanded syntax?

2016-10-03 Thread Jack Firth
So I'm reading a file in as code and expanding it, then looking for values in a certain syntax property that macros in the expanded code attach. This works fine for prefab structs, but I can't seem to get it to work with transparent structs. The issue is that the struct values can be extracted j