Date: Wed, 23 Oct 1996 09:24:42 +1000 From: Bruce Evans <bde@zeta.org.au> To: roberte@mep.ruhr-uni-bochum.de, scrappy@freefall.freebsd.org Cc: freebsd-bugs@freefall.freebsd.org, uhclem@nemesis.lonestar.org Subject: Re: bin/1037 Message-ID: <199610222324.JAA10686@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>There is also a problem e.g. when (using vi) I remove CRs from a file with >:1,$ s/^M// by typing the usual >>:1,$ s/<Ctrl-V><Ctrl-M>//<< >It works, however, with >>:1,$ s/<Ctrl-V><Ctrl-V><Ctrl-M>//<< This is because telnet sets EXTPROC, which disables literal-next (LNEXT) processing. It does this on purpose (see telnet/README). I don't know if it is working as intended. Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610222324.JAA10686>