view nt/ad2c.sed @ 974:fce478afd5b4

[xemacs-hg @ 2002-08-24 10:23:48 by scop] 2002-08-22 Ville Skyttä <ville.skytta@xemacs.org> * configure.usage: Reorder usage message to clarify what widgets are supported and what aren't.
author scop
date Sat, 24 Aug 2002 10:23:48 +0000
parents 4be1180a9e89
children
line wrap: on
line source

/^!/d
/^$/d
s/\\/\\\\/g
s/\\$//g
s/"/\\"/g
s/^/(String) "/
: test
/\\$/b slash
s/$/",/
p
d
: slash
n
/^!/d
/^$/d
s/"/\\"/g
s/\\\\/\\/g
s/\\n/\\\\n/g
s/\\t/\\\\t/g
s/\\f/\\\\f/g
s/\\b/\\\\b/g
b test