storm@cua.dk (Kim F. Storm) writes: > michael.cadilhac@lrde.org (Michaël Cadilhac) writes: > >> The whole patch follows: > > Thanks. Installed. Thanks! Now that this bug is fixed, Agustin, can you check (a third time) if the first patch is OK? (Copy of the message follows) michael.cadilhac@lrde.org (Michaël Cadilhac) writes: > I was wondering why ispell-kill-process took so much time to > execute. > > This function does the following: > - Send EOF to ispell, > - Read its output if there is, timeout to 1 sec, > - Kill the process if it's still not, > - Wait for it to be really killed (sleeping for 0.25 sec between checks). Oh, and BTW, why is the wait_for_termination function not provided to the user? > I don't want to be ... rude, I'm really a pacifist actually, but why > not just delete-process it ? > I propose the following change: