emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-bug-tracker] bug#5836: marked as done (Incorrect behavior in vnte


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#5836: marked as done (Incorrect behavior in vntelex.el input method)
Date: Tue, 06 Apr 2010 15:35:02 +0000

Your message dated Tue, 06 Apr 2010 11:34:12 -0400
with message-id <address@hidden>
and subject line Re: Incorrect behavior in vntelex.el input method
has caused the GNU bug report #5836,
regarding Incorrect behavior in vntelex.el input method
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact address@hidden
immediately.)


-- 
5836: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5836
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Incorrect behavior in vntelex.el input method Date: Mon, 5 Apr 2010 04:25:59 +0700 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"])


--- End Message ---
--- Begin Message --- Subject: Re: Incorrect behavior in vntelex.el input method Date: Tue, 06 Apr 2010 11:34:12 -0400
> 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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]