Re: Update for MzScheme interface

2012-11-21 Fir de Conversatie Tim Brown
On 21 Nov 2012 04:17, Sergey Khorev sergey.khorevsergey.kho...@gmail.com @ sergey.kho...@gmail.comgmail.com sergey.kho...@gmail.com wrote: Bram wrote: I do not think it's guaranteed one can recover from a SIGSEGV. Or that you always get a SIGSEGV when accessing memory that doesn't exist,

Re: Update for MzScheme interface

2012-11-21 Fir de Conversatie Tim Brown
Sergey, are you testing this on Racket-5 (5.3 series, 5.3.1 November 2012)? Tim -- | Tim Brown tim.br...@timb.net | M:+44(0)7771714159 | H:+44(0)1372747875 | -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more

Re: racket (:mz) SEGV's vim

2012-03-28 Fir de Conversatie Tim Brown
Bram, On 10 December 2011 20:20, Bram Moolenaar b...@moolenaar.net wrote: I think it's this note: Other way to start Mzscheme. Tim Brown, 2011 Oct 5: change main call. Later patch by Sergey Khorev, 2011 Oct 9. I haven't looked at it yet, are you OK with Sergey's patch that he sent Oct 9

Re: racket (:mz) SEGV's vim

2011-12-10 Fir de Conversatie Tim Brown
Bram, I've not seen this patch go into vim yet. Did I miss it? On Oct 5, 6:31 pm, Bram Moolenaar b...@moolenaar.net wrote: Thanks for the patch, I'll put it on the todo list. Is this still on your todo list? Is there a problem with the patch, or are you waiting on some input from Sergey or me?

Re: racket (:mz) SEGV's vim

2011-10-10 Fir de Conversatie Tim Brown
(argc, argv, params, fname) -+ -- | Tim Brown tim.br...@timb.net | M:+44(0)7771714159 | H:+44(0)1372747875 | -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org

Re: racket (:mz) SEGV's vim

2011-10-10 Fir de Conversatie Tim Brown
is use this as my work-a-day editor to test it further. But as far as I can tell, it works. Thanks, Tim (who isn't going to win any software testing awards any time soon) -- | Tim Brown tim.br...@timb.net | M:+44(0)7771714159 | H:+44(0)1372747875 | -- You received this message from the vim_dev

Re: racket (:mz) SEGV's vim

2011-10-08 Fir de Conversatie Tim Brown
I have. Tim -- | Tim Brown tim.br...@timb.net | M:+44(0)7771714159 | H:+44(0)1372747875 | -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: racket (:mz) SEGV's vim

2011-10-06 Fir de Conversatie Tim Brown
On 6 October 2011 04:13, Sergey Khorev sergey.kho...@gmail.com wrote: refacator must be an interesting concept ;) It's all the rage here! -- | Tim Brown tim.br...@timb.net | M:+44(0)7771714159 | H:01372747875 | -- You received this message from the vim_dev maillist. Do not top-post! Type

Re: racket (:mz) SEGV's vim

2011-10-06 Fir de Conversatie Tim Brown
On 5 October 2011 21:27, Tim Brown mighty...@gmail.com wrote: ... -Original Message- From: Bram Moolenaar b...@moolenaar.net Sent: 05 October 2011 19-31 To: Tim Brown tim.br...@timb.net Cc: vim_dev@googlegroups.com Subject: Re: racket (:mz) SEGV's vim ... Apologies for the top

Re: racket (:mz) SEGV's vim

2011-10-05 Fir de Conversatie Tim Brown
diff should do it as well. Anyway this looks quite promising. -- | Tim Brown tim.br...@timb.net | M:+44(0)7771714159 | H:01372747875 | -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http

Re: racket (:mz) SEGV's vim

2011-10-05 Fir de Conversatie Tim Brown
in main already! And, unless there is more general merit in such a refactoring, this is as much disruption as I need to cause :-) Thanks Sergey and Bram for your help! Tim -- | Tim Brown tim.br...@timb.net | M:+44(0)7771714159 | H:01372747875 | -- You received this message from the vim_dev

Re: racket (:mz) SEGV's vim

2011-10-05 Fir de Conversatie Tim Brown
Google hasn't embedded this in plaintext :-( Here's the patch in a legible format: diff -r 409691084d19 src/if_mzsch.c --- a/src/if_mzsch.cTue Oct 04 21:22:44 2011 +0200 +++ b/src/if_mzsch.cWed Oct 05 11:28:38 2011 +0100 @@ -798,22 +798,22 @@ static __declspec(thread) void *tls_space;

RE: racket (:mz) SEGV's vim

2011-10-05 Fir de Conversatie Tim Brown
Message- From: Bram Moolenaar b...@moolenaar.net Sent: 05 October 2011 19-31 To: Tim Brown tim.br...@timb.net Cc: vim_dev@googlegroups.com Subject: Re: racket (:mz) SEGV's vim Tim Brown wrote: Please find attached a patch for the following issue: :mzscheme could be invoked before

Re: racket (:mz) SEGV's vim

2011-10-04 Fir de Conversatie Tim Brown
/racket end? Tim -- | Tim Brown tim.br...@timb.net | M:+44(0)7771714159 | H:01372747875 | -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: racket (:mz) SEGV's vim

2011-10-04 Fir de Conversatie Tim Brown
not implement it like that. On Oct 4, 2011 12:44 PM, Tim Brown tim.br...@timb.net wrote: Sergey, Thanks for your help so far. On 3 October 2011 17:39, Sergey Khorev sergey.kho...@gmail.com wrote: could you confirm to me that: vim +':mz #f' works with racket-5.1.3 It still cores on me

Re: racket (:mz) SEGV's vim

2011-10-04 Fir de Conversatie Tim Brown
Attached: diffs covering the changes described below. On 4 October 2011 15:04, Tim Brown tim.br...@timb.net wrote: I've had a quick hack (and not sure how to get a proper patch set up... but), the trampoline should be able to happen as the first thing vim does. I've done some trivial tests

Re: racket (:mz) SEGV's vim

2011-10-04 Fir de Conversatie Tim Brown
-- or is there a better way of doing this?). Tim -- | Tim Brown tim.br...@timb.net | M:+44(0)7771714159 | H:01372747875 | -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php mzscheme

Re: racket (:mz) SEGV's vim

2011-10-01 Fir de Conversatie Tim Brown
recommend a working pair of vim/racket versions (from source) to get me going in the meantime? Thanks, Tim -- | Tim Brown tim.br...@timb.net | M:+44(0)7771714159 | H:01372747875 | -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you

racket (:mz) SEGV's vim

2011-09-30 Fir de Conversatie Tim Brown
using libthread_db enabled] Program received signal SIGSEGV, Segmentation fault. GC_add_roots (start=0x8b7ee8, end=0x8b7ef1) at ./roots.c:86 86if (roots-count = roots-size) { Regards, Tim -- | Tim Brown tim.br...@timb.net | M:+44(0)7771714159 | H:01372747875 | -- You received

racket (:mz) SEGV's vim

2011-09-30 Fir de Conversatie Tim Brown
libthread_db enabled] Program received signal SIGSEGV, Segmentation fault. GC_add_roots (start=0x8b7ee8, end=0x8b7ef1) at ./roots.c:86 86        if (roots-count = roots-size) { Regards, Tim -- | Tim Brown tim.br...@timb.net | M:+44(0)7771714159 | H:01372747875 | -- You received this message from