unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Lars Ingebrigtsen <larsi@gnus.org>, Kenichi Handa <handa@gnu.org>
Cc: 19081@debbugs.gnu.org, magnus.henoch@gmail.com
Subject: bug#19081: 24.4.50; Input method polish-slash should not use keyboard translation
Date: Tue, 23 Feb 2016 18:26:14 +0200	[thread overview]
Message-ID: <834mczjsux.fsf@gnu.org> (raw)
In-Reply-To: <87lh6bprfn.fsf@gnus.org> (message from Lars Ingebrigtsen on Tue,  23 Feb 2016 23:00:28 +1100)

> From: Lars Ingebrigtsen <larsi@gnus.org>
> Date: Tue, 23 Feb 2016 23:00:28 +1100
> Cc: 19081@debbugs.gnu.org
> 
> Magnus Henoch <magnus.henoch@gmail.com> writes:
> 
> > 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)
> 
> I think this sounds reasonable, but I'm not familiar with the quail
> functions at all.  Could somebody have a peek at this?

I hope Handa-san (CC'ed) could comment on this.





  reply	other threads:[~2016-02-23 16:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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=834mczjsux.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=19081@debbugs.gnu.org \
    --cc=handa@gnu.org \
    --cc=larsi@gnus.org \
    --cc=magnus.henoch@gmail.com \
    /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).