From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: two related edebug problems Date: Sat, 12 Aug 2006 17:50:27 -0400 Message-ID: References: <2cd46e7f0608071130o7d72123ct82841031bf757f5d@mail.gmail.com> <2cd46e7f0608081226o63f2a0d5q9e79575021d0a181@mail.gmail.com> <873bc4k1yl.fsf@furball.mit.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1155419540 19383 80.91.229.2 (12 Aug 2006 21:52:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 12 Aug 2006 21:52:20 +0000 (UTC) Cc: ken.manheimer@gmail.com, cyd@stupidchicken.com, handa@m17n.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 12 23:52:19 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GC1Ox-0002Am-SL for ged-emacs-devel@m.gmane.org; Sat, 12 Aug 2006 23:52:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GC1Ox-0004xP-G6 for ged-emacs-devel@m.gmane.org; Sat, 12 Aug 2006 17:52:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GC1NH-0002du-1k for emacs-devel@gnu.org; Sat, 12 Aug 2006 17:50:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GC1NF-0002bL-Dt for emacs-devel@gnu.org; Sat, 12 Aug 2006 17:50:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GC1NF-0002ag-0B for emacs-devel@gnu.org; Sat, 12 Aug 2006 17:50:29 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GC1Sg-0003B0-Kf for emacs-devel@gnu.org; Sat, 12 Aug 2006 17:56:06 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GC1ND-0006w0-60; Sat, 12 Aug 2006 17:50:27 -0400 Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: (storm@cua.dk) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:58339 Archived-At: BTW, unread-post-input-method-events and unread-input-method-events have the _same_ doc string: List of events to be processed as input by input methods. These events are processed after `unread-command-events', but before actual keyboard input. */); According to the sequence in the code, "after" should be "before" for unread-post-input-method-events. Handa san, could you please look this, and DTRT, then ack this message?