Re: 4.1 Beta Binary Release

new topic     » goto parent     » topic index » view thread      » older message » newer message
_tom said...
  • If I launch eui ed.ex foo.ex and type function (as the first text entered in the file) and press return the editor crashes.
  • If I launch eui ed.ex foo.txt and type function and press return the editor behaves normally.

I get the same error. Can you edit ed.ex (line 2035) and see if this helps?

if sequence(buffer[b_line]) and sequence(buffer_multi[b_line]) then         -- Insert this line 
         buffer[b_line] = splice( buffer[b_line], text[i], b_col ) 
         buffer_multi[b_line] = splice( buffer_multi[b_line], -1, b_col ) 
         b_col += 1 
         if i = length(text) then 
                DisplayLine(b_line, s_line, FALSE) 
         end if 
end if                  -- Insert this line   

Thanks,
Ira

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu