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

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

bug#17643: 24.3; Please remove comma bindings from french-prefix


From: Stefan Monnier
Subject: bug#17643: 24.3; Please remove comma bindings from french-prefix
Date: Fri, 30 May 2014 14:35:35 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

> 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 via email to

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