From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.devel Subject: Re: environment variable don't get coding conversion Date: 26 Jan 2003 18:23:30 +0000 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200301170613.PAA12807@etlken.m17n.org> <200301250056.JAA11689@etlken.m17n.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1043622314 17661 80.91.224.249 (26 Jan 2003 23:05:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 26 Jan 2003 23:05:14 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18cvpx-0004aZ-00 for ; Mon, 27 Jan 2003 00:05:13 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18cvts-0004SP-00 for ; Mon, 27 Jan 2003 00:09:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18cvow-00034g-00 for emacs-devel@quimby.gnus.org; Sun, 26 Jan 2003 18:04:10 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18cvo7-0002o5-00 for emacs-devel@gnu.org; Sun, 26 Jan 2003 18:03:19 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18cvnG-0002Ky-00 for emacs-devel@gnu.org; Sun, 26 Jan 2003 18:02:42 -0500 Original-Received: from albion.dl.ac.uk ([148.79.80.39]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18cvfj-00005f-00; Sun, 26 Jan 2003 17:54:39 -0500 Original-Received: from fx by albion.dl.ac.uk with local (Exim 3.36 #1 (Debian)) id 18cvev-0002eL-00; Sun, 26 Jan 2003 22:53:49 +0000 Original-To: Kenichi Handa Original-Lines: 9 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.90 Original-cc: rms@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11100 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11100 Kenichi Handa writes: > But, I think it's also the general idea of Emacs to > decode/encode characters automatically. As far as we expose > process-environment, the strings in it should already be > decoded. If we want undecoded string in it, we shouldn't > expose it. Yes, and setenv should be able to sanity-check its args.