view nt/ad2c.sed @ 1959:b10161763edf

[xemacs-hg @ 2004-03-20 12:51:25 by adrian] xemacs-21.5: Typo and copycat fix for etc/sample.init.el -------------------- ChangeLog entries follow: -------------------- etc/ChangeLog addition: 2004-03-20 Adrian Aichner <adrian@xemacs.org> * sample.init.el: Typo and copycat fix.
author adrian
date Sat, 20 Mar 2004 12:51:25 +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