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: Several serious problems Date: 15 Aug 2002 18:33:09 +0100 Sender: emacs-devel-admin@gnu.org Message-ID: References: <200207250312.g6P3C6F06647@aztec.santafe.edu> <200207261535.g6QFZpK08935@aztec.santafe.edu> <200208090742.g797gRQ11838@rum.cs.yale.edu> <200208101716.g7AHGsf05962@wijiji.santafe.edu> <200208121620.g7CGKvq29247@rum.cs.yale.edu> <200208130148.g7D1m4v07052@wijiji.santafe.edu> <200208150247.g7F2ldZ21732@rum.cs.yale.edu> <200208151530.g7FFUNi23950@rum.cs.yale.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1029432801 18110 127.0.0.1 (15 Aug 2002 17:33:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 15 Aug 2002 17:33:21 +0000 (UTC) Cc: Karl Eichwalder , rms@gnu.org, handa@etl.go.jp, 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 17fOUq-0004hz-00 for ; Thu, 15 Aug 2002 19:33:20 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17fOuQ-0001qa-00 for ; Thu, 15 Aug 2002 19:59:46 +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 17fOVo-0004sS-00; Thu, 15 Aug 2002 13:34:20 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17fOUs-0004mt-00 for emacs-devel@gnu.org; Thu, 15 Aug 2002 13:33:22 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17fOUq-0004mc-00 for emacs-devel@gnu.org; Thu, 15 Aug 2002 13:33:21 -0400 Original-Received: from albion.dl.ac.uk ([148.79.80.39]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17fOUm-0004mI-00; Thu, 15 Aug 2002 13:33:16 -0400 Original-Received: from fx by albion.dl.ac.uk with local (Exim 3.35 #1 (Debian)) id 17fOUf-0003Yn-00; Thu, 15 Aug 2002 18:33:09 +0100 Original-To: "Stefan Monnier" Original-Lines: 21 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:6564 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6564 "Stefan Monnier" writes: > Indeed, the safe-charsets property of the utf-8 coding-system has not been > updated to list the extra charsets it can now encode. I hope whatever's been changed has been properly tested if it's on the release branch. Please get handa to check it if he hasn't already. > I think Dave or Handa would now better how to fix that (whether > unify-8859-on-encoding-mode should change the safe-charsets or whether > it should simply always include the new charsets and load ucs-tables > when needed. And also which charsets should be added). Whoever changed it should sort it out. [Actually the stuff on the trunk should really use the encoding translation table to set `safe-chars', which would need to be re-registered if it changed, assuming that utf-8.el is how I left it. However, the default does encode the listed charsets completely and was unaffected by `unify-8859-on-encoding-mode' -- it deals with more than 8859 anyhow.]