Kenichi Handa <[EMAIL PROTECTED]> writes:

> In article <[EMAIL PROTECTED]>, "Richard M. Stallman" <[EMAIL PROTECTED]> 
> writes:
>
>> Would you please look at this, and ack?  (We have no maintainer for
>> flyspell now.)
>
> As for the original problem of flyspell, how about this
> workaround?
>
> *** flyspell.el       23 Sep 2005 10:59:25 +0900      1.75
> --- flyspell.el       05 Oct 2005 16:19:56 +0900      
> ***************
> *** 770,776 ****
>        ((get this-command 'flyspell-delayed)
>         ;; the current command is not delayed, that
>         ;; is that we must check the word now
> !       (sit-for flyspell-delay))
>        (t t)))
>      (t t)))
>
> --- 770,777 ----
>        ((get this-command 'flyspell-delayed)
>         ;; the current command is not delayed, that
>         ;; is that we must check the word now
> !       (and (not unread-command-events)
> !        (sit-for flyspell-delay)))
>        (t t)))
>      (t t)))

   Thanks for your deep explanation !

   Note that with your workaround, you're disabling a flyspell feature
   which  is, when you  type a  world and  don't add  delimiters, this
   world will eventually be checked after `flyspell-delay' seconds.

   I think the  behavior of sit-for should be  corrected, or explained
   in the documentation.

   However, I'll use your workaround as this feature is less important
   to me than the bug fix.

   Thanks !

-- 
    Michael Cadilhac, a.k.a. Micha [mika] |
                    Epita/LRDE promo 2007 |  Please note that you should
  2 rue de la Convention | 08.70.65.13.14 |  s/[EMAIL PROTECTED]/@/ my mail 
address.
94270 Le Kremlin Bicetre | 06.23.20.31.30 |


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to