From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: iso-8859-1 and non-latin-1 chars Date: Mon, 11 Nov 2002 05:19:31 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: References: <200211071457.gA7EvoL08222@rum.cs.yale.edu> <2110-Thu07Nov2002182535+0200-eliz@is.elta.co.il> <200211071706.gA7H6hW09141@rum.cs.yale.edu> <200211072342.IAA10345@etlken.m17n.org> <200211092032.gA9KWlX24461@rum.cs.yale.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1037201610 24182 80.91.224.249 (13 Nov 2002 15:33:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 13 Nov 2002 15:33:30 +0000 (UTC) Cc: handa@m17n.org, monnier+gnu/emacs@rum.cs.yale.edu, eliz@is.elta.co.il, 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 18BzCy-0004AP-00 for ; Wed, 13 Nov 2002 16:13:36 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18BzOv-00066k-00 for ; Wed, 13 Nov 2002 16:25:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18BBwT-00040Q-00; Mon, 11 Nov 2002 05:37:17 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18BBfM-0004IC-00 for emacs-devel@gnu.org; Mon, 11 Nov 2002 05:19:36 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18BBfI-0004HP-00 for emacs-devel@gnu.org; Mon, 11 Nov 2002 05:19:35 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18BBfH-0004HA-00 for emacs-devel@gnu.org; Mon, 11 Nov 2002 05:19:31 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18BBfH-0002Cu-00; Mon, 11 Nov 2002 05:19:31 -0500 Original-To: monnier+gnu/emacs@rum.cs.yale.edu In-reply-to: <200211092032.gA9KWlX24461@rum.cs.yale.edu> (monnier+gnu/emacs@rum.cs.yale.edu) 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:9387 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9387 > This user-visible change would affect much more than ispell. Huh? Such as what? I's very unusual to apply a coding-system to a piece of text that is not within the safe-chars of that coding-system. Are Latin-2 characters within the safe-chars of iso-latin-1 now? I don't know how to tell, but I would expect that they are, since it can encode them. With this change, it won't be able to encode them, and it will be unsafe in cases where now it is safe. That is a user-visible change. Perhaps it is a good change, but I want to hear what people think of it.