I think the answer is no. I may not know how to use the procedure in wxme library.
The file that I have are racket code file. They begin by the following line #reader(lib"read.ss""wxme")WXME0108 ## #| This file uses the GRacket editor format. Open this file in DrRacket version 6.2.1 or later to read it. ... The following lines (define rkt-port (open-input-file "test-no1-file.rkt")) (wxme-read rkt-port) return --> insert-file in text%: not a WXME file -----Message d'origine----- De : racket-users@googlegroups.com [mailto:racket-users@googlegroups.com] De la part de Neil Van Dyke Envoyé : 13 septembre 2015 15:51 À : André Mayers <andre.may...@usherbrooke.ca>; racket-users@googlegroups.com Objet : Re: [racket-users] Procedure to save racket file as text file Is this what you need? (I'm not sure.) http://docs.racket-lang.org/gui/WXME_Decoding.html André Mayers wrote on 09/13/2015 03:44 PM: > I need a procedure to save the content of many racket files (*.rkt) in text > files (*.txt). > I know, I can use the "save as" button in drRacket but it will take too much > time. > Obviously, I am ready to strip all the graphic content in the conversion > process. > Any hint, on how I can do it will be appreciated. > > Thanks, > > André Mayers, > http://info.usherbrooke.ca/AndreMayers > > > -- 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+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- 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+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.