unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#19081: 24.4.50; Input method polish-slash should not use keyboard translation
@ 2014-11-17 16:11 Magnus Henoch
  2016-02-23 12:00 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: Magnus Henoch @ 2014-11-17 16:11 UTC (permalink / raw)
  To: 19081

[-- Attachment #1: Type: text/plain, Size: 392 bytes --]


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:


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 517 bytes --]

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
  ("//" ?/)

[-- Attachment #3: Type: text/plain, Size: 17 bytes --]


Regards,
Magnus

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-02-25  5:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-17 16:11 bug#19081: 24.4.50; Input method polish-slash should not use keyboard translation Magnus Henoch
2016-02-23 12:00 ` Lars Ingebrigtsen
2016-02-23 16:26   ` Eli Zaretskii
2016-02-24 13:43   ` handa
2016-02-25  5:40     ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).