From ab4d6ceb1684d1816d7d852f4b7f5e118f8ce83b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 18 Nov 1993 05:45:07 +0000 Subject: [PATCH] (iso-accents-list): Add "s. --- lisp/international/iso-acc.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/international/iso-acc.el b/lisp/international/iso-acc.el index 11c11345dae..c57a83b78de 100644 --- a/lisp/international/iso-acc.el +++ b/lisp/international/iso-acc.el @@ -108,6 +108,7 @@ ((?\" ?e) ?\353) ((?\" ?i) ?\357) ((?\" ?o) ?\366) + ((?\" ?s) ?\337) ((?\" ?u) ?\374) ((?\" ?y) ?\377) ((?\" ? ) ?\") @@ -208,6 +209,9 @@ letter key so that it inserts an ISO accented letter. Special combinations: ~c gives a c with cedilla, ~d gives a d with dash. +\"s gives German sharp s. +/a gives a with ring. +/e gives an a-e ligature. ~< and ~> give guillemets. With an argument, a positive argument enables ISO-accents mode, -- 2.39.5