unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Magnus Henoch <magnus.henoch@gmail.com>
To: 19081@debbugs.gnu.org
Subject: bug#19081: 24.4.50; Input method polish-slash should not use keyboard translation
Date: Mon, 17 Nov 2014 16:11:22 +0000	[thread overview]
Message-ID: <m1lhn9lsd1.fsf@mail.gmail.com> (raw)

[-- 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

             reply	other threads:[~2014-11-17 16:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-17 16:11 Magnus Henoch [this message]
2016-02-23 12:00 ` bug#19081: 24.4.50; Input method polish-slash should not use keyboard translation Lars Ingebrigtsen
2016-02-23 16:26   ` Eli Zaretskii
2016-02-24 13:43   ` handa
2016-02-25  5:40     ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m1lhn9lsd1.fsf@mail.gmail.com \
    --to=magnus.henoch@gmail.com \
    --cc=19081@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).