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

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

bug#19081: 24.4.50; Input method polish-slash should not use keyboard tr


From: Magnus Henoch
Subject: bug#19081: 24.4.50; Input method polish-slash should not use keyboard translation
Date: Mon, 17 Nov 2014 16:11:22 +0000

Severity: minor
Tags: patch

The input method polish-slash is the only input method in latin-pre.el
that passes t as the KBD-TRANSLATE argument to quail-define-package.  I
think it shouldn't do that, because it doesn't represent an alternative
keyboard layout; it's just a thin layer over whatever keyboard layout is
currently in use.

This patch changes the KBD-TRANSLATE argument to nil:

diff --git a/lisp/leim/quail/latin-pre.el b/lisp/leim/quail/latin-pre.el
index 6202b89..b3a7591 100644
--- a/lisp/leim/quail/latin-pre.el
+++ b/lisp/leim/quail/latin-pre.el
@@ -707,7 +707,7 @@ Key translation rules are:
  "polish-slash" "Polish" "PL>" nil
  "Polish diacritics and slash character are input as `/[acelnosxzACELNOSXZ/]'.
 For example, the character named `aogonek' is obtained by `/a'."
- nil t t t nil nil nil nil nil nil t)
+ nil t t nil nil nil nil nil nil nil t)
 
 (quail-define-rules
  ("//" ?/)
Regards,
Magnus

reply via email to

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