From: Daimrod <daimrod@gmail.com>
To: 18023@debbugs.gnu.org
Subject: bug#18023: 24.3.92; [PATH] Missing fallback in latin-postfix input method
Date: Tue, 15 Jul 2014 16:57:55 +0900 [thread overview]
Message-ID: <874myjnjek.fsf@tanger.home> (raw)
[-- 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
next reply other threads:[~2014-07-15 7:57 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-15 7:57 Daimrod [this message]
2014-07-21 15:06 ` bug#18023: 24.3.92; [PATH] Missing fallback in latin-postfix input method 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=874myjnjek.fsf@tanger.home \
--to=daimrod@gmail.com \
--cc=18023@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).