From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 16 12:49:57 2012 Received: (at submit) by debbugs.gnu.org; 16 Mar 2012 16:49:57 +0000 Received: from localhost ([127.0.0.1]:53678 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S8aLk-0005sp-Ls for submit@debbugs.gnu.org; Fri, 16 Mar 2012 12:49:57 -0400 Received: from eggs.gnu.org ([208.118.235.92]:39563) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S8aBK-0005dX-Dx for submit@debbugs.gnu.org; Fri, 16 Mar 2012 12:39:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S8Zhx-00046b-Ic for submit@debbugs.gnu.org; Fri, 16 Mar 2012 12:08:55 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:37617) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8Zhx-00046X-CD for submit@debbugs.gnu.org; Fri, 16 Mar 2012 12:08:49 -0400 Received: from eggs.gnu.org ([208.118.235.92]:45952) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8ZhW-0000cF-0G for bug-gnu-emacs@gnu.org; Fri, 16 Mar 2012 12:08:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S8ZhT-0003zt-AZ for bug-gnu-emacs@gnu.org; Fri, 16 Mar 2012 12:08:21 -0400 Received: from mail-gy0-f169.google.com ([209.85.160.169]:45806) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8ZhT-0003zb-2k for bug-gnu-emacs@gnu.org; Fri, 16 Mar 2012 12:08:19 -0400 Received: by ghrr18 with SMTP id r18so5162834ghr.0 for ; Fri, 16 Mar 2012 09:08:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=gTJoMeZxN+yG4oPpmqHfOCegH1uTLfzCRbfIM2ux6OM=; b=dm/YzMODxsiA+8sQDJ2F0z1j0WMCLBupXijc3kXtYnG354lnOQHCZBfcRSxURmTrKs 2cbENEkDnYlp7zvdb/E9JfXeOIyCktLy0HppHDethK27wqwZlUnMO2CsJCSMZKr0lD5O icfBeqgGe8+aSvjCqZQPqzhp5TP7AQa+1CpGUucrtw3UQ8hMBf0774Yf0nEwwsR8y0oB Wc09VtlV2oRN+Soo5viwjK9zNUeaxyKhJ9/7WMWTZ6l5WhmuMWxzXMOxgzN5K4HB9KBI kKTYqUZF27PCcS6NdsLt9RY57sBfVp7oxK53QJSUtr+eilpHkb7k5cR6GfsdlhiFCcZr BYvw== Received: by 10.68.203.202 with SMTP id ks10mr1862169pbc.84.1331914095767; Fri, 16 Mar 2012 09:08:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.8.234 with HTTP; Fri, 16 Mar 2012 09:07:55 -0700 (PDT) From: Sean McLaughlin Date: Fri, 16 Mar 2012 12:07:55 -0400 Message-ID: Subject: 23.3; call-process-region deletes unicode chars To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 16 Mar 2012 12:49:55 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your report will be posted to the bug-gnu-emacs@gnu.org mailing list and the gnu.emacs.bug news group, and at http://debbugs.gnu.org. Please describe exactly what actions triggered the bug and the precise symptoms of the bug. If you can, give a recipe starting from `emacs -Q': Create a buffer called 'bug' with multi-byte chars. For example, with the contents Alpha =3D =CE=B1 Run (call-process-region (point-min) (point-max) "cat" t t) in that buffer. It deletes the non-ascii unicode chars and leaves everything else intact. If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. For information about debugging Emacs, please read the file /usr/local/src/homebrew/Cellar/emacs/23.3/share/emacs/23.3/etc/DEBUG. In GNU Emacs 23.3.1 (x86_64-apple-darwin10.7.0, NS apple-appkit-1038.35) of 2011-04-28 on seanmcl.local Windowing system distributor `Apple', version 10.3.1038 configured using `configure '--prefix=3D/usr/local/src/homebrew/Cellar/emacs/23.3' '--without-dbus' '--enable-locallisppath=3D/usr/local/src/homebrew/share/emacs/site-lisp' '--infodir=3D/usr/local/src/homebrew/Cellar/emacs/23.3/share/info/emacs' '--with-ns' '--disable-ns-self-contained' 'CC=3D/usr/bin/cc' 'CFLAGS=3D-O3 -march=3Dcore2 -msse4.1 -w -pipe' 'LDFLAGS=3D-L/usr/local/src/homebrew/lib' 'CPPFLAGS=3D-isystem /usr/local/src/homebrew/include'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: nil value of $XMODIFIERS: nil locale-coding-system: nil default enable-multibyte-characters: t Major mode: Emacs-Lisp Minor modes in effect: shell-dirtrack-mode: t show-paren-mode: t display-time-mode: t iswitchb-mode: t nxhtml-global-minor-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t abbrev-mode: t Recent input: C-SPC C-w C-y C-k C-e C-a C-x C-s C-SPC C-w C-u C-g C-y C-k C-SPC C-w C-a C-o C-e C-9 C-h f d e l e t e - f i l e ( d e l e t e - f i l e SPC f i l e ) C-a C-x C-s C-k C-k C-x C-e C-x C-s C-x b t e s t . r C-x C-s C-x C-e C-M-x SPC SPC C-x C-s v a l SPC x SPC =3D SPC l e t SPC i n 4 e n d C-a C-x C-s \ a l p h a C-a C-x C-s M-x r e p o r SPC e m SPC b u SPC Recent messages: Wrote /Users/seanmcl/save/projects/sml-indent/sml-indent.el SML\.indent-buffer SML.indent-buffer Error in post-command-hook: (error Marker does not point anywhere) Saving file /Users/seanmcl/save/projects/sml-indent/test.sml... Wrote /Users/seanmcl/save/projects/sml-indent/test.sml Saving file /Users/seanmcl/save/projects/sml-indent/test.sml... Wrote /Users/seanmcl/save/projects/sml-indent/test.sml Saving file /Users/seanmcl/save/projects/sml-indent/test.sml... Wrote /Users/seanmcl/save/projects/sml-indent/test.sml Load-path shadows: /Users/seanmcl/save/config/emacs/mac/init hides /Users/seanmcl/save/config/emacs/init /usr/local/share/emacs/site-lisp/nxhtml/util/htmlfontify hides /usr/local/src/homebrew/Cellar/emacs/23.3/share/emacs/23.3/lisp/htmlfontify /usr/local/share/emacs/site-lisp/nxhtml/util/chart hides /usr/local/src/homebrew/Cellar/emacs/23.3/share/emacs/23.3/lisp/emacs-lisp/= chart Features: (shadow sort mail-extr message ecomplete rfc822 mml mml-sec password-cache mm-decode mm-bodies mm-encode mailabbrev nnheader gnus-util netrc gmm-utils mailheader canlock sha1 hex-util hashcash mail-utils emacsbug edmacro make-mode image-mode newcomment re-builder tabify man ffap vc vc-dispatcher align kmacro sh-script rect ansi-color shell mule-util bs find-dired tar-mode jka-compr executable dabbrev cc-mode cc-fonts cc-menus cc-styles cc-align thingatpt debug multi-isearch info cl-specs edebug find-func vc-git disp-table vc-hg bookmark pp saveplace pc-select paren time cua-base ocaml-lib dired-x dired-aux uniquify iswitchb whitespace nxhtml-autoload moz cc-cmds cc-engine cc-vars cc-defs majmodpri nxhtml-menu udev-rinari udev-cedet udev-ecb udev flymake-js flymake-php flymake css-color nxhtml-mode html-quote tidy-xhtml ediff-merg ediff-diff ediff-wind ediff-help ediff-util ediff-mult ediff-init ediff html-imenu imenu popcmp rngalt rng-nxml loadhist appmenu-fold fold-dwim hideshow noutline outline mumamo byte-opt warnings sgml-mode rng-valid rng-loc rng-uri rng-parse nxml-parse rng-match rng-dt rng-util rng-pttrn nxml-ns nxml-mode nxml-outln nxml-rap nxml-util nxml-glyph nxml-enc xmltok mlinks rx appmenu flyspell ispell html-upl html-site url-http tls url url-proxy url-privacy url-expand url-history mailcap url-auth mail-parse rfc2231 rfc2047 rfc2045 qp ietf-drums time-date url-cookie url-util url-gw url-methods url-parse url-vars mm-util mail-prsvr ffip ourcomments-util advice help-fns advice-preload recentf tree-widget ido grep apropos gimp dired cus-edit cus-start cus-load wid-edit nxhtml-autostart sml-indent tex-site twelf-font twelf caml tuareg speedbar sb-image ezimage dframe assoc skeleton smie agda-input quail help-mode view esml-du-mlton bg-job def-use-mode easy-mmode def-use-data def-use-sym def-use-util sml-mlton SML sml-proc compile comint ring bytecomp byte-compile esml-mlb-mode derived regexp-opt esml-util compat cl cl-19 tooltip ediff-hook vc-hooks lisp-float-type mwheel ns-win easymenu tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mldrag mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev loaddefs button minibuffer faces cus-face files text-properties overlay md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process ns multi-tty emacs) From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 16 15:27:40 2012 Received: (at 11026) by debbugs.gnu.org; 16 Mar 2012 19:27:40 +0000 Received: from localhost ([127.0.0.1]:53806 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S8coN-0001u4-P9 for submit@debbugs.gnu.org; Fri, 16 Mar 2012 15:27:40 -0400 Received: from mtaout23.012.net.il ([80.179.55.175]:35024) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S8coL-0001tv-9I for 11026@debbugs.gnu.org; Fri, 16 Mar 2012 15:27:38 -0400 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0M0Z00000R1MT900@a-mtaout23.012.net.il> for 11026@debbugs.gnu.org; Fri, 16 Mar 2012 20:57:21 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.127.216.56]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M0Z0001ORBKPMB0@a-mtaout23.012.net.il>; Fri, 16 Mar 2012 20:57:21 +0200 (IST) Date: Fri, 16 Mar 2012 20:57:22 +0200 From: Eli Zaretskii Subject: Re: bug#11026: 23.3; call-process-region deletes unicode chars In-reply-to: To: Sean McLaughlin Message-id: <83r4wsv0fh.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: QUOTED-PRINTABLE X-012-Sender: halo1@inter.net.il References: X-Spam-Score: -1.2 (-) X-Debbugs-Envelope-To: 11026 Cc: 11026@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.2 (-) > From: Sean McLaughlin > Date: Fri, 16 Mar 2012 12:07:55 -0400 >=20 > Create a buffer called 'bug' with multi-byte chars. For example, w= ith > the contents >=20 > Alpha =3D =CE=B1 >=20 > Run (call-process-region (point-min) (point-max) "cat" t t) in that > buffer. It deletes the non-ascii unicode chars and leaves everythi= ng > else intact. This is not a bug, but a cockpit error. You need to bind coding-process-for-write to something sensible, like utf-8. Otherwise, `cat' will get unpredictable sequence of bytes instead of the Unicode character, and will respond with another unpredictable sequence. I think this bug report should be closed. From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 16 15:34:10 2012 Received: (at 11026) by debbugs.gnu.org; 16 Mar 2012 19:34:10 +0000 Received: from localhost ([127.0.0.1]:53811 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S8cuf-00023s-KV for submit@debbugs.gnu.org; Fri, 16 Mar 2012 15:34:10 -0400 Received: from mail-pb0-f44.google.com ([209.85.160.44]:59944) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S8cub-00023j-W1 for 11026@debbugs.gnu.org; Fri, 16 Mar 2012 15:34:08 -0400 Received: by pbbrq13 with SMTP id rq13so236133pbb.3 for <11026@debbugs.gnu.org>; Fri, 16 Mar 2012 12:03:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=H0za3S3z5Aco2WfZBNyplddxSqBiz4JkDZE0hGKDMBU=; b=X6NC9GJRWAgJXGSebkDzLQ9YF0+Fe6pLdaSfXNQlODUUG4ZQoNk29wCdKd6v9eB7mZ ppICLVZ5W9dtllbbNmGBbHfDd1iv4gPAtupL2CtzsHILYk1g/9Alovp/jz0RfKj89Sdh VETYII4weZ/p0FTxncwV3qtFxlWTwCa/K8MdoHboVhtYQUWCK9fGTY/wEQ1y9J7dBMEw WqbTvSaAGM/0fNpmCqFDNtdyeb+PqNciwE+QT0hgInknKtr++yh9PgM0GKvWhdSBpTqS oTrWaazFKAH/35Ea4Jl4QTc2lvUTjOUdGeLZkO33VbHSiXbEc1ONQQrHL921BGsBgEXN OxvA== Received: by 10.68.228.69 with SMTP id sg5mr17602154pbc.91.1331924630544; Fri, 16 Mar 2012 12:03:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.52.9 with HTTP; Fri, 16 Mar 2012 12:03:30 -0700 (PDT) In-Reply-To: <83r4wsv0fh.fsf@gnu.org> References: <83r4wsv0fh.fsf@gnu.org> From: Sean McLaughlin Date: Fri, 16 Mar 2012 15:03:30 -0400 Message-ID: Subject: Re: bug#11026: 23.3; call-process-region deletes unicode chars To: Eli Zaretskii Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 11026 Cc: 11026@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) I apologize. I thought it was a bug because when I write the buffer to a file and use call-process it works. Thank you for your time. I'll try to close the bug. Sean On Fri, Mar 16, 2012 at 2:57 PM, Eli Zaretskii wrote: >> From: Sean McLaughlin >> Date: Fri, 16 Mar 2012 12:07:55 -0400 >> >> Create a buffer called 'bug' with multi-byte chars. =A0For example, with >> the contents >> >> Alpha =3D =E1 >> >> Run (call-process-region (point-min) (point-max) "cat" t t) in that >> buffer. =A0It deletes the non-ascii unicode chars and leaves everything >> else intact. > > This is not a bug, but a cockpit error. > > You need to bind coding-process-for-write to something sensible, like > utf-8. =A0Otherwise, `cat' will get unpredictable sequence of bytes > instead of the Unicode character, and will respond with another > unpredictable sequence. > > I think this bug report should be closed. From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 16 15:37:03 2012 Received: (at 11026) by debbugs.gnu.org; 16 Mar 2012 19:37:03 +0000 Received: from localhost ([127.0.0.1]:53815 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S8cxS-00028e-Ay for submit@debbugs.gnu.org; Fri, 16 Mar 2012 15:37:03 -0400 Received: from mail-pz0-f44.google.com ([209.85.210.44]:52185) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S8cxF-00027t-MV for 11026@debbugs.gnu.org; Fri, 16 Mar 2012 15:37:00 -0400 Received: by dakl33 with SMTP id l33so6597033dak.3 for <11026@debbugs.gnu.org>; Fri, 16 Mar 2012 12:06:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=jJKdPYmRAftbPTdoSWaJvfQhfqAgcnaqEVPLT49/Gss=; b=d0oj5g5VwHXU0NFTaSFUaQitJOt27Zm8r6YvcfQof4bzGGtM4fX/iwG/Iqh3h+EmlV LCeTq4z4wpvCA5xZxeqJDeorTJOJ+L6sDmvtYk1qsvjPob/FRqFwj2QYFImqGTQVAlHN vjjCorLPqC6p3NQ3B3ovIZi/VcaePB3DiNeKd3YOGqqbYjVWikmEZ4wQLuuuSFVUeK0x kDKywsfd9NSZYfsOKe5JcZbwq5i5kP8tHkHbuSgEyTUznhPwGXDcFhEN66h1KfApg/aB ctW7e++KAzgH6HklzTyu4DamS+1EcMq4RtggPtstT48NHEDn2biV3Q4wH7PqREKTGUtJ 5WJQ== Received: by 10.68.212.232 with SMTP id nn8mr17114113pbc.156.1331924794288; Fri, 16 Mar 2012 12:06:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.52.9 with HTTP; Fri, 16 Mar 2012 12:06:14 -0700 (PDT) In-Reply-To: References: <83r4wsv0fh.fsf@gnu.org> From: Sean McLaughlin Date: Fri, 16 Mar 2012 15:06:14 -0400 Message-ID: Subject: Re: bug#11026: 23.3; call-process-region deletes unicode chars To: Eli Zaretskii Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 11026 Cc: 11026@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) For the record, the variable is called coding-system-for-write. 2012/3/16 Sean McLaughlin : > I apologize. =A0I thought it was a bug because when I write the buffer > to a file and use call-process it works. > > Thank you for your time. =A0I'll try to close the bug. > > Sean > > On Fri, Mar 16, 2012 at 2:57 PM, Eli Zaretskii wrote: >>> From: Sean McLaughlin >>> Date: Fri, 16 Mar 2012 12:07:55 -0400 >>> >>> Create a buffer called 'bug' with multi-byte chars. =A0For example, wit= h >>> the contents >>> >>> Alpha =3D =E1 >>> >>> Run (call-process-region (point-min) (point-max) "cat" t t) in that >>> buffer. =A0It deletes the non-ascii unicode chars and leaves everything >>> else intact. >> >> This is not a bug, but a cockpit error. >> >> You need to bind coding-process-for-write to something sensible, like >> utf-8. =A0Otherwise, `cat' will get unpredictable sequence of bytes >> instead of the Unicode character, and will respond with another >> unpredictable sequence. >> >> I think this bug report should be closed. From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 17 18:50:09 2012 Received: (at 11026) by debbugs.gnu.org; 17 Mar 2012 22:50:09 +0000 Received: from localhost ([127.0.0.1]:55086 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S92Rs-0001oN-Nb for submit@debbugs.gnu.org; Sat, 17 Mar 2012 18:50:09 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.183]:30857) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S92Rq-0001oF-6f for 11026@debbugs.gnu.org; Sat, 17 Mar 2012 18:50:07 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AicFAKU/KE9soXdS/2dsb2JhbACBX5x7eYhwnhmGGQSbGYQJ X-IronPort-AV: E=Sophos;i="4.73,1,1325480400"; d="scan'208";a="168623324" Received: from 108-161-119-82.dsl.teksavvy.com (HELO pastel.home) ([108.161.119.82]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 17 Mar 2012 18:19:43 -0400 Received: by pastel.home (Postfix, from userid 20848) id 80BEE5946A; Sat, 17 Mar 2012 18:19:43 -0400 (EDT) From: Stefan Monnier To: Sean McLaughlin Subject: Re: bug#11026: 23.3; call-process-region deletes unicode chars Message-ID: References: <83r4wsv0fh.fsf@gnu.org> Date: Sat, 17 Mar 2012 18:19:43 -0400 In-Reply-To: (Sean McLaughlin's message of "Fri, 16 Mar 2012 15:06:14 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: 11026 Cc: 11026@debbugs.gnu.org, Eli Zaretskii X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) > For the record, the variable is called coding-system-for-write. And there's also coding-system-for-read, since your code does a "encode with coding-system-for-write, pass through cat, then decode with coding-system-for-read". Stefan From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 22 04:17:35 2012 Received: (at control) by debbugs.gnu.org; 22 Mar 2012 08:17:35 +0000 Received: from localhost ([127.0.0.1]:60535 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SAdDC-0005w2-U1 for submit@debbugs.gnu.org; Thu, 22 Mar 2012 04:17:35 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:56311) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SAdCt-0005va-Bq for control@debbugs.gnu.org; Thu, 22 Mar 2012 04:17:33 -0400 Received: from [155.69.17.60] (port=58610 helo=ulysses) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1SAcj6-0006M2-Ct for control@debbugs.gnu.org; Thu, 22 Mar 2012 03:46:29 -0400 From: Chong Yidong To: control@debbugs.gnu.org Subject: close 11026 Date: Thu, 22 Mar 2012 15:46:22 +0800 Message-ID: <87ehslxelt.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) close 11026 thanks From unknown Sun Jun 22 04:24:51 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 19 Apr 2012 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator