From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.bugs Subject: bug#5836: Incorrect behavior in vntelex.el input method Date: Tue, 06 Apr 2010 11:34:12 -0400 Message-ID: <87aatgmw7f.fsf@stupidchicken.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1270569421 3258 80.91.229.12 (6 Apr 2010 15:57:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 6 Apr 2010 15:57:01 +0000 (UTC) Cc: 5836-done@debbugs.gnu.org To: Ngoc Nguyen Bao Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Apr 06 17:56:59 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NzB97-0000RW-SG for geb-bug-gnu-emacs@m.gmane.org; Tue, 06 Apr 2010 17:56:58 +0200 Original-Received: from localhost ([127.0.0.1]:48663 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzB97-0004IU-Ey for geb-bug-gnu-emacs@m.gmane.org; Tue, 06 Apr 2010 11:56:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NzB8U-00042e-6u for bug-gnu-emacs@gnu.org; Tue, 06 Apr 2010 11:56:18 -0400 Original-Received: from [140.186.70.92] (port=47607 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzB8R-00041D-AA for bug-gnu-emacs@gnu.org; Tue, 06 Apr 2010 11:56:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NzB8L-00034w-Rj for bug-gnu-emacs@gnu.org; Tue, 06 Apr 2010 11:56:15 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:34825) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzB8L-00034o-NR for bug-gnu-emacs@gnu.org; Tue, 06 Apr 2010 11:56:09 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1NzAnu-000214-QQ for bug-gnu-emacs@gnu.org; Tue, 06 Apr 2010 11:35:02 -0400 In-Reply-To: Resent-From: Chong Yidong Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Tue, 06 Apr 2010 15:35:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org Mail-Followup-To: 5836@debbugs.gnu.org, Chong Yidong X-GNU-PR-Message: cc-closed 5836 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 5836-done@debbugs.gnu.org id=D5836.12705680597709 (code D ref 5836); Tue, 06 Apr 2010 15:35:02 +0000 Original-Received: (at 5836-done) by debbugs.gnu.org; 6 Apr 2010 15:34:19 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzAnD-00020I-Ir for submit@debbugs.gnu.org; Tue, 06 Apr 2010 11:34:19 -0400 Original-Received: from pantheon-po30.its.yale.edu ([130.132.50.4]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzAnB-00020B-Mi for 5836-done@debbugs.gnu.org; Tue, 06 Apr 2010 11:34:18 -0400 Original-Received: from furry (adsl-99-70-212-128.dsl.wlfrct.sbcglobal.net [99.70.212.128]) (authenticated bits=0) by pantheon-po30.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o36FYCEw018166 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 6 Apr 2010 11:34:12 -0400 Original-Received: by furry (Postfix, from userid 1000) id 5C4A7C055; Tue, 6 Apr 2010 11:34:12 -0400 (EDT) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Tue, 06 Apr 2010 11:35:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:35983 Archived-At: > There is a small problem with vntelex.el input method. That is when > you type "aff", the result should be "af" instead of "aff". My emacs > version is GNU Emacs 23.1.1 (i686-pc-linux-gnu, GTK+ Version 2.18.7) > of 2010-03-16 on gen2pc. > > I made a patch here, hope you guys will fix it soon. It's quite > annoying when typing in Vietnamese while this bug still exists. Patch looks very safe, so I've committed it to the branch. Thanks.