view nt/ad2c.sed @ 3358:859bd40269e5

[xemacs-hg @ 2006-04-24 16:09:58 by james] Copy the console when copying command builders. Fixes an assertion failure when menu-accelerator-enabled is 'menu-force. See the bug report in xemacs-beta message <4449351B.3020105@google.com> and the patch in xemacs-patches message <m3psj9yoiq.fsf@jerrypc.cs.usu.edu>.
author james
date Mon, 24 Apr 2006 16:10:01 +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