[racket-users] Beginning of the end for googlegroups?

2019-02-01 Thread Cleverson Casarin Uliana
Can't say from an admin's perspective, but as a member in several groups. I like groups.io Greetings, Cleverson -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [racket-users] Assigning actions to any key on a terminal

2017-11-28 Thread Cleverson Casarin Uliana
Hi, OK, I'll look for the console API, or installing Linux/BSD on a virtual machine, or even go experiment with racket/gui, since it's just a little project mostly for fun. :) Greetings Cleverson -- You received this message because you are subscribed to the Google Groups "Racket Users"

[racket-users] Assigning actions to any key on a terminal

2017-11-28 Thread Cleverson Casarin Uliana
Hello, I'd like a library to detect any key press on a terminal (from single characters to key combinations), so I can perform diverse actions when one is pressed. I tried the charterm package, but it seems not compatible with the Windows standard console, since it reports it cannot find

[racket-users] DrRacket Accessibility with Screen readers

2017-04-29 Thread Cleverson Casarin Uliana
Hello all, I am blind and can confirm that unfortunately DRRacket isn't accessible on Windows. This is due to its interface being written in GTK. I haven't yet tried it on Linux, but it should be accessible on that platform, because GTK is accessible on Linux but not on Windows. Speaking of

Re: [racket-users] Basic audio files' manipulation

2017-04-22 Thread Cleverson Casarin Uliana
Thank you John, seems good; I'll check it more carefully later. Greetings Cleverson -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[racket-users] Basic audio files' manipulation

2017-04-21 Thread Cleverson Casarin Uliana
Hello, I need playing/stopping a given audio file (may be wav, ogg, etc.), checking whether the sound is still playing, and stop it/start a new sound upon a key press. Is there support for it, prefferably using the OS native resources? In case there are only bindings to external libs, what's

Re: [racket-users] Can't display accented characters at the Windows console

2016-09-03 Thread Cleverson Casarin Uliana
Hello, just as an update: When I run an rkt text file through racket.exe, the problem is solved. Running code interactively inside the racket console still doesn't work, but in any case, running rkt files is fair enough for me. The code that works for me is: (current-output-port

Re: [racket-users] Can't display accented characters at the Windows console

2016-09-02 Thread Cleverson Casarin Uliana
Hi, it seems my system is worse than yours was... :-) From the console output: > (current-output-port (reencode-output-port (current-output-port) "ibm850")) > (display "á") reencode-output-port: error decoding output to stream: # Changing the console encoding doesn't help at all. Thanks

[racket-users] Can't display accented characters at the Windows console

2016-09-02 Thread Cleverson Casarin Uliana
Hello all, I'm new to Racket and would like to know what is the trick to make accented characters display correctly at the Windows command prompt. For example, when I write at the Racket prompt: > "número" then it returns: "n´┐¢mero" Any accented character I enter, such as á, õ, etc., is