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: 23 Jan 2003 23:04:25 +0000 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200301170613.PAA12807@etlken.m17n.org> <200301200038.JAA16159@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 1043363099 5079 80.91.224.249 (23 Jan 2003 23:04:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 23 Jan 2003 23:04:59 +0000 (UTC) Cc: handa@m17n.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 18bqP3-0001Je-00 for ; Fri, 24 Jan 2003 00:04:57 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18bqRV-0004aO-00 for ; Fri, 24 Jan 2003 00:07:29 +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 18bqPb-0004vC-0B for emacs-devel@quimby.gnus.org; Thu, 23 Jan 2003 18:05:31 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18bqOx-0004Z2-00 for emacs-devel@gnu.org; Thu, 23 Jan 2003 18:04:51 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18bqOn-0004Nb-00 for emacs-devel@gnu.org; Thu, 23 Jan 2003 18:04:43 -0500 Original-Received: from albion.dl.ac.uk ([148.79.80.39]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18bqOX-0003pZ-00; Thu, 23 Jan 2003 18:04:25 -0500 Original-Received: from fx by albion.dl.ac.uk with local (Exim 3.36 #1 (Debian)) id 18bqOX-0005lr-00; Thu, 23 Jan 2003 23:04:25 +0000 Original-To: rms@gnu.org Original-Lines: 15 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-cc: emacs-devel@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:11016 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11016 Richard Stallman writes: > I'm not sure what that means, but something needs to be done to make > non-ASCII usable. > > Could you show an example of what exactly you would like to do, > that doesn't work now? I'm surprised there's any question about doing coding conversion, if that's what you mean. If you have a non-ASCII variable name, you can't sensibly use M-x getenv with it; if you have your non-ASCII personal name in NAME, Emacs gets your `user-full-name' as a unibyte string with which random things will happen; &c.