unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#39763: Incorrect behaviour of Farsi (farsi-isiri-9147) input method
@ 2020-02-24  9:05 Ali AlipourR
  2020-02-24  9:56 ` Andreas Schwab
  0 siblings, 1 reply; 6+ messages in thread
From: Ali AlipourR @ 2020-02-24  9:05 UTC (permalink / raw)
  To: 39763


[-- Attachment #1.1: Type: text/plain, Size: 2163 bytes --]

Hi,

Farsi keyboard (isiri 9147) has a second "shift" level, which is usually
implemented to be accessible when holding Alt key.
for example when in farsi input method, pressing the "d" key should insert:
U+06CC = ی
but pressing "Shift + d" should insert:
U+064A = ي
and pressing "Alt + d" should insert:
U+0649 = ى
(trust me it's different from the first one! even though they look similar,
it makes a difference when searching for text etc since the unicode code
points are different (and they are also read differently ... one is
pronounced like i the other one like a, though this is not related to the
discussion))

The problem is, in Emacs, when you set the input method to
farsi-isiri-9147, when you press M-d, it deletes a word, which is expected,
but even when you press C-q M-d, instead of inserting U+0649 = ى, it
inserts Latin character U+00E4 = ä)

and I used the d key and letter U+0649 as an example here, there are more
keys and letters like this. in general, when in farsi-isiri-9147, when you
press C-q M-letter instead of inserting appropriate "second shift level"
Farsi letters according to isiri-9147 layout, Emacs inserts Latin
characters with diacritics according to English keyboard layout.

this was tested under GNOME Shell 3.34.3 (with gnome/X input method set to
EN; since setting it to Farsi, means gnome/X will send Farsi chars to Emacs
and thus no Emacs keybinding (e.g. C-f or C-n or C-d or C-x C-s or ...)
will work at all)
(other programs including gedit, firefox and bash in gnome-terminal, behave
correctly, when gnome input method is set to Farsi; even in Emacs Alt + d
works correctly and inserts U+0649 = ى, regardless of what input method is
selected in Emacs itself, if gnome input method is set to Farsi, but again,
as mentioned, this way no Emacs keybinding will work ... since this way,
gnome is directly sending farsi chars to Emacs)

I will attach isiri-9147 keyboard layout standard and some of its tables
(the column marked in red, are the unicode characters that should be
inserted, when pressing the letters on the rightmost column while holding
Alt key.

Thanks

[-- Attachment #1.2: Type: text/html, Size: 2576 bytes --]

[-- Attachment #2: 9147.pdf --]
[-- Type: application/pdf, Size: 950302 bytes --]

[-- Attachment #3: 1.png --]
[-- Type: image/png, Size: 108288 bytes --]

[-- Attachment #4: 2.png --]
[-- Type: image/png, Size: 132721 bytes --]

[-- Attachment #5: 3.png --]
[-- Type: image/png, Size: 81972 bytes --]

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

* bug#39763: Incorrect behaviour of Farsi (farsi-isiri-9147) input method
  2020-02-24  9:05 bug#39763: Incorrect behaviour of Farsi (farsi-isiri-9147) input method Ali AlipourR
@ 2020-02-24  9:56 ` Andreas Schwab
  2020-02-24 13:04   ` Ali AlipourR
  0 siblings, 1 reply; 6+ messages in thread
From: Andreas Schwab @ 2020-02-24  9:56 UTC (permalink / raw)
  To: Ali AlipourR; +Cc: 39763

On Feb 24 2020, Ali AlipourR wrote:

> The problem is, in Emacs, when you set the input method to
> farsi-isiri-9147, when you press M-d, it deletes a word, which is expected,
> but even when you press C-q M-d, instead of inserting U+0649 = ى, it
> inserts Latin character U+00E4 = ä)

What happens if you use Alt-d instead of Meta-d?

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."





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

* bug#39763: Incorrect behaviour of Farsi (farsi-isiri-9147) input method
  2020-02-24  9:56 ` Andreas Schwab
@ 2020-02-24 13:04   ` Ali AlipourR
  2020-02-24 13:27     ` Ali AlipourR
  2020-02-24 13:27     ` Andreas Schwab
  0 siblings, 2 replies; 6+ messages in thread
From: Ali AlipourR @ 2020-02-24 13:04 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: 39763

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

by M-d I meant Alt-d as my keyboard doesn't have a meta key

On Mon, Feb 24, 2020 at 1:26 PM Andreas Schwab <schwab@suse.de> wrote:

> On Feb 24 2020, Ali AlipourR wrote:
>
> > The problem is, in Emacs, when you set the input method to
> > farsi-isiri-9147, when you press M-d, it deletes a word, which is
> expected,
> > but even when you press C-q M-d, instead of inserting U+0649 = ى, it
> > inserts Latin character U+00E4 = ä)
>
> What happens if you use Alt-d instead of Meta-d?
>
> Andreas.
>
> --
> Andreas Schwab, SUSE Labs, schwab@suse.de
> GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
> "And now for something completely different."
>

[-- Attachment #2: Type: text/html, Size: 1079 bytes --]

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

* bug#39763: Incorrect behaviour of Farsi (farsi-isiri-9147) input method
  2020-02-24 13:04   ` Ali AlipourR
@ 2020-02-24 13:27     ` Ali AlipourR
  2020-02-24 13:27     ` Andreas Schwab
  1 sibling, 0 replies; 6+ messages in thread
From: Ali AlipourR @ 2020-02-24 13:27 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: 39763

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

to illustrate the problem better:

1- under gnome (other desktop environments should work too, if they
implement standard Farsi/Persian keyboard layout), from settings > Region &
Language > add "Persian" input source

2- switch to "Persian" input source

3- open firefox, go to  https://unicode-table.com and click on the search
bar, then press: Alt+d and then Enter to see the code point for the typed
character

4- set the gnome input source back to English

5- open Emacs, run M-x set-input-method RET farsi-isiri-9147 RET

6- press C-q Alt-d and compare the typed character (which is a latin
character with diacritics) with what you've got in firefox (which was a
Farsi/Arabic Character)

again, i used Alt-d as an example here, you can see a complete list in
attached images in the original email. (as another example try Alt-h)

[-- Attachment #2: Type: text/html, Size: 1059 bytes --]

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

* bug#39763: Incorrect behaviour of Farsi (farsi-isiri-9147) input method
  2020-02-24 13:04   ` Ali AlipourR
  2020-02-24 13:27     ` Ali AlipourR
@ 2020-02-24 13:27     ` Andreas Schwab
  2020-02-24 13:35       ` Ali AlipourR
  1 sibling, 1 reply; 6+ messages in thread
From: Andreas Schwab @ 2020-02-24 13:27 UTC (permalink / raw)
  To: Ali AlipourR; +Cc: 39763

On Feb 24 2020, Ali AlipourR wrote:

> by M-d I meant Alt-d as my keyboard doesn't have a meta key

But it must have a key that emits ISO_Level3_Shift.

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."





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

* bug#39763: Incorrect behaviour of Farsi (farsi-isiri-9147) input method
  2020-02-24 13:27     ` Andreas Schwab
@ 2020-02-24 13:35       ` Ali AlipourR
  0 siblings, 0 replies; 6+ messages in thread
From: Ali AlipourR @ 2020-02-24 13:35 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: 39763

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

$xmodmap -pke | grep Alt
keycode 108 = Alt_R Meta_R ISO_Level3_Shift

If that's what you mean

[-- Attachment #2: Type: text/html, Size: 144 bytes --]

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

end of thread, other threads:[~2020-02-24 13:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-24  9:05 bug#39763: Incorrect behaviour of Farsi (farsi-isiri-9147) input method Ali AlipourR
2020-02-24  9:56 ` Andreas Schwab
2020-02-24 13:04   ` Ali AlipourR
2020-02-24 13:27     ` Ali AlipourR
2020-02-24 13:27     ` Andreas Schwab
2020-02-24 13:35       ` Ali AlipourR

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).