GNU bug report logs - #10936
24.0.94; telugu-inscript is inserting devanagari charectors instead telugu

Previous Next

Package: emacs;

Reported by: yagnesh raghava <yagnesh <at> live.com>

Date: Sun, 4 Mar 2012 07:45:01 UTC

Severity: normal

Tags: patch

Found in version 24.0.94

Fixed in version 24.0.95

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 10936 in the body.
You can then email your comments to 10936 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#10936; Package emacs. (Sun, 04 Mar 2012 07:45:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to yagnesh raghava <yagnesh <at> live.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 04 Mar 2012 07:45:02 GMT) Full text and rfc822 format available.

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

From: yagnesh raghava <yagnesh <at> live.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.0.94; telugu-inscript is inserting devanagari charectors instead
	telugu
Date: Sun, 4 Mar 2012 16:43:33 +0900
as subject says telugu-inscript is not doing what it is supposed to
do. Glad if anyone can let me know where to fix.

Thanks
Yagnesh


In GNU Emacs 24.0.94.2 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.6)
of 2012-03-01 on raghava-note
Windowing system distributor `The X.Org Foundation', version 11.0.11004000
Configured using:
`configure '--prefix=/home/yagnesh/local/emacs-git'
'--with-gnutls=yes''

Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: en_US.UTF-8
value of $LC_CTYPE: en_US.UTF-8
value of $LC_MESSAGES: en_US.UTF-8
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: en_IN
value of $XMODIFIERS: @im=ibus
locale-coding-system: utf-8-unix
default enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
tooltip-mode: t
mouse-wheel-mode: t
tool-bar-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
line-number-mode: t
transient-mark-mode: t

Recent input:
M-x r e p <tab> o <tab> r t <tab> <return>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Making completion list... [2 times]
Scanning for dabbrevs...100%
dabbrev-expand: No dynamic expansion for `telugu-insc' found

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr dabbrev emacsbug message format-spec
rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader sendmail regexp-opt rfc2047 rfc2045
ietf-drums mm-util mail-prsvr mail-utils help-mode easymenu view
time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd
tool-bar dnd fontset image fringe lisp-mode register page menu-bar
rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax
facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese
tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak
czech european ethiopic indian cyrillic chinese case-table epa-hook
jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces
cus-face files text-properties overlay sha1 md5 base64 format env
code-pages mule custom widget hashtable-print-readable backquote
make-network-process dbusbind dynamic-setting system-font-setting
font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs)

-- 
YYR





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10936; Package emacs. (Sun, 04 Mar 2012 09:06:02 GMT) Full text and rfc822 format available.

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

From: Kenichi Handa <handa <at> m17n.org>
To: yagnesh raghava <yagnesh <at> live.com>
Cc: 10936 <at> debbugs.gnu.org
Subject: Re: bug#10936: 24.0.94;
	telugu-inscript is inserting devanagari charectors instead telugu
Date: Sun, 04 Mar 2012 18:03:57 +0900
In article <BLU0-SMTP4187A7010B9BBEB6830E54BCC530 <at> phx.gbl>, yagnesh raghava <yagnesh <at> live.com> writes:

> as subject says telugu-inscript is not doing what it is supposed to
> do. Glad if anyone can let me know where to fix.

Oooops, thank you for the report.  Please try this patch.

=== modified file 'leim/quail/indian.el'
--- leim/quail/indian.el	2012-01-19 07:21:25 +0000
+++ leim/quail/indian.el	2012-03-04 09:01:57 +0000
@@ -440,7 +440,7 @@
 (if nil
     (quail-define-package "telugu-inscript" "Telugu" "TlgIS" t "Telugu keyboard Inscript"))
 (quail-define-inscript-package
- indian-dev-base-table inscript-dev-keytable
+ indian-tlg-base-table inscript-dev-keytable
  "telugu-inscript" "Telugu" "TlgIS"
  "Telugu keyboard Inscript.")
 
Does it fix the problem?

---
Kenichi Handa
handa <at> m17n.org




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10936; Package emacs. (Sun, 04 Mar 2012 12:02:02 GMT) Full text and rfc822 format available.

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

From: yagnesh raghava <yagnesh <at> live.com>
To: Kenichi Handa <handa <at> m17n.org>
Cc: 10936 <at> debbugs.gnu.org
Subject: Re: bug#10936: 24.0.94;
	telugu-inscript is inserting devanagari charectors instead telugu
Date: Sun, 4 Mar 2012 21:01:37 +0900
On 03/04/2012 06:03 PM, Kenichi Handa wrote:
> In article<BLU0-SMTP4187A7010B9BBEB6830E54BCC530 <at> phx.gbl>, yagnesh raghava<yagnesh <at> live.com>  writes:
>
>> as subject says telugu-inscript is not doing what it is supposed to
>> do. Glad if anyone can let me know where to fix.
> Oooops, thank you for the report.  Please try this patch.
>
> === modified file 'leim/quail/indian.el'
> --- leim/quail/indian.el	2012-01-19 07:21:25 +0000
> +++ leim/quail/indian.el	2012-03-04 09:01:57 +0000
> @@ -440,7 +440,7 @@
>   (if nil
>       (quail-define-package "telugu-inscript" "Telugu" "TlgIS" t "Telugu keyboard Inscript"))
>   (quail-define-inscript-package
> - indian-dev-base-table inscript-dev-keytable
> + indian-tlg-base-table inscript-dev-keytable
>    "telugu-inscript" "Telugu" "TlgIS"
>    "Telugu keyboard Inscript.")
>
> Does it fix the problem?
Yes. this patch fixes the problem.

Thanks
Yagnesh

PS: Handa-san apologies  for the duplicate mail





Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Fri, 16 Mar 2012 02:17:02 GMT) Full text and rfc822 format available.

Notification sent to yagnesh raghava <yagnesh <at> live.com>:
bug acknowledged by developer. (Fri, 16 Mar 2012 02:17:02 GMT) Full text and rfc822 format available.

Message #16 received at 10936-done <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: 10936-done <at> debbugs.gnu.org
Subject: Re: bug#10936: 24.0.94;
	telugu-inscript is inserting devanagari charectors instead telugu
Date: Thu, 15 Mar 2012 21:45:59 -0400
Version: 24.0.95

yagnesh raghava wrote:

> Yes. this patch fixes the problem.

Applied.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 13 Apr 2012 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 12 years and 39 days ago.

Previous Next


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