emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/leim/quail/latin-ltx.el,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/leim/quail/latin-ltx.el,v
Date: Wed, 26 Mar 2008 02:40:58 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/03/26 02:40:58

Index: quail/latin-ltx.el
===================================================================
RCS file: /sources/emacs/emacs/leim/quail/latin-ltx.el,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- quail/latin-ltx.el  22 Jan 2008 23:53:44 -0000      1.31
+++ quail/latin-ltx.el  26 Mar 2008 02:40:57 -0000      1.32
@@ -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.




reply via email to

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