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

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

[debbugs-tracker] bug#18023: closed (24.3.92; [PATH] Missing fallback in


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#18023: closed (24.3.92; [PATH] Missing fallback in latin-postfix input method)
Date: Mon, 11 Aug 2014 00:45:03 +0000

Your message dated Sun, 10 Aug 2014 20:44:48 -0400
with message-id <address@hidden>
and subject line Re: bug#18023: 24.3.92; [PATH] Missing fallback in 
latin-postfix input method
has caused the debbugs.gnu.org bug report #18023,
regarding 24.3.92; [PATH] Missing fallback in latin-postfix input method
to be marked as done.

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


-- 
18023: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18023
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.3.92; [PATH] Missing fallback in latin-postfix input method Date: Tue, 15 Jul 2014 16:57:55 +0900 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.92 (gnu/linux)
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?= <address@hidden>
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

--- End Message ---
--- Begin Message --- Subject: Re: bug#18023: 24.3.92; [PATH] Missing fallback in latin-postfix input method Date: Sun, 10 Aug 2014 20:44:48 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 24.5

Thanks; applied to trunk.

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


--- End Message ---

reply via email to

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