view nt/ad2c.sed @ 3320:a921f5f2aa11

[xemacs-hg @ 2006-03-31 08:39:09 by crestani] * diagnose.el (show-mc-alloc-memory-usage): Rename buffer to "mc-alloc memory usage" to avoid name clash with show-memory-usage.
author crestani
date Fri, 31 Mar 2006 08:39:10 +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