zsh-workers
 help / color / mirror / code / Atom feed
* bug with 3.1.5-pws-83.1.5-pws-8
@ 1999-02-18 16:37 Helmut Jarausch
  0 siblings, 0 replies; only message in thread
From: Helmut Jarausch @ 1999-02-18 16:37 UTC (permalink / raw)
  To: zsh-workers

Hi all,

The following triggers a bug in zsh.

If I select the text at the end and paste it into an xterm (with zsh running)
then

1st) is does work as expected if there is no  "set -k" active
2nd) if one has executed before  "set -k", the HERE-document doesn't
     work right --- see the output below

Thanks for enlightening me,
Helmut.

Here the text (the first line is normally perl -pi'.bak' - texmf.cnf <<\EOP )

cat  >CHECK <<\EOP
next if ( defined($Found) || !/^TEXINPUTS.etex/ );
print;
$_= <<'EOF';
TEXINPUTS.ETeX     = .;$TEXMF/{etex,tex}/{plain,generic,}//
TEXINPUTS.ETeXe    = .;$TEXMF/{etex,tex}/{plain,generic,}//
TEXINPUTS.PTeX     = .;$TEXMF/{etex,tex}/{plain,generic,}//
TEXINPUTS.PTeXe    = .;$TEXMF/{etex,tex}/{plain,generic,}//
EOF
$Found=1;
EOP


buggy output:
next if ( defined($Found) || !/^TEXINPUTS.eteTEXINPUTS.ETeX     = .;$TEXMF/{etex,tex/ );
print;
$_= <<'EOF';
x}/{plain,generic,}//
TEXINPUTS.ETeXe    = .;$TEXMF/{etex,tex}/{plain,generic,}//
TEXINPUTS.PTeX     = .;$TEXMF/{etex,tex}/{plain,generic,}//
TEXINPUTS.PTeXe    = .;$TEXMF/{etex,tex}/{plain,generic,}//
EOF
$Found=1;






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-02-18 16:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-02-18 16:37 bug with 3.1.5-pws-83.1.5-pws-8 Helmut Jarausch

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).