From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John J Foerch Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: 23.0.50: erc and quail problem Date: Wed, 14 Nov 2007 18:55:45 -0500 Message-ID: <87k5oks7pa.fsf@earthlink.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1195096669 882 80.91.229.12 (15 Nov 2007 03:17:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Nov 2007 03:17:49 +0000 (UTC) To: emacs-pretest-bug@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 15 04:17:53 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IsVEj-0001Kb-Ln for ged-emacs-devel@m.gmane.org; Thu, 15 Nov 2007 04:17:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IsVEW-000676-Tm for ged-emacs-devel@m.gmane.org; Wed, 14 Nov 2007 22:17:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IsS4t-0004d7-Ge for emacs-devel@gnu.org; Wed, 14 Nov 2007 18:55:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IsS4s-0004cW-Ta for emacs-devel@gnu.org; Wed, 14 Nov 2007 18:55:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IsS4s-0004cO-Na for emacs-devel@gnu.org; Wed, 14 Nov 2007 18:55:26 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IsS4s-00068U-A2 for emacs-devel@gnu.org; Wed, 14 Nov 2007 18:55:26 -0500 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IsS4r-0001yW-U6 for emacs-pretest-bug@gnu.org; Wed, 14 Nov 2007 18:55:26 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1IsS4o-00067Z-Ej for emacs-pretest-bug@gnu.org; Wed, 14 Nov 2007 18:55:25 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IsS4l-00066I-ET for emacs-pretest-bug@gnu.org; Wed, 14 Nov 2007 18:55:20 -0500 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1IsS4V-0002B1-44 for emacs-pretest-bug@gnu.org; Wed, 14 Nov 2007 23:55:03 +0000 Original-Received: from dialup-4.158.60.82.dial1.chicago1.level3.net ([4.158.60.82]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 Nov 2007 23:55:03 +0000 Original-Received: from jjfoerch by dialup-4.158.60.82.dial1.chicago1.level3.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 Nov 2007 23:55:03 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 23 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dialup-4.158.60.82.dial1.chicago1.level3.net User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) Cancel-Lock: sha1:0b8yR1L0ZF1dHFPwpaJPsXvckFg= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-Mailman-Approved-At: Wed, 14 Nov 2007 22:14:30 -0500 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:83240 gmane.emacs.pretest.bugs:20282 Archived-At: Hello, I'm able to reproduce a problem with the following steps in both gui and non-gui invocations of emacs 23 from CVS, on a Debian Lenny machine. Run: emacs -Q M-x erc RET ; connect to irc with defaults at all prompts ; change buffer to *scratch* C-\ chinese-py RET n e ; now wait at least a minute, then type a character; it does ; not go to the input method. instead, it appears in the buffer ; as ordinary ascii. I don't believe the problem has to do with the `chinese-py' input method itself, because I also reproduced it with another input method that is not part of emacs, `chinese-wubi'. Hope this helps, Thanks, John Foerch