Messages in this thread Patch in this message |  | | | Date | Tue, 10 Aug 1999 00:38:08 +0200 | | From | Kurt Garloff <> | | Subject | Re: [PATCH] Cedilla |
| |
On Mon, Aug 09, 1999 at 07:02:19PM +0200, Kurt Garloff wrote: > Please apply. Or tell me of a better solution.
As some people pointed out (THANKS!): Like half of the times (and fortunately, I'm not the only one that this applies to), I forgot to really attach the patch. Grrr! [It seems the problem is that you can't specify the attachment during writing but only after. Unfortunately, this can't be solved w/o MUA/editor inegration, which I also don't like]
Regards, -- Kurt Garloff <garloff@suse.de> Wuppertal, FRG PGP2 key: See mail header, key servers Linux kernel development SuSE GmbH, Nürnberg, FRG SCSI drivers: tmscsim(DC390), DC395 --- linux/drivers/char/defkeymap.c~ Fri Feb 24 20:38:27 1995 +++ linux/drivers/char/defkeymap.c Sun Aug 8 18:16:21 1999 @@ -233,6 +233,7 @@ {'A', 'A', '\305'}, {'a', 'a', '\345'}, {'A', 'E', '\306'}, {'a', 'e', '\346'}, {',', 'C', '\307'}, {',', 'c', '\347'}, + {'\'', 'C', '\307'}, {'\'', 'c', '\347'}, {'`', 'E', '\310'}, {'`', 'e', '\350'}, {'\'', 'E', '\311'}, {'\'', 'e', '\351'}, {'^', 'E', '\312'}, {'^', 'e', '\352'}, @@ -259,4 +260,4 @@ {'s', 'z', '\337'}, {'i', 'j', '\377'}, }; -unsigned int accent_table_size = 68; +unsigned int accent_table_size = 70;[unhandled content-type:application/pgp-signature] |  |