Re: bugs with 0.9.5



On Tue, 19 Sep 2000 Paul Theo Gonciari <gptheo@yahoo.com>@yeti.ecs.soton.ac.uk wrote:
> Hi, 
> 
> I just found two bugs ...
> 
> 1. spell check crashes - After a couple of checked words it gets in some
> recursive and that's it.
> 	
> to get rid of this one modify the code in spell-check.c at 1220 by putting
> the if statement as below.
> 
> 	if (!at_end) {
> 	  /* check to see if we're at the end yet */
> 	  if (spell_check->end_pos >= spell_check->length) 
> 	    at_end = TRUE;
> 	  else if (spell_check->start_pos == spell_check->end_pos)
> 	    at_end = !next_word (spell_check);
> 	}
>

Added to CVS, thanks!

> 
> 2. after you spell check a mail and you want to send it , balsa crashes.
> haven't figured out how to get rid of this one
> 

I'd me more than glad to help, but it doesn't happen on my setup.  Can you
make a stack trace and send it to me?

MBG

-- 
Matthew Guenther                      "I came to kick ass and chew gum...
mguenthe@engr.uvic.ca                 and I'm all out of gum"
http://www.attcanada.ca/~mguenthe/






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]