From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.bugs Subject: Re: decode-char & utf-8-fragment-on-decoding Date: 05 Sep 2002 23:50:33 +0100 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: <87ptvspc89.fsf@cricket.magic.csuhayward.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1031266170 8538 127.0.0.1 (5 Sep 2002 22:49:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 5 Sep 2002 22:49:30 +0000 (UTC) Cc: handa@etl.go.jp, bug-gnu-emacs@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17n5RG-0002D4-00 for ; Fri, 06 Sep 2002 00:49:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17n5Su-0005D3-00; Thu, 05 Sep 2002 18:51:08 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17n5SS-0005Bv-00 for bug-gnu-emacs@gnu.org; Thu, 05 Sep 2002 18:50:40 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17n5SQ-0005Bj-00 for bug-gnu-emacs@gnu.org; Thu, 05 Sep 2002 18:50:39 -0400 Original-Received: from albion.dl.ac.uk ([148.79.80.39]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17n5SP-0005Bf-00 for bug-gnu-emacs@gnu.org; Thu, 05 Sep 2002 18:50:37 -0400 Original-Received: from fx by albion.dl.ac.uk with local (Exim 3.35 #1 (Debian)) id 17n5SL-0004hW-00; Thu, 05 Sep 2002 23:50:33 +0100 Original-To: Thomas Morgan Original-Lines: 10 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:3434 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3434 Thomas Morgan writes: > For the sake of careless readers like me, could something like this > be added after that sentence? > > (Note that this char table is independent of the translation table > of the same name which CCL programs use, and it is not affected by > the user's setting of utf-8-fragment-on-decoding.) That seems to be the opposite of how it actually is.