all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ivan Radanov Ivanov <ivanradanov@yahoo.co.uk>
To: 20350@debbugs.gnu.org
Cc: Ivan Radanov Ivanov <ivanradanov@yahoo.co.uk>
Subject: bug#20350: [PATCH] replace the letter "Ь" with "ѝ" in the phonetic bulgarian input methods
Date: Thu, 16 Apr 2015 22:29:29 +0300	[thread overview]
Message-ID: <1429212569-8866-1-git-send-email-ivanradanov@yahoo.co.uk> (raw)

There is no valid usage of the capital letter "Ь" in the modern
Bulgarian language, replace it with "ѝ" as other keyboard layouts do.
---
 lisp/leim/quail/cyrillic.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/leim/quail/cyrillic.el b/lisp/leim/quail/cyrillic.el
index a2983a3..c25a9c6 100644
--- a/lisp/leim/quail/cyrillic.el
+++ b/lisp/leim/quail/cyrillic.el
@@ -1364,7 +1364,7 @@ The letters Ч, Ш, Щ and Ю are not affected by Caps Lock."
  ("{" ?Ш)
  ("}" ?Щ)
  ("Y" ?Ъ)
- ("X" ?Ь)
+ ("X" ?ѝ)
  ("|" ?Ю)
  ("Q" ?Я)
  ("a" ?а)
@@ -1448,7 +1448,7 @@ keys as being transformed into ( and ) respectively.  For ( and ), use
  ("[" ?ц) ("{" ?Ц)
  ("]" ?\;) ("}" ?§)
 
- ("a" ?ь) ("A" ?Ь)
+ ("a" ?ь) ("A" ?ѝ)
  ("s" ?я) ("S" ?Я)
  ("d" ?а) ("D" ?А)
  ("f" ?о) ("F" ?О)
-- 
2.1.4






             reply	other threads:[~2015-04-16 19:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-16 19:29 Ivan Radanov Ivanov [this message]
2015-04-17  7:00 ` bug#20350: [PATCH] replace the letter "Ь" with "ѝ" in the phonetic bulgarian input methods Eli Zaretskii
2015-04-17 10:45   ` bug#20350: [PATCH v2] replace the letter "Ь" with "ѝ" in the Bulgarian " Ivan Radanov Ivanov
2015-04-18  8:05     ` Eli Zaretskii

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

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

  git send-email \
    --in-reply-to=1429212569-8866-1-git-send-email-ivanradanov@yahoo.co.uk \
    --to=ivanradanov@yahoo.co.uk \
    --cc=20350@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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.