GNU bug report logs -
#11208
23.4; shell-command-on-region does not {de,en}code as documented
Previous Next
Reported by: Gustav HÃ¥llberg <gustav <at> gmail.com>
Date: Mon, 9 Apr 2012 16:14:01 UTC
Severity: normal
Found in version 23.4
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
shell-command-on-region (M-|) does not do the {de,en}coding of I/O to the
process as documented.
It says (if I read it correctly) that it will use buffer-file-coding-system
(at least unless coding-system-for-{read,write} are set) for output to and
input from (if doing substitution with a prefix argument) the process.
However, it "just" calls call-process-region which will use
default-process-coding-system rather than buffer-file-coding-system.
To try, 'emacs -q', switch to an empty buffer, and:
C-x RET f iso-8859-7 RET C-SPC C-u M-| echo -e '\0245' RET
This does not insert a drachma sign.
However, if you run (setq default-process-coding-system '(iso-8859-7
iso-8859-7)) first, it does indeed produce a drachma.
Output encoding works the same way.
- Gustav
[Message part 2 (text/html, inline)]
This bug report was last modified 13 years and 40 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.