Re: [racket-users] I can't open my previous file

2016-06-06 Thread Matthew Flatt
Based on Robby's work tracking down the problem, I've pushed a repair for the next snapshot build. (I'm surprised that this bug escaped detection before.) Since the problem was in file reading, the next snapshot build will include a repaired DrRacket that is able to read your original file.

Re: [racket-users] I can't open my previous file

2016-06-06 Thread 张可星
在 2016年6月6日星期一 UTC+8下午8:34:00,Robby Findler写道: > I'm not sure what happened, but there seems to be a bug in the way > DrRacket reads files somehow. I've not figured out exactly what that > is (but it appears to be somewhere in the get-a-string method in the > editor-stream-in% class). > >

Re: [racket-users] I can't open my previous file

2016-06-06 Thread Laurent
Ah, so you meant MrEd Designer (MED) then, I wasn't sure :) (mred was the previous GUI lib, part of DrScheme, whereas MED is an external package) Actually, it doesn't look like it was created by MED to me, at least not my versions (3.x), which generate only text files anyway (I think the previous

Re: [racket-users] I can't open my previous file

2016-06-06 Thread Robby Findler
I'm not sure what happened, but there seems to be a bug in the way DrRacket reads files somehow. I've not figured out exactly what that is (but it appears to be somewhere in the get-a-string method in the editor-stream-in% class). Meanwhile, I'm attaching a recovered version of the file. The only

Re: [racket-users] I can't open my previous file

2016-06-06 Thread George Neuner
I just realized that you are the author (or at least maintainer) of MrEd-Designer ... so you would know if that file was created by it. :-) George -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop

Re: [racket-users] I can't open my previous file

2016-06-06 Thread George Neuner
On 6/6/2016 6:29 AM, Laurent wrote: Although the file says: "Open this file in DrRacket version 6.5 or later to read it." So it doesn't look like it requires an old version of Racket. (not really helping, sorry) Yes, I was focused on other contents. But even if the file was created by 6.5,

Re: [racket-users] I can't open my previous file

2016-06-06 Thread Laurent
Although the file says: "Open this file in DrRacket version 6.5 or later to read it." So it doesn't look like it requires an old version of Racket. (not really helping, sorry) On Mon, Jun 6, 2016 at 9:00 AM, George Neuner wrote: > On 6/6/2016 3:27 AM, 张可星 wrote: > >> I

Re: [racket-users] I can't open my previous file

2016-06-06 Thread George Neuner
On 6/6/2016 3:27 AM, 张可星 wrote: I don't have MrEd installed, too.I think it is vim Did you have MrEd installed previously in another version of Racket? I think you mentioned that this was an old file you were trying to open. Your file is in a custom format defined by (lib"read.ss""wxme").

Re: [racket-users] I can't open my previous file

2016-06-06 Thread 张可星
I don't have MrEd installed, too.I think it is vim -- 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,

Re: [racket-users] I can't open my previous file

2016-06-06 Thread George Neuner
On 6/6/2016 2:51 AM, 张可星 wrote: 在 2016年6月6日星期一 UTC+8下午2:45:34,gneuner2写道: > On 6/6/2016 2:32 AM, 张可星 wrote: > > > Open the file with a text editor and insert a blank line at the > > > beginning. Then DrRacket will open it. I haven't seen this particular > > > issue previously, but obviously

Re: [racket-users] I can't open my previous file

2016-06-06 Thread 张可星
在 2016年6月6日星期一 UTC+8下午2:45:34,gneuner2写道: > On 6/6/2016 2:32 AM, 张可星 wrote: > > > Open the file with a text editor and insert a blank line at the > > > beginning. Then DrRacket will open it. I haven't seen this particular > > > issue previously, but obviously DrRacket is failing to parse the

Re: [racket-users] I can't open my previous file

2016-06-06 Thread George Neuner
On 6/6/2016 2:32 AM, 张可星 wrote: > Open the file with a text editor and insert a blank line at the > beginning. Then DrRacket will open it. I haven't seen this particular > issue previously, but obviously DrRacket is failing to parse the first line. > > George obviously DrRacket is failing to

Re: [racket-users] I can't open my previous file

2016-06-06 Thread 张可星
在 2016年6月6日星期一 UTC+8下午2:26:41,gneuner2写道: > On 6/6/2016 2:05 AM, 张可星 wrote: > > 在 2016年6月6日星期一 UTC+8下午1:44:39,gneuner2写道: > > > On 6/5/2016 11:18 PM, 张可星 wrote: > > > > When I open my file ,Dr racket told me as below > > > > > > > > `在读取/home/richard/桌面/TheGame.rkt时出现错误. > > > > insert-file in

Re: [racket-users] I can't open my previous file

2016-06-06 Thread George Neuner
On 6/6/2016 2:05 AM, 张可星 wrote: 在 2016年6月6日星期一 UTC+8下午1:44:39,gneuner2写道: > On 6/5/2016 11:18 PM, 张可星 wrote: > > When I open my file ,Dr racket told me as below > > > > `在读取/home/richard/桌面/TheGame.rkt时出现错误. > > insert-file in text%: error loading the file (read-from-file-failed)` > > > > all my

Re: [racket-users] I can't open my previous file

2016-06-06 Thread 张可星
在 2016年6月6日星期一 UTC+8下午1:44:39,gneuner2写道: > On 6/5/2016 11:18 PM, 张可星 wrote: > > When I open my file ,Dr racket told me as below > > > > `在读取/home/richard/桌面/TheGame.rkt时出现错误. > > insert-file in text%: error loading the file (read-from-file-failed)` > > > > all my code are lost ,what can I do now?

Re: [racket-users] I can't open my previous file

2016-06-05 Thread George Neuner
On 6/5/2016 11:18 PM, 张可星 wrote: When I open my file ,Dr racket told me as below `在读取/home/richard/桌面/TheGame.rkt时出现错误. insert-file in text%: error loading the file (read-from-file-failed)` all my code are lost ,what can I do now? I use Drracket 6.5 on ubuntu 16.04lts I find the same issue

Re: [racket-users] I can't open my previous file

2016-06-05 Thread 张可星
在 2016年6月6日星期一 UTC+8下午12:50:38,johnbclements写道: > > On Jun 5, 2016, at 8:18 PM, 张可星 wrote: > > > > When I open my file ,Dr racket told me as below > > > > `在读取/home/richard/桌面/TheGame.rkt时出现错误. > > insert-file in text%: error loading the file (read-from-file-failed)` > >

Re: [racket-users] I can't open my previous file

2016-06-05 Thread 'John Clements' via Racket Users
> On Jun 5, 2016, at 8:18 PM, 张可星 wrote: > > When I open my file ,Dr racket told me as below > > `在读取/home/richard/桌面/TheGame.rkt时出现错误. > insert-file in text%: error loading the file (read-from-file-failed)` > > all my code are lost ,what can I do now? > I use Drracket

[racket-users] I can't open my previous file

2016-06-05 Thread 张可星
When I open my file ,Dr racket told me as below `在读取/home/richard/桌面/TheGame.rkt时出现错误. insert-file in text%: error loading the file (read-from-file-failed)` all my code are lost ,what can I do now? I use Drracket 6.5 on ubuntu 16.04lts I find the same issue here