[racket-users] Re: Racket PPA updated for 6.8

2017-01-30 Thread
在 2017年1月31日星期二 UTC+8上午12:37:14,asumu写道: > Hi all, > > The Racket PPA for Ubuntu has been updated to v6.8: > > https://launchpad.net/~plt/+archive/ubuntu/racket > > I'm not sure why, but v6.8 didn't build correctly for precise and trusty so > for > now the PPA just supports xenial, yakkety,

[racket-users] Re: HtDP 2e

2016-08-28 Thread
I love this book.I learned racket from it. -- 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

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
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
在 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 obviousl

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 > > > > > > > > `在读取

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)` > > > >

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, 张可星 <a247820...@gmail.com> wrote: > > > > When I open my file ,Dr racket told me as below > > > > `在读取/home/richard/桌面/TheGame.rkt时出现错误. > > insert-file in text%: err

[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