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

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

bug#18023: 24.3.92; [PATH] Missing fallback in latin-postfix input metho


From: Daimrod
Subject: bug#18023: 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?= <gregoire.jadi@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

reply via email to

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