GNU bug report logs - #518
Dutch input method flooded with Turkish conversation sequences

Previous Next

Package: emacs;

Reported by: coriordan <at> vorcha.compsoc.com (Ciaran O'Riordan)

Date: Wed, 2 Jul 2008 14:50:04 UTC

Severity: normal

Tags: patch

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


Message #37 received at control <at> debbugs.gnu.org (full text, mbox):

From: npostavs <at> users.sourceforge.net
To: Toon Claes <toon <at> iotcl.com>
Cc: Juri Linkov <juri <at> jurta.org>, John Wiegley <jwiegley <at> gmail.com>,
 518 <at> debbugs.gnu.org
Subject: Re: bug#518: Dutch input method flooded with Turkish conversation
 sequences
Date: Sat, 11 Mar 2017 13:17:42 -0500
tags 518 patch
quit

>
> From 7d823da136832a59f91c90cc2136ed7bb1523ae0 Mon Sep 17 00:00:00 2001
> From: Toon Claes <toon <at> iotcl.com>
> Date: Wed, 30 Mar 2016 22:30:38 +0200
> Subject: [PATCH] Fix Bug#518

It seems this patch was forgotten.  I don't know much about input
methods, but the patch looks trivially correct.  Any reason not to
apply?

Toon do you have a copyright assignment?  I assume not, there's no need
since the patch only removes code...

>
> * lisp/leim/quail/latin-alt.el: Remove Turkish ligatures from Dutch
>   input method.
> ---
>  lisp/leim/quail/latin-alt.el | 13 +------------
>  1 file changed, 1 insertion(+), 12 deletions(-)
>
> diff --git a/lisp/leim/quail/latin-alt.el b/lisp/leim/quail/latin-alt.el
> index 30df9ac..5e644ed 100644
> --- a/lisp/leim/quail/latin-alt.el
> +++ b/lisp/leim/quail/latin-alt.el
> @@ -1152,7 +1152,7 @@ Doubling the postfix separates the letter and postfix: e.g. a^^ -> a^
>  (quail-define-package
>   "dutch" "Dutch" "NL" t
>   "Dutch character mixfix input method.
> -Caters for French and Turkish as well as Dutch.
> +Caters for French and Dutch.
>  
>               |         | examples
>   ------------+---------+----------
> @@ -1163,8 +1163,6 @@ Caters for French and Turkish as well as Dutch.
>    acute      |    \\='    | a\\=' -> ¡
>    grave      |    \\=`    | a\\=` ->  
>    circumflex |    ^    | a^ -> ¢
> -  Turkish    | various | i/ -> ±  s, -> Ÿ  g^ -> Ÿ   I/ -> °
> -             |         |  S, -> ž  G^ -> ž
>   ------------+---------+----------
>               | prefix  |
>   ------------+---------+----------
> @@ -1226,15 +1224,6 @@ Doubling the postfix separates the letter and postfix: e.g. a\\='\\=' -> a\\='
>   ("I^" ?Ž) ;; LATIN CAPITAL LETTER I WITH CIRCUMFLEX
>   ("O^" ?”) ;; LATIN CAPITAL LETTER O WITH CIRCUMFLEX
>   ("U^" ?›) ;; LATIN CAPITAL LETTER U WITH CIRCUMFLEX
> - ;; €œFollow the example of the Dutch POSIX locale, using ISO-8859-9 to
> - ;; cater to the many Turks in Dutch society.€  Perhaps German methods
> - ;; should do so too.  Follow turkish-alt-postfix here.
> - ("i/" ?±) ;; LATIN SMALL LETTER I WITH NO DOT
> - ("s," ?Ÿ) ;; LATIN SMALL LETTER S WITH CEDILLA
> - ("g^" ?Ÿ) ;; LATIN SMALL LETTER G WITH BREVE
> - ("I/" ?°) ;; LATIN CAPITAL LETTER I WITH DOT ABOVE
> - ("S," ?ž) ;; LATIN CAPITAL LETTER S WITH CEDILLA
> - ("G^" ?ž) ;; LATIN CAPITAL LETTER G WITH BREVE
>   )
>  
>  ;; Originally from Yudit, discussed with Albertas Agejevas




This bug report was last modified 8 years and 5 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.