emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#23822: closed (Request to add Probhat layout for B


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#23822: closed (Request to add Probhat layout for Bengali in emacs.)
Date: Sat, 14 Sep 2019 00:34:01 +0000

Your message dated Sat, 14 Sep 2019 02:33:35 +0200
with message-id <CADwFkm=address@hidden>
and subject line Re: bug#23822: Request to add Probhat layout for Bengali in 
emacs.
has caused the debbugs.gnu.org bug report #23822,
regarding Request to add Probhat layout for Bengali in emacs.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
23822: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23822
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Request to add Probhat layout for Bengali in emacs. Date: Wed, 22 Jun 2016 09:35:27 +0600
Probhat is currently most popular keyboard layout for writing Bengali in linux. Please add it in by default.

These are the codes I added to my configuration file to define my own Probhat layout:

;; Probhat Input Method

(quail-define-package
 "probhat" "Bengali-probhat" "probhat" t
 "Porbhat for Bangla" nil t nil nil nil nil nil nil nil nil t)

(quail-define-rules
  ("!" ?!)
  ("1" ?১)
  ("@" ?@)
  ("2" ?২)
  ("#" ?#)
  ("3" ?৩)
  ("$" ?৳)
  ("4" ?৪)
  ("%" ?%)
  ("5" ?৫)
  ("^" ?^)
  ("6" ?৬)
  ("&" ?ঞ)
  ("7" ?৭)
  ("*" "ৎ")
  ("8" ?৮)
  ("(" ?()
  ("9" ?৯)
  (")" ?))
  ("0" ?০)
  ("_" ?_)
  ("-" ?-)
  ("+" ?+)
  ("=" ?=)
  ("Q" ?ধ)
  ("q" ?দ)
  ("W" ?ঊ)
  ("w" ?ূ)
  ("E" ?ঈ)
  ("e" ?ী)
  ("R" ?ড়)
  ("r" ?র)
  ("T" ?ঠ)
  ("t" ?ট)
  ("Y" ?ঐ)
  ("y" ?এ)
  ("U" ?উ)
  ("u" ?ু)
  ("I" ?ই)
  ("i" ?ি)
  ("O" ?ঔ)
  ("o" ?ও)
  ("P" ?ফ)
  ("p" ?প)
  ("{" ?ৈ)
  ("[" ?ে)
  ("}" ?ৌ)
  ("]" ?ো)
  ("A" ?অ)
  ("a" ?া)
  ("S" ?ষ)
  ("s" ?স)
  ("D" ?ঢ)
  ("d" ?ড)
  ("F" ?থ)
  ("f" ?ত)
  ("G" ?ঘ)
  ("g" ?গ)
  ("H" ?ঃ)
  ("h" ?হ)
  ("J" ?ঝ)
  ("j" ?জ)
  ("K" ?খ)
  ("k" ?ক)
  ("L" ?ং)
  ("l" ?ল)
  (":" ?:)
  (";" ?;)
  (""" ?")
  ("'" ?')
  ("|" ?॥)
  ("" ?‌)
  ("~" ?~)
  ("`" ?‍)
  ("Z" ?য)
  ("z" ?য়)
  ("X" ?ঢ়)
  ("x" ?শ)
  ("C" ?ছ)
  ("c" ?চ)
  ("V" ?ঋ)
  ("v" ?আ)
  ("B" ?ভ)
  ("b" ?ব)
  ("N" ?ণ)
  ("n" ?ন)
  ("M" ?ঙ)
  ("m" ?ম)
  ("<" ?ৃ)
  ("," ?,)
  (">" ?ঁ)
  ("." ?।)
  ("?" ??)
  ("/" ?্))

--- End Message ---
--- Begin Message --- Subject: Re: bug#23822: Request to add Probhat layout for Bengali in emacs. Date: Sat, 14 Sep 2019 02:33:35 +0200
Lars Ingebrigtsen <address@hidden> writes:

> Eli Zaretskii <address@hidden> writes:
>
>> I pushed the new input method to the emacs-25 branch.  Please take a
>> look at the final result, because I needed to make a few changes
>> before it compiled successfully.
>
> That was three years ago, so I'm guessing that the result was
> satisfactory, and I'm closing this bug report.

This was never closed, so I'm closing it now.

Best regards,
Stefan Kangas


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]