GNU bug report logs - #18023
24.3.92; [PATH] Missing fallback in latin-postfix input method

Previous Next

Package: emacs;

Reported by: Daimrod <daimrod <at> gmail.com>

Date: Tue, 15 Jul 2014 07:59:02 UTC

Severity: minor

Found in version 24.3.92

Fixed in version 25.1

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 18023 in the body.
You can then email your comments to 18023 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#18023; Package emacs. (Tue, 15 Jul 2014 07:59:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Daimrod <daimrod <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 15 Jul 2014 07:59:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Daimrod <daimrod <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.3.92; [PATH] Missing fallback in latin-postfix input method
Date: Tue, 15 Jul 2014 16:57:55 +0900
[Message part 1 (text/plain, inline)]
This patch permits the user to type " _" using the latin-postfix input
method. ATM the user has to use the following sequence:
`SPC SPC DEL _'

[0001-lisp-leim-quail-latin-post.el-latin-postfix-Add-miss.patch (text/x-diff, inline)]
From 44827e32f099e8090c87e07893e34079cfc8130e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9goire=20Jadi?= <gregoire.jadi <at> gmail.com>
Date: Tue, 15 Jul 2014 16:51:44 +0900
Subject: [PATCH] * lisp/leim/quail/latin-post.el (latin-postfix): Add missing
 fallback

Transform " __" into " _".
---
 lisp/leim/quail/latin-post.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/leim/quail/latin-post.el b/lisp/leim/quail/latin-post.el
index c72c459..a4bb85e 100644
--- a/lisp/leim/quail/latin-post.el
+++ b/lisp/leim/quail/latin-post.el
@@ -2299,6 +2299,7 @@ Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
  ("z." ?ż)
  ("z~" ?ž)
 
+ (" __" [" _"])
  ("!//" ["!/"])
  ("///" ["//"])
  ("<<<" ["<<"])
-- 
1.8.0.2722.gc0242e5

[Message part 3 (text/plain, inline)]
-- 
Daimrod/Greg

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18023; Package emacs. (Mon, 21 Jul 2014 15:08:01 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Daimrod <daimrod <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Re: 24.3.92; [PATH] Missing fallback in latin-postfix input method
Date: Tue, 22 Jul 2014 00:06:53 +0900
Daimrod <daimrod <at> gmail.com> writes:

Bump.

Any comments on this?

> This patch permits the user to type " _" using the latin-postfix input
> method. ATM the user has to use the following sequence:
> `SPC SPC DEL _'
>
>
> From 44827e32f099e8090c87e07893e34079cfc8130e Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Gr=C3=A9goire=20Jadi?= <gregoire.jadi <at> gmail.com>
> Date: Tue, 15 Jul 2014 16:51:44 +0900
> Subject: [PATCH] * lisp/leim/quail/latin-post.el (latin-postfix): Add missing
>  fallback
>
> Transform " __" into " _".
> ---
>  lisp/leim/quail/latin-post.el | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/lisp/leim/quail/latin-post.el b/lisp/leim/quail/latin-post.el
> index c72c459..a4bb85e 100644
> --- a/lisp/leim/quail/latin-post.el
> +++ b/lisp/leim/quail/latin-post.el
> @@ -2299,6 +2299,7 @@ Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
>   ("z." ?ż)
>   ("z~" ?ž)
>  
> + (" __" [" _"])
>   ("!//" ["!/"])
>   ("///" ["//"])
>   ("<<<" ["<<"])
> -- 
> 1.8.0.2722.gc0242e5

-- 
Daimrod/Greg




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18023; Package emacs. (Mon, 21 Jul 2014 18:34:02 GMT) Full text and rfc822 format available.

Message #11 received at 18023 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Daimrod <daimrod <at> gmail.com>
Cc: 18023 <at> debbugs.gnu.org
Subject: Re: bug#18023: 24.3.92;
 [PATH] Missing fallback in latin-postfix input method
Date: Mon, 21 Jul 2014 14:33:44 -0400
> This patch permits the user to type " _" using the latin-postfix input
> method. ATM the user has to use the following sequence:
> `SPC SPC DEL _'

I have no objection to the patch, but don't have time to evaluate it
(I'm travelling and only have occasionally Internet access).


        Stefan




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18023; Package emacs. (Mon, 21 Jul 2014 18:40:03 GMT) Full text and rfc822 format available.

Message #14 received at 18023 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: daimrod <at> gmail.com, 18023 <at> debbugs.gnu.org
Subject: Re: bug#18023: 24.3.92;
 [PATH] Missing fallback in latin-postfix input method
Date: Mon, 21 Jul 2014 21:38:47 +0300
> From: Stefan Monnier <monnier <at> iro.umontreal.ca>
> Date: Mon, 21 Jul 2014 14:33:44 -0400
> Cc: 18023 <at> debbugs.gnu.org
> 
> > This patch permits the user to type " _" using the latin-postfix input
> > method. ATM the user has to use the following sequence:
> > `SPC SPC DEL _'
> 
> I have no objection to the patch, but don't have time to evaluate it
> (I'm travelling and only have occasionally Internet access).

FWIW, it strikes me that "C-q _" is less typing.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18023; Package emacs. (Tue, 22 Jul 2014 00:29:01 GMT) Full text and rfc822 format available.

Message #17 received at 18023 <at> debbugs.gnu.org (full text, mbox):

From: Daimrod <daimrod <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: Stefan Monnier <monnier <at> iro.umontreal.ca>, 18023 <at> debbugs.gnu.org
Subject: Re: bug#18023: 24.3.92;
 [PATH] Missing fallback in latin-postfix input method
Date: Tue, 22 Jul 2014 09:28:26 +0900
Eli Zaretskii <eliz <at> gnu.org> writes:

>> From: Stefan Monnier <monnier <at> iro.umontreal.ca>
>> Date: Mon, 21 Jul 2014 14:33:44 -0400
>> Cc: 18023 <at> debbugs.gnu.org
>> 
>> > This patch permits the user to type " _" using the latin-postfix input
>> > method. ATM the user has to use the following sequence:
>> > `SPC SPC DEL _'
>> 
>> I have no objection to the patch, but don't have time to evaluate it
>> (I'm travelling and only have occasionally Internet access).
>
> FWIW, it strikes me that "C-q _" is less typing.

It's not consistent and it doesn't really save typing:
- "SPC _ _"
- "SPC C-q _"

--
Daimrod/Greg




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18023; Package emacs. (Tue, 22 Jul 2014 03:48:02 GMT) Full text and rfc822 format available.

Message #20 received at 18023 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Daimrod <daimrod <at> gmail.com>
Cc: monnier <at> iro.umontreal.ca, 18023 <at> debbugs.gnu.org
Subject: Re: bug#18023: 24.3.92;
 [PATH] Missing fallback in latin-postfix input method
Date: Tue, 22 Jul 2014 06:47:28 +0300
> From: Daimrod <daimrod <at> gmail.com>
> Cc: Stefan Monnier <monnier <at> iro.umontreal.ca>,  18023 <at> debbugs.gnu.org
> Date: Tue, 22 Jul 2014 09:28:26 +0900
> 
> Eli Zaretskii <eliz <at> gnu.org> writes:
> 
> >> From: Stefan Monnier <monnier <at> iro.umontreal.ca>
> >> Date: Mon, 21 Jul 2014 14:33:44 -0400
> >> Cc: 18023 <at> debbugs.gnu.org
> >> 
> >> > This patch permits the user to type " _" using the latin-postfix input
> >> > method. ATM the user has to use the following sequence:
> >> > `SPC SPC DEL _'
> >> 
> >> I have no objection to the patch, but don't have time to evaluate it
> >> (I'm travelling and only have occasionally Internet access).
> >
> > FWIW, it strikes me that "C-q _" is less typing.
> 
> It's not consistent and it doesn't really save typing:
> - "SPC _ _"
> - "SPC C-q _"

I meant "SPC SPC DEL _".  As for "SPC _ _", it's of the same length,
so it doesn't save typing, either.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18023; Package emacs. (Tue, 22 Jul 2014 04:39:02 GMT) Full text and rfc822 format available.

Message #23 received at 18023 <at> debbugs.gnu.org (full text, mbox):

From: Daimrod <daimrod <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: monnier <at> iro.umontreal.ca, 18023 <at> debbugs.gnu.org
Subject: Re: bug#18023: 24.3.92;
 [PATH] Missing fallback in latin-postfix input method
Date: Tue, 22 Jul 2014 13:38:29 +0900
Eli Zaretskii <eliz <at> gnu.org> writes:

>> From: Daimrod <daimrod <at> gmail.com>
>> Cc: Stefan Monnier <monnier <at> iro.umontreal.ca>,  18023 <at> debbugs.gnu.org
>> Date: Tue, 22 Jul 2014 09:28:26 +0900
>> 
>> Eli Zaretskii <eliz <at> gnu.org> writes:
>> 
>> >> From: Stefan Monnier <monnier <at> iro.umontreal.ca>
>> >> Date: Mon, 21 Jul 2014 14:33:44 -0400
>> >> Cc: 18023 <at> debbugs.gnu.org
>> >> 
>> >> > This patch permits the user to type " _" using the latin-postfix input
>> >> > method. ATM the user has to use the following sequence:
>> >> > `SPC SPC DEL _'
>> >> 
>> >> I have no objection to the patch, but don't have time to evaluate it
>> >> (I'm travelling and only have occasionally Internet access).
>> >
>> > FWIW, it strikes me that "C-q _" is less typing.
>> 
>> It's not consistent and it doesn't really save typing:
>> - "SPC _ _"
>> - "SPC C-q _"
>
> I meant "SPC SPC DEL _".  As for "SPC _ _", it's of the same length,
> so it doesn't save typing, either.

It wasn't clear in my initial message so it's my fault. In my patch, I
update the latin-postfix input-method so that one can type "SPC _ _"
instead of "SPC SPC DEL _".

Though I agree that it doesn't save typing compared to the method you
proposed, my approach saves typing compared to the current method and I
find my method faster to type because it's consistent with the other
combinations and it doesn't "break the flow".

-- 
Daimrod/Greg




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18023; Package emacs. (Thu, 24 Jul 2014 14:10:02 GMT) Full text and rfc822 format available.

Message #26 received at 18023 <at> debbugs.gnu.org (full text, mbox):

From: handa <at> gnu.org (K. Handa)
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: daimrod <at> gmail.com, 18023 <at> debbugs.gnu.org
Subject: Re: bug#18023: 24.3.92;
 [PATH] Missing fallback in latin-postfix input method
Date: Thu, 24 Jul 2014 23:09:00 +0900
In article <jwv1ttea7gd.fsf-monnier+emacsbugs <at> gnu.org>, Stefan Monnier <monnier <at> iro.umontreal.ca> writes:

> > This patch permits the user to type " _" using the latin-postfix input
> > method. ATM the user has to use the following sequence:
> > `SPC SPC DEL _'

> I have no objection to the patch, but don't have time to evaluate it
> (I'm travelling and only have occasionally Internet access).

I agree with the patch because it provides the consistent
behavor of that input method; i.e. when latin-post converts
the typing of "xy" to "z", you can insert "xy" by typing
"xyy" without deactivating the input method.

---
Kenichi Handa
handa <at> gnu.org




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18023; Package emacs. (Fri, 25 Jul 2014 08:13:01 GMT) Full text and rfc822 format available.

Message #29 received at 18023 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Daimrod <daimrod <at> gmail.com>
Cc: monnier <at> iro.umontreal.ca, 18023 <at> debbugs.gnu.org
Subject: Re: bug#18023: 24.3.92;
 [PATH] Missing fallback in latin-postfix input method
Date: Fri, 25 Jul 2014 11:12:18 +0300
> From: Daimrod <daimrod <at> gmail.com>
> Cc: monnier <at> iro.umontreal.ca,  18023 <at> debbugs.gnu.org
> Date: Tue, 22 Jul 2014 13:38:29 +0900
> 
> >> > FWIW, it strikes me that "C-q _" is less typing.
> >> 
> >> It's not consistent and it doesn't really save typing:
> >> - "SPC _ _"
> >> - "SPC C-q _"
> >
> > I meant "SPC SPC DEL _".  As for "SPC _ _", it's of the same length,
> > so it doesn't save typing, either.
> 
> It wasn't clear in my initial message so it's my fault. In my patch, I
> update the latin-postfix input-method so that one can type "SPC _ _"
> instead of "SPC SPC DEL _".
> 
> Though I agree that it doesn't save typing compared to the method you
> proposed, my approach saves typing compared to the current method and I
> find my method faster to type because it's consistent with the other
> combinations and it doesn't "break the flow".

I don't necessarily object to the change, I just wanted to point out
that alternatives better than "SPC SPC DEL _" do exist.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18023; Package emacs. (Sat, 26 Jul 2014 02:28:02 GMT) Full text and rfc822 format available.

Message #32 received at 18023 <at> debbugs.gnu.org (full text, mbox):

From: Daimrod <daimrod <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: monnier <at> iro.umontreal.ca, 18023 <at> debbugs.gnu.org
Subject: Re: bug#18023: 24.3.92;
 [PATH] Missing fallback in latin-postfix input method
Date: Sat, 26 Jul 2014 11:26:54 +0900
Eli Zaretskii <eliz <at> gnu.org> writes:

>> From: Daimrod <daimrod <at> gmail.com>
>> Cc: monnier <at> iro.umontreal.ca,  18023 <at> debbugs.gnu.org
>> Date: Tue, 22 Jul 2014 13:38:29 +0900
>> 
>> >> > FWIW, it strikes me that "C-q _" is less typing.
>> >> 
>> >> It's not consistent and it doesn't really save typing:
>> >> - "SPC _ _"
>> >> - "SPC C-q _"
>> >
>> > I meant "SPC SPC DEL _".  As for "SPC _ _", it's of the same length,
>> > so it doesn't save typing, either.
>> 
>> It wasn't clear in my initial message so it's my fault. In my patch, I
>> update the latin-postfix input-method so that one can type "SPC _ _"
>> instead of "SPC SPC DEL _".
>> 
>> Though I agree that it doesn't save typing compared to the method you
>> proposed, my approach saves typing compared to the current method and I
>> find my method faster to type because it's consistent with the other
>> combinations and it doesn't "break the flow".
>
> I don't necessarily object to the change, I just wanted to point out
> that alternatives better than "SPC SPC DEL _" do exist.

If everybody agrees, can it be merged?

My assignment number is #793656 though I don't think it is required for
such a tiny change.

Best,
-- 
Daimrod/Greg




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18023; Package emacs. (Mon, 04 Aug 2014 17:46:02 GMT) Full text and rfc822 format available.

Message #35 received at 18023 <at> debbugs.gnu.org (full text, mbox):

From: Daimrod <daimrod <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: monnier <at> iro.umontreal.ca, 18023 <at> debbugs.gnu.org
Subject: Re: bug#18023: 24.3.92;
 [PATH] Missing fallback in latin-postfix input method
Date: Mon, 04 Aug 2014 19:45:08 +0200
Daimrod <daimrod <at> gmail.com> writes:

> Eli Zaretskii <eliz <at> gnu.org> writes:
>
>>> From: Daimrod <daimrod <at> gmail.com>
>>> Cc: monnier <at> iro.umontreal.ca,  18023 <at> debbugs.gnu.org
>>> Date: Tue, 22 Jul 2014 13:38:29 +0900
>>> 
>>> >> > FWIW, it strikes me that "C-q _" is less typing.
>>> >> 
>>> >> It's not consistent and it doesn't really save typing:
>>> >> - "SPC _ _"
>>> >> - "SPC C-q _"
>>> >
>>> > I meant "SPC SPC DEL _".  As for "SPC _ _", it's of the same length,
>>> > so it doesn't save typing, either.
>>> 
>>> It wasn't clear in my initial message so it's my fault. In my patch, I
>>> update the latin-postfix input-method so that one can type "SPC _ _"
>>> instead of "SPC SPC DEL _".
>>> 
>>> Though I agree that it doesn't save typing compared to the method you
>>> proposed, my approach saves typing compared to the current method and I
>>> find my method faster to type because it's consistent with the other
>>> combinations and it doesn't "break the flow".
>>
>> I don't necessarily object to the change, I just wanted to point out
>> that alternatives better than "SPC SPC DEL _" do exist.
>
> If everybody agrees, can it be merged?
>
> My assignment number is #793656 though I don't think it is required for
> such a tiny change.

ping?

--
Daimrod/Greg




Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Mon, 11 Aug 2014 00:45:02 GMT) Full text and rfc822 format available.

Notification sent to Daimrod <daimrod <at> gmail.com>:
bug acknowledged by developer. (Mon, 11 Aug 2014 00:45:04 GMT) Full text and rfc822 format available.

Message #40 received at 18023-done <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: 18023-done <at> debbugs.gnu.org
Subject: Re: bug#18023: 24.3.92;
 [PATH] Missing fallback in latin-postfix input method
Date: Sun, 10 Aug 2014 20:44:48 -0400
Version: 24.5

Thanks; applied to trunk.

(I wish more of the ~ 200 people with write access would help with this
kind of thing.)




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18023; Package emacs. (Mon, 11 Aug 2014 12:22:02 GMT) Full text and rfc822 format available.

Message #43 received at 18023 <at> debbugs.gnu.org (full text, mbox):

From: Daimrod <daimrod <at> gmail.com>
To: 18023 <at> debbugs.gnu.org
Cc: rgm <at> gnu.org
Subject: Re: bug#18023: 24.3.92;
 [PATH] Missing fallback in latin-postfix input method
Date: Mon, 11 Aug 2014 14:20:29 +0200
Glenn Morris <rgm <at> gnu.org> writes:

> Version: 24.5
>
> Thanks; applied to trunk.

Thanks!

> (I wish more of the ~ 200 people with write access would help with this
> kind of thing.)

-- 
Daimrod/Greg




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 09 Sep 2014 11:24:04 GMT) Full text and rfc822 format available.

bug unarchived. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Sat, 04 Oct 2014 16:36:03 GMT) Full text and rfc822 format available.

bug Marked as fixed in versions 25.1. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Sat, 04 Oct 2014 16:36:03 GMT) Full text and rfc822 format available.

bug No longer marked as fixed in versions 24.5. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Sat, 04 Oct 2014 16:36:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 02 Nov 2014 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 9 years and 198 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.