emacs-devel
[Top][All Lists]
Advanced

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

quail/latin-pre.el (Latin-1, no-break)


From: Karl Eichwalder
Subject: quail/latin-pre.el (Latin-1, no-break)
Date: Wed, 21 Nov 2001 17:09:03 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i686-pc-linux-gnu)

Please, consider the following enhancement.  Pressing ~~ should produce
a no-break; and ~, should result in a single cedille (nobody will ever
use this one).

Personally I'm using ';' as the prefix to enter a-umlaut, etc.  Using an
US keyboard ';' is more appropriate than a double quote.

2001-11-21  Karl Eichwalder  <address@hidden>

        * quail/latin-pre.el (latin-1-prefix): Use ~~ for no-break, and ~,
        for cedille.

--- emacs/leim/quail/latin-pre.el.~1.15.~       Sat Nov 10 17:43:15 2001
+++ emacs/leim/quail/latin-pre.el       Wed Nov 21 16:56:53 2001
@@ -62,7 +62,6 @@
    symbol    |   ^    | ^r -> ,A.(B  ^c -> ,A)(B  ^1 -> ,A9(B  ^2 -> 
,A2(B  ^3 -> ,A3(B
 " nil t nil nil nil nil nil nil nil nil t)
 
-;; Fixme: should we have non-break space somehow?  If so, how?
 (quail-define-rules
  ("'A" ?,AA(B)
  ("'E" ?,AI(B)
@@ -132,7 +131,8 @@
  ("~<" ?\,A+(B)
  ("~!" ?,A!(B)
  ("~?" ?,A?(B)
- ("~~" ?,A8(B)
+ ("~~" ?,A (B)
+ ("~," ?,A8(B)
  ("~ " ?~)
  ("/A" ?,AE(B)
  ("/E" ?,AF(B)

Diff finished at Wed Nov 21 17:00:13

-- 
address@hidden (work) / address@hidden (home):              |
http://www.suse.de/~ke/                                  |      ,__o
Free Translation Project:                                |    _-\_<,
http://www.iro.umontreal.ca/contrib/po/HTML/             |   (*)/'(*)



reply via email to

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