comparison 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
comparison
equal deleted inserted replaced
93217:e9fe0099fac2 93218:bc1a1e3bfbf8
901 ("\\Bbb{P}" ?ℙ) ; Also sometimes \mathbb. 901 ("\\Bbb{P}" ?ℙ) ; Also sometimes \mathbb.
902 ("\\Bbb{R}" ?ℝ) 902 ("\\Bbb{R}" ?ℝ)
903 ("\\Bbb{Z}" ?ℤ) 903 ("\\Bbb{Z}" ?ℤ)
904 ("--" ?–) 904 ("--" ?–)
905 ("---" ?—) 905 ("---" ?—)
906 ("~" ? ) ; nbsp 906 ;; We used to use ~ for NBSP but that's inconvenient and may even look like
907 ;; a bug where the user finds his ~ key doesn't insert a ~ any more.
908 ("\\ " ? )
909 ("\\\\" ?\\)
907 ("\\mu" ?μ) 910 ("\\mu" ?μ)
908 ("\\rho" ?ρ) 911 ("\\rho" ?ρ)
909 ("\\mathscr{I}" ?ℐ) ; moment of inertia 912 ("\\mathscr{I}" ?ℐ) ; moment of inertia
910 ("\\Smiley" ?☺) 913 ("\\Smiley" ?☺)
911 ("\\blacksmiley" ?☻) 914 ("\\blacksmiley" ?☻)
912 ("\\Frowny" ?☹) 915 ("\\Frowny" ?☹)
913 ("\\Letter" ?✉) 916 ("\\Letter" ?✉)
914 ("\\permil" ?‰) 917 ("\\permil" ?‰)
915 ;;; Probably not useful enough: 918 ;; Probably not useful enough:
916 ;;; ("\\Telefon" ?☎) ; there are other possibilities 919 ;; ("\\Telefon" ?☎) ; there are other possibilities
917 ;;; ("\\Radioactivity" ?☢) 920 ;; ("\\Radioactivity" ?☢)
918 ;;; ("\Biohazard" ?☣) 921 ;; ("\Biohazard" ?☣)
919 ;;; ("\\Male" ?♂) 922 ;; ("\\Male" ?♂)
920 ;;; ("\\Female" ?♀) 923 ;; ("\\Female" ?♀)
921 ;;; ("\\Lightning" ?☇) 924 ;; ("\\Lightning" ?☇)
922 ;;; ("\\Mercury" ?☿) 925 ;; ("\\Mercury" ?☿)
923 ;;; ("\\Earth" ?♁) 926 ;; ("\\Earth" ?♁)
924 ;;; ("\\Jupiter" ?♃) 927 ;; ("\\Jupiter" ?♃)
925 ;;; ("\\Saturn" ?♄) 928 ;; ("\\Saturn" ?♄)
926 ;;; ("\\Uranus" ?♅) 929 ;; ("\\Uranus" ?♅)
927 ;;; ("\\Neptune" ?♆) 930 ;; ("\\Neptune" ?♆)
928 ;;; ("\\Pluto" ?♇) 931 ;; ("\\Pluto" ?♇)
929 ;;; ("\\Sun" ?☉) 932 ;; ("\\Sun" ?☉)
930 ;;; ("\\Writinghand" ?✍) 933 ;; ("\\Writinghand" ?✍)
931 ;;; ("\\\\Yinyang" ?☯) 934 ;; ("\\Yinyang" ?☯)
932 ;;; ("\\Heart" ?♡) 935 ;; ("\\Heart" ?♡)
933 ("\\registered" ?®) 936 ("\\registered" ?®)
934 ("\\currency" ?¤) 937 ("\\currency" ?¤)
935 ("\\dh" ?ð) 938 ("\\dh" ?ð)
936 ("\\DH" ?Ð) 939 ("\\DH" ?Ð)
937 ("\\th" ?þ) 940 ("\\th" ?þ)
945 ;; by analogy with lq, rq: 948 ;; by analogy with lq, rq:
946 ("\\ldq" ?\“) 949 ("\\ldq" ?\“)
947 ("\\rdq" ?\”) 950 ("\\rdq" ?\”)
948 ("\\minus" ?−) 951 ("\\minus" ?−)
949 ("\\defs" ?≙) ; per fuzz/zed 952 ("\\defs" ?≙) ; per fuzz/zed
950 ;; ("\\sqrt[3]" ?∛) 953 ;; ("\\sqrt[3]" ?∛)
951 ("\\llbracket" ?\〚) ; stmaryrd 954 ("\\llbracket" ?\〚) ; stmaryrd
952 ("\\rrbracket" ?\〛) 955 ("\\rrbracket" ?\〛)
953 ;; ("\\lbag" ?\〚) ; fuzz 956 ;; ("\\lbag" ?\〚) ; fuzz
954 ;; ("\\rbag" ?\〛) 957 ;; ("\\rbag" ?\〛)
955 ("\\ldata" ?\《) ; fuzz/zed 958 ("\\ldata" ?\《) ; fuzz/zed
956 ("\\rdata" ?\》) 959 ("\\rdata" ?\》)
957 ;; From Karl Eichwalder. 960 ;; From Karl Eichwalder.
958 ("\\glq" ?‚) 961 ("\\glq" ?‚)
959 ("\\grq" ?‘) 962 ("\\grq" ?‘)