--- vntelex.el~ Tue Apr 30 23:41:12 2002 +++ vntelex.el Thu May 2 21:24:00 2002 @@ -401,6 +401,7 @@ ;; escape from composition ("\\w" ?w) ; breve or horn + ("\\W" ?W) ("\\a" ?a) ; a circumflex ("\\A" ?A) ; A circumflex ("\\e" ?e) ; e circumflex @@ -408,11 +409,17 @@ ("\\o" ?o) ; o circumflex ("\\O" ?O) ; O circumflex ("\\s" ?s) ; acute + ("\\S" ?S) ("\\f" ?f) ; grave + ("\\F" ?F) ("\\r" ?r) ; hook above + ("\\R" ?R) ("\\x" ?x) ; tilde + ("\\X" ?X) ("\\j" ?j) ; dot below + ("\\J" ?J) ("\\d" ?d) ; d-bar (d) + ("\\D" ?D) ; D-bar (d) ("\\\\" ?\\) ; literal backslash )