all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#18023: 24.3.92; [PATH] Missing fallback in latin-postfix input method
@ 2014-07-15  7:57 Daimrod
  2014-07-21 15:06 ` Daimrod
  2014-07-21 18:33 ` Stefan Monnier
  0 siblings, 2 replies; 13+ messages in thread
From: Daimrod @ 2014-07-15  7:57 UTC (permalink / raw)
  To: 18023

[-- Attachment #1: Type: text/plain, Size: 144 bytes --]

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 _'


[-- Attachment #2: 0001-lisp-leim-quail-latin-post.el-latin-postfix-Add-miss.patch --]
[-- Type: text/x-diff, Size: 780 bytes --]

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


[-- Attachment #3: Type: text/plain, Size: 18 bytes --]


-- 
Daimrod/Greg

^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-08-11 12:20 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-15  7:57 bug#18023: 24.3.92; [PATH] Missing fallback in latin-postfix input method Daimrod
2014-07-21 15:06 ` Daimrod
2014-07-21 18:33 ` Stefan Monnier
2014-07-21 18:38   ` Eli Zaretskii
2014-07-22  0:28     ` Daimrod
2014-07-22  3:47       ` Eli Zaretskii
2014-07-22  4:38         ` Daimrod
2014-07-25  8:12           ` Eli Zaretskii
2014-07-26  2:26             ` Daimrod
2014-08-04 17:45               ` Daimrod
2014-08-11  0:44                 ` Glenn Morris
2014-08-11 12:20                   ` Daimrod
2014-07-24 14:09   ` K. Handa

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.