diff leim/quail/latin-ltx.el @ 93218:bc1a1e3bfbf8

Don't use single-char mapping from ~ to NBSP.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 26 Mar 2008 02:40:58 +0000
parents 5d58981e6690
children 4f1fd208c354
line wrap: on
line diff
--- a/leim/quail/latin-ltx.el	Wed Mar 26 02:39:11 2008 +0000
+++ b/leim/quail/latin-ltx.el	Wed Mar 26 02:40:58 2008 +0000
@@ -903,7 +903,10 @@
  ("\\Bbb{Z}" ?ℤ)
  ("--" ?–)
  ("---" ?—)
- ("~" ? )				; nbsp
+ ;; We used to use ~ for NBSP but that's inconvenient and may even look like
+ ;; a bug where the user finds his ~ key doesn't insert a ~ any more.
+ ("\\ " ? )
+ ("\\\\" ?\\)
  ("\\mu" ?μ)
  ("\\rho" ?ρ)
  ("\\mathscr{I}" ?ℐ)			; moment of inertia
@@ -912,24 +915,24 @@
  ("\\Frowny" ?☹)
  ("\\Letter" ?✉)
  ("\\permil" ?‰)
-;;;  Probably not useful enough:
-;;;  ("\\Telefon" ?☎)			; there are other possibilities
-;;;  ("\\Radioactivity" ?☢)
-;;;  ("\Biohazard" ?☣)
-;;;  ("\\Male" ?♂)
-;;;  ("\\Female" ?♀)
-;;;  ("\\Lightning" ?☇)
-;;;  ("\\Mercury" ?☿)
-;;;  ("\\Earth" ?♁)
-;;;  ("\\Jupiter" ?♃)
-;;;  ("\\Saturn" ?♄)
-;;;  ("\\Uranus" ?♅)
-;;;  ("\\Neptune" ?♆)
-;;;  ("\\Pluto" ?♇)
-;;;  ("\\Sun" ?☉)
-;;;  ("\\Writinghand" ?✍)
-;;;  ("\\\\Yinyang" ?☯)
-;;;  ("\\Heart" ?♡)
+ ;; Probably not useful enough:
+ ;; ("\\Telefon" ?☎)			; there are other possibilities
+ ;; ("\\Radioactivity" ?☢)
+ ;; ("\Biohazard" ?☣)
+ ;; ("\\Male" ?♂)
+ ;; ("\\Female" ?♀)
+ ;; ("\\Lightning" ?☇)
+ ;; ("\\Mercury" ?☿)
+ ;; ("\\Earth" ?♁)
+ ;; ("\\Jupiter" ?♃)
+ ;; ("\\Saturn" ?♄)
+ ;; ("\\Uranus" ?♅)
+ ;; ("\\Neptune" ?♆)
+ ;; ("\\Pluto" ?♇)
+ ;; ("\\Sun" ?☉)
+ ;; ("\\Writinghand" ?✍)
+ ;; ("\\Yinyang" ?☯)
+ ;; ("\\Heart" ?♡)
  ("\\registered" ?®)
  ("\\currency" ?¤)
  ("\\dh" ?ð)
@@ -947,11 +950,11 @@
  ("\\rdq" ?\”)
  ("\\minus" ?−)
  ("\\defs" ?≙)				; per fuzz/zed
-;;  ("\\sqrt[3]" ?∛)
+ ;; ("\\sqrt[3]" ?∛)
  ("\\llbracket" ?\〚) 			; stmaryrd
  ("\\rrbracket" ?\〛) 
-;;  ("\\lbag" ?\〚) 			; fuzz
-;;  ("\\rbag" ?\〛) 
+ ;; ("\\lbag" ?\〚) 			; fuzz
+ ;; ("\\rbag" ?\〛)
  ("\\ldata" ?\《) 			; fuzz/zed
  ("\\rdata" ?\》)
  ;; From Karl Eichwalder.