From: Daniel Bergey Date: Fri, 17 Aug 2012 07:28:23 +0000 (-0700) Subject: quail-define-inscript-package tiny change X-Git-Tag: emacs-24.2.90~634 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0df648f9869d11681df46502f7eef2bee1c7ae39;p=emacs.git quail-define-inscript-package tiny change * leim/quail/indian.el (quail-define-inscript-package): Set kbd-translate for all Inscript layouts. It's a positional layout: vowels should be on the left hand regardless of the underlying characters produced by those keys. Fixes: debbugs:12072 --- diff --git a/leim/ChangeLog b/leim/ChangeLog index fcf0e72c3f4..5c29052d98b 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,10 @@ +2012-08-17 Daniel Bergey (tiny change) + + * quail/indian.el (quail-define-inscript-package): + Set kbd-translate for all Inscript layouts. It's a positional + layout: vowels should be on the left hand regardless of the + underlying characters produced by those keys. (Bug#12072) + 2012-08-06 Mohsen BANAN * quail/persian.el: Add some mappings. (Bug#11812) diff --git a/leim/quail/indian.el b/leim/quail/indian.el index 1c01693478b..2541e60c57d 100644 --- a/leim/quail/indian.el +++ b/leim/quail/indian.el @@ -309,7 +309,7 @@ Full key sequences are listed below:") (defun quail-define-inscript-package (char-tables key-tables pkgname lang title docstring) (funcall 'quail-define-package pkgname lang title nil docstring - nil nil nil nil nil nil nil nil) + nil nil nil t nil nil nil nil) (let (char-table key-table char key) (while (and char-tables key-tables) (setq char-table (car char-tables)