bash completion mangles file names with newlines

2022-02-23 Thread Ian! D. Allen
two completions are garbage. # The file name is being split on newlines. -- | Ian! D. Allen, BA-Psych, MMath-CompSci idal...@idallen.ca Ottawa CANADA | Home: www.idallen.com Contact Improvisation Dance: www.contactimprov.ca | Former college professor of Free/Libre GNU+Linux @ teaching.i

Re: bash completion mangles file names with newlines

2022-02-23 Thread Ian! D. Allen
that would give you a backtrace to send with your bug report. Aye, I put the same bug report into the bash-completion GitHub and the backtrace is there: https://github.com/scop/bash-completion/issues/704 -- | Ian! D. Allen, BA-Psych, MMath-CompSci idal...@idallen.ca Ottawa CANADA | Home: ww

Re: set -o notify spurious CR when jobs redirected to file

2014-11-14 Thread Ian! D. Allen
y code, but that would be a shortcoming in the recognition of the circumstances, not a lack of clarity in what the circumstances are. In short, it's still a bug. One might mitigate the bug by refusing to add the CR if output is not a TTY. That would refrain from creating what look like DOS-f