unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* bidi and shaping problems in describe-input-method
@ 2012-03-06 22:17 Mohsen BANAN
  2012-03-07  4:05 ` Eli Zaretskii
  2012-03-08  4:30 ` Miles Bader
  0 siblings, 2 replies; 38+ messages in thread
From: Mohsen BANAN @ 2012-03-06 22:17 UTC (permalink / raw)
  To: emacs-devel


There are two minor problems in
describe-input-method which I think we can easily
fix.

The first problem is bidi related:

Try:
(describe-input-method 'arabic)
and then try:
(describe-input-method 'hebrew)

In the case of 'arabic note how the entire
keyboard is flipped to the right.

The second problem is shaping related:

Inside of a cell on the keyboard layout, when
there are two characters that can be joined, they
are joined -- be default. They should not be.

Consider for example غإ which should have been غ‌إ
instead.

The fix can involve inserting a (ucs-insert 8204)‌
between the two characters in each cell. That is a
ZERO WIDTH NON-JOINER.

I can help with this and work with maintainer of
describe-input-method to add the above changes.

Good input methods help/documentation for bidi
languages are important when emacs24 comes out.

Thanks.

...Mohsen




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

end of thread, other threads:[~2012-03-23 10:12 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-06 22:17 bidi and shaping problems in describe-input-method Mohsen BANAN
2012-03-07  4:05 ` Eli Zaretskii
2012-03-07 18:49   ` Eli Zaretskii
2012-03-07 21:32   ` Mohsen BANAN
2012-03-08 15:30     ` Kenichi Handa
2012-03-08 18:24       ` Eli Zaretskii
2012-03-08 23:48         ` Kenichi Handa
2012-03-09  8:11           ` Eli Zaretskii
2012-03-09 14:03             ` Kenichi Handa
2012-03-09 16:12               ` Eli Zaretskii
2012-03-10  2:55                 ` Kenichi Handa
2012-03-10 10:27                   ` Eli Zaretskii
2012-03-12  7:47                     ` Kenichi Handa
2012-03-12 17:42                       ` Eli Zaretskii
2012-03-13  0:58                         ` Kenichi Handa
2012-03-13  3:58                           ` Eli Zaretskii
2012-03-22  4:26                             ` Kenichi Handa
2012-03-22 17:23                               ` Eli Zaretskii
2012-03-23  1:41                                 ` Kenichi Handa
2012-03-23 10:12                                   ` Eli Zaretskii
2012-03-22 21:59                               ` Mohsen BANAN
2012-03-13  5:46                       ` Mohsen BANAN
2012-03-09  8:17           ` Eli Zaretskii
2012-03-08 18:30       ` Eli Zaretskii
2012-03-08 18:53         ` Eli Zaretskii
2012-03-08 23:27           ` Kenichi Handa
2012-03-08 23:19         ` Kenichi Handa
2012-03-09  8:15           ` Eli Zaretskii
2012-03-09  9:01             ` Juanma Barranquero
2012-03-09  9:45               ` Eli Zaretskii
2012-03-09 10:02                 ` Eli Zaretskii
2012-03-09 14:11                   ` Kenichi Handa
2012-03-09 11:19                 ` Juanma Barranquero
2012-03-09 11:41                   ` Eli Zaretskii
2012-03-09 14:56                     ` Juanma Barranquero
2012-03-09 13:54             ` Kenichi Handa
2012-03-09 16:15               ` Eli Zaretskii
2012-03-08  4:30 ` Miles Bader

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