Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Re: Superfluous CRs trouble completion routines in Cygwin
- X-seq: zsh-workers 21903
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Hannu Koivisto <azure@xxxxxx>
- Subject: Re: PATCH: Re: Superfluous CRs trouble completion routines in Cygwin
- Date: Fri, 21 Oct 2005 15:45:25 +0000
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <87d5lzw13l.fsf@xxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <87irvzys44.fsf@xxxxxxxxxxxxxxxx> <1051015180240.ZM22900@xxxxxxxxxxxxxxxxxxxxxxx> <1051016002252.ZM23495@xxxxxxxxxxxxxxxxxxxxxxx> <87y84owe0f.fsf@xxxxxxxxxxxxxxxx> <1051020145129.ZM2623@xxxxxxxxxxxxxxxxxxxxxxx> <87d5lzw13l.fsf@xxxxxxxxxxxxxxxx>
On Oct 21, 2:39pm, Hannu Koivisto wrote:
}
} Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> writes:
}
} > output at all from complete-debug (ctrl-x question-mark)? Does
}
} No, it segfaults when I hit C-x ?
Sorry, the interesting output in this case would have gone into a
file whose name begins with the value of $TMPPREFIX. You won't see
anything on your terminal. What I want to know is whether the file
contains anything.
} > change anything if you remove the \\0 (NUL) from the IFS assignment?
}
} No. However, when I removed \\r the problem went away.
That most likely means it's a problem with "read" (or something that uses
the variables assigned by "read").
Do you experience any problems with, for example,
print "trailing spaces " | read -A array
?? I just don't see any reason why $'\r' would be magical.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author