Ibuffer: Don't truncate shell command output
commit1e23bf5c513fafb9d14a8e07232101515386a912
authorTino Calancha <tino.calancha@gmail.com>
Thu, 9 Feb 2017 09:13:59 +0000 (9 18:13 +0900)
committerTino Calancha <tino.calancha@gmail.com>
Thu, 9 Feb 2017 09:13:59 +0000 (9 18:13 +0900)
tree58e1cf95d689cfd9a0682b3f0d49e539d8775c2a
parent2bfe83fcd3575d03f371a7d0e6b8c5d661bc5ac7
Ibuffer: Don't truncate shell command output

* lisp/ibuf-ext.el (ibuffer-do-shell-command-pipe)
(ibuffer-do-shell-command-pipe-replace)
Use 'call-shell-region' (Bug#22679).
(ibuffer-do-shell-command-file): Use call-process-shell-command.
If FILE, the file that the buffer object is visiting,
exists and the buffer is up-to-date, then use
FILE instead of creating a temporary file (Bug#22679).
lisp/ibuf-ext.el