From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: cannot encode a buffer?? Date: Wed, 25 Jun 2003 12:52:36 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3EF98D04.6070000@gnu.org> References: <200306250752.QAA01036@etlken.m17n.org> <8765mul7v5.fsf@tleepslib.sk.tsukuba.ac.jp> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1056542161 6128 80.91.224.249 (25 Jun 2003 11:56:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 25 Jun 2003 11:56:01 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Jun 25 13:55:57 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19V8sX-0001aU-00 for ; Wed, 25 Jun 2003 13:55:57 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19V8wY-0004dY-00 for ; Wed, 25 Jun 2003 14:00:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19V8ra-0000FN-LO for emacs-devel@quimby.gnus.org; Wed, 25 Jun 2003 07:54:58 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19V8r6-0007qX-6F for emacs-devel@gnu.org; Wed, 25 Jun 2003 07:54:28 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19V8pb-0006As-89 for emacs-devel@gnu.org; Wed, 25 Jun 2003 07:52:55 -0400 Original-Received: from [209.61.173.204] (helo=integrasp.com) by monty-python.gnu.org with smtp (Exim 4.20) id 19V8pE-000603-HH for emacs-devel@gnu.org; Wed, 25 Jun 2003 07:52:32 -0400 Original-Received: (qmail 25337 invoked from network); 25 Jun 2003 11:46:17 -0000 Original-Received: from host217-37-167-241.in-addr.btopenworld.com (HELO ntserver.altio.com) (217.37.167.241) by 66.216.96.43 with SMTP; 25 Jun 2003 11:46:17 -0000 Original-Received: from gnu.org (ALTIOJR [192.168.111.42]) by ntserver.altio.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id NFNPC0YN; Wed, 25 Jun 2003 12:52:23 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20030210 X-Accept-Language: en-us, en Original-To: "Stephen J. Turnbull" In-Reply-To: <8765mul7v5.fsf@tleepslib.sk.tsukuba.ac.jp> 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:15235 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15235 Stephen J. Turnbull wrote: > I agree that the preferences of those who would rather that Emacs keep > the different flavors of Han different should be respected. FWIW, I'd > default `utf-translate-cjk-mode' to on (to encourage development of a > Unicode-based way to disambiguate Unihan), but that does risk a lot of > annoyance for Asian polyglots. I think the reason it is not on by default is not to avoid disagreement over whether unification should happen (as unification can easily be avoided by not saving as utf-*), but to save memory. There was talk about a month ago of automatically loading it when required, but AFAIK this has not been implemented yet.