all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@m17n.org>
Cc: micha@lrde.org, emacs-devel@gnu.org
Subject: Re: [michael.cadilhac-@t-lrde.epita.fr: sit-for	(detect_input_pending ?) and postfix input methods.]
Date: Thu, 06 Oct 2005 10:01:40 +0900	[thread overview]
Message-ID: <E1ENK8i-0003BB-00@etlken> (raw)
In-Reply-To: <87y858udxg.fsf@mahaena.lrde> (message from Michael Cadilhac on Wed, 05 Oct 2005 18:27:39 +0200)

In article <87y858udxg.fsf@mahaena.lrde>, Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> writes:

>>  --- 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.

??? The above change should not disable that feature.  The
reason why "world" is not checked is because when you type
the last "d", you are still in the command loop within input
method (because "d" has a possibility of being tranlated to
ð when you type "/" after it), thus after-change-functions
is bound to nil.  If you type "worlk" instead, it should be
checked after `flyspell-delay' seconds because the last "k"
is committed instantly.

---
Kenichi Handa
handa@m17n.org

  reply	other threads:[~2005-10-06  1:01 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1EMIa9-0005hI-PX@fencepost.gnu.org>
2005-10-05  7:26 ` [michael.cadilhac-@t-lrde.epita.fr: sit-for (detect_input_pending ?) and postfix input methods.] Kenichi Handa
2005-10-05 16:27   ` Michael Cadilhac
2005-10-06  1:01     ` Kenichi Handa [this message]
2005-10-06 12:36       ` Michael Cadilhac
2005-10-06 12:45         ` Kenichi Handa
2005-10-05 17:42   ` Stefan Monnier
2005-10-06  1:17     ` Kenichi Handa
2005-10-10  4:15   ` Richard M. Stallman
2005-10-10  9:46     ` Kim F. Storm
2005-10-10 10:53       ` David Kastrup

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1ENK8i-0003BB-00@etlken \
    --to=handa@m17n.org \
    --cc=emacs-devel@gnu.org \
    --cc=micha@lrde.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.