unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Juliusz Chroboczek <jch@pps.univ-paris-diderot.fr>
Cc: 17643@debbugs.gnu.org
Subject: bug#17643: 24.3; Please remove comma bindings from french-prefix
Date: Fri, 30 May 2014 14:35:35 -0400	[thread overview]
Message-ID: <jwvoayfdsli.fsf-monnier+emacsbugs@gnu.org> (raw)
In-Reply-To: <87r43be1uq.wl%jch@pps.univ-paris-diderot.fr> (Juliusz Chroboczek's message of "Fri, 30 May 2014 17:13:33 +0200")

> Because of this binding, typing a single comma requires typing ", SPC",
> which means that the common combination "comma space" requires typing
> ", SPC SPC".

I think the problem is not in binding , to cedilla, but in binding ",
SPC" to just a comma.  How 'bout the patch below instead?


        Stefan


=== modified file 'lisp/leim/quail/latin-pre.el'
--- lisp/leim/quail/latin-pre.el	2014-01-01 07:43:34 +0000
+++ lisp/leim/quail/latin-pre.el	2014-05-30 18:35:05 +0000
@@ -306,7 +306,7 @@
  ("~ " ?~)
  (",C" ?Ç)
  (",c" ?ç)
- (", " ?,)
+ (",," ?,)
 )
 
 (quail-define-package






  reply	other threads:[~2014-05-30 18:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-30 15:13 bug#17643: 24.3; Please remove comma bindings from french-prefix Juliusz Chroboczek
2014-05-30 18:35 ` Stefan Monnier [this message]
2014-05-30 19:24   ` Juliusz Chroboczek
2014-05-31  1:01     ` Stefan Monnier
2014-05-31  5:04       ` Juliusz Chroboczek
2014-05-31 14:42         ` bug#17654: latin-pre.el input-methods are not consistent Stefan Monnier
2021-01-20  2:12           ` Lars Ingebrigtsen
2021-05-29  5:44             ` Lars Ingebrigtsen

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=jwvoayfdsli.fsf-monnier+emacsbugs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=17643@debbugs.gnu.org \
    --cc=jch@pps.univ-paris-diderot.fr \
    /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).