GNU bug report logs - #5836
Incorrect behavior in vntelex.el input method

Previous Next

Package: emacs;

Reported by: Ngoc Nguyen Bao <baongoc124 <at> gmail.com>

Date: Sun, 4 Apr 2010 21:59:01 UTC

Severity: normal

Tags: patch

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ngoc Nguyen Bao <baongoc124 <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Incorrect behavior in vntelex.el input method
Date: Mon, 5 Apr 2010 04:25:59 +0700
[Message part 1 (text/plain, inline)]
Hi,
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.

Thanks.
--
Nguyễn Bảo Ngọc

*** /usr/share/emacs/23.1/leim/quail/vntelex.el.old 2010-04-05
04:22:53.000000000 +0700
--- /usr/share/emacs/23.1/leim/quail/vntelex.el 2010-04-05
04:11:55.000000000 +0700
***************
*** 285,291 ****
   ("Dd" ?Đ)
  ;("$$" ?₫) ; U+20AB DONG SIGN (#### check)

!  ("aff" ["aff"])
   ("AFF" ["AF"])
   ("Aff" ["Af"])
   ("ass" ["as"])
--- 285,291 ----
   ("Dd" ?Đ)
  ;("$$" ?₫) ; U+20AB DONG SIGN (#### check)

!  ("aff" ["af"])
   ("AFF" ["AF"])
   ("Aff" ["Af"])
   ("ass" ["as"])
[Message part 2 (text/html, inline)]

This bug report was last modified 15 years and 51 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.