bug#22580: shell-escape in tty in ls

2016-02-06 Thread Paul Vint
Maybe I'm the only one, but the new change in ls seems bad: set_quoting_style (NULL, shell_escape_quoting_style); This is set if the output is a TTY. Why would we want to quote if the output is a TTY? It makes the output appear strange to me. Example: ### Begin paste from terminal

bug#22580: shell-escape in tty in ls

2016-02-06 Thread Pádraig Brady
On 06/02/16 20:28, Paul Vint wrote: > Maybe I'm the only one, but the new change in ls seems bad: > > set_quoting_style (NULL, shell_escape_quoting_style); > > This is set if the output is a TTY. > Why would we want to quote if the output is a TTY? > > It makes the output appear strange