* Re: emacs-25 26d4da0: New input method "probhat" for Bengali
[not found] ` <20160626162801.9D9A522015D@vcs.savannah.gnu.org>
@ 2016-06-26 19:53 ` Michael Albinus
2016-06-26 19:55 ` উৎসব রায়
2016-06-26 20:07 ` Kaushal Modi
0 siblings, 2 replies; 18+ messages in thread
From: Michael Albinus @ 2016-06-26 19:53 UTC (permalink / raw)
To: emacs-devel; +Cc: উৎসব রায়
eliz@gnu.org (Eli Zaretskii) writes:
> +;; 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)
^^^^^^^
Shouldn't this be "Probhat"?
Best regards, Michael.
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: emacs-25 26d4da0: New input method "probhat" for Bengali
2016-06-26 19:53 ` emacs-25 26d4da0: New input method "probhat" for Bengali Michael Albinus
@ 2016-06-26 19:55 ` উৎসব রায়
2016-06-27 2:42 ` Eli Zaretskii
2016-06-26 20:07 ` Kaushal Modi
1 sibling, 1 reply; 18+ messages in thread
From: উৎসব রায় @ 2016-06-26 19:55 UTC (permalink / raw)
To: Michael Albinus; +Cc: emacs-devel
[-- Attachment #1: Type: text/plain, Size: 449 bytes --]
Yes yes, in the last mail i mentioned about that typo and fixed layout name
also. :)
On Jun 27, 2016 1:53 AM, "Michael Albinus" <michael.albinus@gmx.de> wrote:
> eliz@gnu.org (Eli Zaretskii) writes:
>
> > +;; 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)
> ^^^^^^^
>
> Shouldn't this be "Probhat"?
>
> Best regards, Michael.
>
[-- Attachment #2: Type: text/html, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: emacs-25 26d4da0: New input method "probhat" for Bengali
2016-06-26 19:53 ` emacs-25 26d4da0: New input method "probhat" for Bengali Michael Albinus
2016-06-26 19:55 ` উৎসব রায়
@ 2016-06-26 20:07 ` Kaushal Modi
1 sibling, 0 replies; 18+ messages in thread
From: Kaushal Modi @ 2016-06-26 20:07 UTC (permalink / raw)
To: Michael Albinus, emacs-devel
Cc: উৎসব রায়
[-- Attachment #1: Type: text/plain, Size: 414 bytes --]
I think you are right.
On Sun, Jun 26, 2016, 3:53 PM Michael Albinus <michael.albinus@gmx.de>
wrote:
> eliz@gnu.org (Eli Zaretskii) writes:
>
> > +;; 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)
> ^^^^^^^
>
> Shouldn't this be "Probhat"?
>
> Best regards, Michael.
>
> --
--
Kaushal Modi
[-- Attachment #2: Type: text/html, Size: 905 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: emacs-25 26d4da0: New input method "probhat" for Bengali
2016-06-26 19:55 ` উৎসব রায়
@ 2016-06-27 2:42 ` Eli Zaretskii
2016-06-27 2:59 ` উৎসব রায়
0 siblings, 1 reply; 18+ messages in thread
From: Eli Zaretskii @ 2016-06-27 2:42 UTC (permalink / raw)
To: উৎসব রায়
Cc: michael.albinus, emacs-devel
> Date: Mon, 27 Jun 2016 01:55:38 +0600
> From: উৎসব রায় <uroybd@gmail.com>
> Cc: emacs-devel@gnu.org
>
> Yes yes, in the last mail i mentioned about that typo and fixed layout name also. :)
Please send a patch against what's in the repository.
Thanks.
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: emacs-25 26d4da0: New input method "probhat" for Bengali
2016-06-27 2:42 ` Eli Zaretskii
@ 2016-06-27 2:59 ` উৎসব রায়
2016-06-27 9:32 ` Michael Albinus
0 siblings, 1 reply; 18+ messages in thread
From: উৎসব রায় @ 2016-06-27 2:59 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: Michael Albinus, emacs-devel
[-- Attachment #1: Type: text/plain, Size: 760 bytes --]
Replace this:
;; 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)
with this please:
;; Probhat Input Method
(quail-define-package "Probhat" "Bengali" "bengali-probhat" t "Probhat for
Bangla" nil t nil nil nil nil nil nil nil nil t)
in the file "lisp/leim/quail/indian.el"
On Mon, Jun 27, 2016 at 8:42 AM, Eli Zaretskii <eliz@gnu.org> wrote:
> > Date: Mon, 27 Jun 2016 01:55:38 +0600
> > From: উৎসব রায় <uroybd@gmail.com>
> > Cc: emacs-devel@gnu.org
> >
> > Yes yes, in the last mail i mentioned about that typo and fixed layout
> name also. :)
>
> Please send a patch against what's in the repository.
>
> Thanks.
>
[-- Attachment #2: Type: text/html, Size: 3126 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: emacs-25 26d4da0: New input method "probhat" for Bengali
2016-06-27 2:59 ` উৎসব রায়
@ 2016-06-27 9:32 ` Michael Albinus
2016-06-27 15:46 ` Eli Zaretskii
0 siblings, 1 reply; 18+ messages in thread
From: Michael Albinus @ 2016-06-27 9:32 UTC (permalink / raw)
To: উৎসব রায়
Cc: Eli Zaretskii, emacs-devel
উৎসব রায় <uroybd@gmail.com> writes:
> Replace this:
>
> ;; 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)
>
> with this please:
>
> ;; Probhat Input Method
> (quail-define-package "Probhat" "Bengali" "bengali-probhat" t "Probhat
> for Bangla" nil t nil nil nil nil nil nil nil nil t)
Are you sure? All other uses in indian.el have a small letter case
package name, you take "Probhat". OTOH, all other uses take a title with
capitel letters, you take "bengali-probhat".
Best regards, Michael.
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: emacs-25 26d4da0: New input method "probhat" for Bengali
2016-06-27 9:32 ` Michael Albinus
@ 2016-06-27 15:46 ` Eli Zaretskii
[not found] ` <CAPs8ma=qMefV9o2Q9DaYbNv=sPgf_p__to5ebfZyMfZNpb7CSA@mail.gmail.com>
0 siblings, 1 reply; 18+ messages in thread
From: Eli Zaretskii @ 2016-06-27 15:46 UTC (permalink / raw)
To: Michael Albinus; +Cc: uroybd, emacs-devel
> From: Michael Albinus <michael.albinus@gmx.de>
> Cc: Eli Zaretskii <eliz@gnu.org>, emacs-devel@gnu.org
> Date: Mon, 27 Jun 2016 11:32:04 +0200
>
> উৎসব রায় <uroybd@gmail.com> writes:
>
> > ;; Probhat Input Method
> > (quail-define-package "Probhat" "Bengali" "bengali-probhat" t "Probhat
> > for Bangla" nil t nil nil nil nil nil nil nil nil t)
>
> Are you sure? All other uses in indian.el have a small letter case
> package name, you take "Probhat". OTOH, all other uses take a title with
> capitel letters, you take "bengali-probhat".
More importantly, "bengali-probhat" is too long for an input method
indicator, it will take too much of the precious mode-line space. It
should be 1 to 3 characters.
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: emacs-25 26d4da0: New input method "probhat" for Bengali
[not found] ` <CAPs8ma=qMefV9o2Q9DaYbNv=sPgf_p__to5ebfZyMfZNpb7CSA@mail.gmail.com>
@ 2016-06-27 15:53 ` উৎসব রায়
2016-06-27 16:25 ` Eli Zaretskii
0 siblings, 1 reply; 18+ messages in thread
From: উৎসব রায় @ 2016-06-27 15:53 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: Michael Albinus, emacs-devel
[-- Attachment #1: Type: text/plain, Size: 1068 bytes --]
In the Latest version I provided, (committed by Michael already) It will
show BngProbhat in mode line. I am not sure how to make it shorter. Should
we use simply "Probhat"? No other languages have any layout named probhat.
On Jun 27, 2016 9:47 PM, "Eli Zaretskii" <eliz@gnu.org> wrote:
> > From: Michael Albinus <michael.albinus@gmx.de>
> > Cc: Eli Zaretskii <eliz@gnu.org>, emacs-devel@gnu.org
> > Date: Mon, 27 Jun 2016 11:32:04 +0200
> >
> > উৎসব রায় <uroybd@gmail.com> writes:
> >
> > > ;; Probhat Input Method
> > > (quail-define-package "Probhat" "Bengali" "bengali-probhat" t "Probhat
> > > for Bangla" nil t nil nil nil nil nil nil nil nil t)
> >
> > Are you sure? All other uses in indian.el have a small letter case
> > package name, you take "Probhat". OTOH, all other uses take a title with
> > capitel letters, you take "bengali-probhat".
>
> More importantly, "bengali-probhat" is too long for an input method
> indicator, it will take too much of the precious mode-line space. It
> should be 1 to 3 characters.
>
[-- Attachment #2: Type: text/html, Size: 1717 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: emacs-25 26d4da0: New input method "probhat" for Bengali
2016-06-27 15:53 ` উৎসব রায়
@ 2016-06-27 16:25 ` Eli Zaretskii
2016-06-27 19:22 ` উৎসব রায়
2016-06-29 14:09 ` handa
0 siblings, 2 replies; 18+ messages in thread
From: Eli Zaretskii @ 2016-06-27 16:25 UTC (permalink / raw)
To: উৎসব রায়
Cc: michael.albinus, emacs-devel
> Date: Mon, 27 Jun 2016 21:53:11 +0600
> From: উৎসব রায় <uroybd@gmail.com>
> Cc: emacs-devel@gnu.org, Michael Albinus <michael.albinus@gmx.de>
>
> In the Latest version I provided, (committed by Michael already) It will show BngProbhat in mode line. I am not
> sure how to make it shorter. Should we use simply "Probhat"? No other languages have any layout named
> probhat.
How about BngPB instead? All the other indicators in indian.el are at
most 5 characters, as in TmlIS and DevIT.
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: emacs-25 26d4da0: New input method "probhat" for Bengali
2016-06-27 16:25 ` Eli Zaretskii
@ 2016-06-27 19:22 ` উৎসব রায়
2016-06-27 19:40 ` Eli Zaretskii
2016-06-29 14:09 ` handa
1 sibling, 1 reply; 18+ messages in thread
From: উৎসব রায় @ 2016-06-27 19:22 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: Michael Albinus, emacs-devel
[-- Attachment #1: Type: text/plain, Size: 636 bytes --]
Sounds ok. Use it then. :)
On Jun 27, 2016 10:26 PM, "Eli Zaretskii" <eliz@gnu.org> wrote:
> > Date: Mon, 27 Jun 2016 21:53:11 +0600
> > From: উৎসব রায় <uroybd@gmail.com>
> > Cc: emacs-devel@gnu.org, Michael Albinus <michael.albinus@gmx.de>
> >
> > In the Latest version I provided, (committed by Michael already) It will
> show BngProbhat in mode line. I am not
> > sure how to make it shorter. Should we use simply "Probhat"? No other
> languages have any layout named
> > probhat.
>
> How about BngPB instead? All the other indicators in indian.el are at
> most 5 characters, as in TmlIS and DevIT.
>
[-- Attachment #2: Type: text/html, Size: 1049 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: emacs-25 26d4da0: New input method "probhat" for Bengali
2016-06-27 19:22 ` উৎসব রায়
@ 2016-06-27 19:40 ` Eli Zaretskii
2016-06-28 4:18 ` উৎসব রায়
0 siblings, 1 reply; 18+ messages in thread
From: Eli Zaretskii @ 2016-06-27 19:40 UTC (permalink / raw)
To: উৎসব রায়
Cc: michael.albinus, emacs-devel
> Date: Tue, 28 Jun 2016 01:22:02 +0600
> From: উৎসব রায় <uroybd@gmail.com>
> Cc: emacs-devel@gnu.org, Michael Albinus <michael.albinus@gmx.de>
>
> Sounds ok. Use it then. :)
Done.
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: emacs-25 26d4da0: New input method "probhat" for Bengali
2016-06-27 19:40 ` Eli Zaretskii
@ 2016-06-28 4:18 ` উৎসব রায়
2016-06-28 7:38 ` Michael Albinus
0 siblings, 1 reply; 18+ messages in thread
From: উৎসব রায় @ 2016-06-28 4:18 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: Michael Albinus, emacs-devel
[-- Attachment #1: Type: text/plain, Size: 340 bytes --]
Should I clone the repo and test if it works?
On Tue, Jun 28, 2016 at 1:40 AM, Eli Zaretskii <eliz@gnu.org> wrote:
> > Date: Tue, 28 Jun 2016 01:22:02 +0600
> > From: উৎসব রায় <uroybd@gmail.com>
> > Cc: emacs-devel@gnu.org, Michael Albinus <michael.albinus@gmx.de>
> >
> > Sounds ok. Use it then. :)
>
> Done.
>
[-- Attachment #2: Type: text/html, Size: 830 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: emacs-25 26d4da0: New input method "probhat" for Bengali
2016-06-28 4:18 ` উৎসব রায়
@ 2016-06-28 7:38 ` Michael Albinus
2016-06-29 9:07 ` উৎসব রায়
0 siblings, 1 reply; 18+ messages in thread
From: Michael Albinus @ 2016-06-28 7:38 UTC (permalink / raw)
To: উৎসব রায়
Cc: Eli Zaretskii, emacs-devel
উৎসব রায় <uroybd@gmail.com> writes:
> Should I clone the repo and test if it works?
That's always a good idea.
Best regards, Michael.
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: emacs-25 26d4da0: New input method "probhat" for Bengali
2016-06-28 7:38 ` Michael Albinus
@ 2016-06-29 9:07 ` উৎসব রায়
2016-06-29 14:59 ` Eli Zaretskii
0 siblings, 1 reply; 18+ messages in thread
From: উৎসব রায় @ 2016-06-29 9:07 UTC (permalink / raw)
To: Michael Albinus; +Cc: Eli Zaretskii, emacs-devel
[-- Attachment #1: Type: text/plain, Size: 321 bytes --]
I've compiled and checked it today. Working like a charm! :)
On Tue, Jun 28, 2016 at 1:38 PM, Michael Albinus <michael.albinus@gmx.de>
wrote:
> উৎসব রায় <uroybd@gmail.com> writes:
>
> > Should I clone the repo and test if it works?
>
> That's always a good idea.
>
> Best regards, Michael.
>
[-- Attachment #2: Type: text/html, Size: 726 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: emacs-25 26d4da0: New input method "probhat" for Bengali
2016-06-27 16:25 ` Eli Zaretskii
2016-06-27 19:22 ` উৎসব রায়
@ 2016-06-29 14:09 ` handa
2016-06-29 14:23 ` উৎসব রায়
2016-06-29 15:05 ` Eli Zaretskii
1 sibling, 2 replies; 18+ messages in thread
From: handa @ 2016-06-29 14:09 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: uroybd, michael.albinus, emacs-devel
In article <83inwuy4y5.fsf@gnu.org>, Eli Zaretskii <eliz@gnu.org> writes:
> How about BngPB instead? All the other indicators in indian.el are at
> most 5 characters, as in TmlIS and DevIT.
How about using some characteristic Bengali character + "PB"?
For instance, "কPB".
Perhaps that is a good idea for the other non-latin input methods.
---
K. Handa
handa@gnu.org
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: emacs-25 26d4da0: New input method "probhat" for Bengali
2016-06-29 14:09 ` handa
@ 2016-06-29 14:23 ` উৎসব রায়
2016-06-29 15:05 ` Eli Zaretskii
1 sibling, 0 replies; 18+ messages in thread
From: উৎসব রায় @ 2016-06-29 14:23 UTC (permalink / raw)
To: handa; +Cc: Eli Zaretskii, Michael Albinus, emacs-devel
[-- Attachment #1: Type: text/plain, Size: 591 bytes --]
"কPB" is actually a good idea! "ক" is the first letter of consonant section
of Bangla alphabet. It would be cool!
On Jun 29, 2016 8:10 PM, "handa" <handa@gnu.org> wrote:
> In article <83inwuy4y5.fsf@gnu.org>, Eli Zaretskii <eliz@gnu.org> writes:
>
> > How about BngPB instead? All the other indicators in indian.el are at
> > most 5 characters, as in TmlIS and DevIT.
>
> How about using some characteristic Bengali character + "PB"?
> For instance, "কPB".
>
> Perhaps that is a good idea for the other non-latin input methods.
>
> ---
> K. Handa
> handa@gnu.org
>
[-- Attachment #2: Type: text/html, Size: 1024 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: emacs-25 26d4da0: New input method "probhat" for Bengali
2016-06-29 9:07 ` উৎসব রায়
@ 2016-06-29 14:59 ` Eli Zaretskii
0 siblings, 0 replies; 18+ messages in thread
From: Eli Zaretskii @ 2016-06-29 14:59 UTC (permalink / raw)
To: উৎসব রায়
Cc: michael.albinus, emacs-devel
> From: উৎসব রায় <uroybd@gmail.com>
> Date: Wed, 29 Jun 2016 15:07:14 +0600
> Cc: Eli Zaretskii <eliz@gnu.org>, emacs-devel@gnu.org
>
> I've compiled and checked it today. Working like a charm! :)
Thanks for testing.
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: emacs-25 26d4da0: New input method "probhat" for Bengali
2016-06-29 14:09 ` handa
2016-06-29 14:23 ` উৎসব রায়
@ 2016-06-29 15:05 ` Eli Zaretskii
1 sibling, 0 replies; 18+ messages in thread
From: Eli Zaretskii @ 2016-06-29 15:05 UTC (permalink / raw)
To: handa; +Cc: uroybd, michael.albinus, emacs-devel
> From: handa <handa@gnu.org>
> Cc: uroybd@gmail.com, michael.albinus@gmx.de, emacs-devel@gnu.org
> Date: Wed, 29 Jun 2016 23:09:47 +0900
>
> In article <83inwuy4y5.fsf@gnu.org>, Eli Zaretskii <eliz@gnu.org> writes:
>
> > How about BngPB instead? All the other indicators in indian.el are at
> > most 5 characters, as in TmlIS and DevIT.
>
> How about using some characteristic Bengali character + "PB"?
> For instance, "কPB".
>
> Perhaps that is a good idea for the other non-latin input methods.
Sure, go ahead and push such changes. I just went by what the rest of
indian.el input methods use.
^ permalink raw reply [flat|nested] 18+ messages in thread
end of thread, other threads:[~2016-06-29 15:05 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20160626162801.27721.65872@vcs.savannah.gnu.org>
[not found] ` <20160626162801.9D9A522015D@vcs.savannah.gnu.org>
2016-06-26 19:53 ` emacs-25 26d4da0: New input method "probhat" for Bengali Michael Albinus
2016-06-26 19:55 ` উৎসব রায়
2016-06-27 2:42 ` Eli Zaretskii
2016-06-27 2:59 ` উৎসব রায়
2016-06-27 9:32 ` Michael Albinus
2016-06-27 15:46 ` Eli Zaretskii
[not found] ` <CAPs8ma=qMefV9o2Q9DaYbNv=sPgf_p__to5ebfZyMfZNpb7CSA@mail.gmail.com>
2016-06-27 15:53 ` উৎসব রায়
2016-06-27 16:25 ` Eli Zaretskii
2016-06-27 19:22 ` উৎসব রায়
2016-06-27 19:40 ` Eli Zaretskii
2016-06-28 4:18 ` উৎসব রায়
2016-06-28 7:38 ` Michael Albinus
2016-06-29 9:07 ` উৎসব রায়
2016-06-29 14:59 ` Eli Zaretskii
2016-06-29 14:09 ` handa
2016-06-29 14:23 ` উৎসব রায়
2016-06-29 15:05 ` Eli Zaretskii
2016-06-26 20:07 ` Kaushal Modi
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.