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, 18 Nov 2002 14:09:43 -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> <200211110400.NAA14641@etlken.m17n.org> <200211180008.JAA24491@etlken.m17n.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1037648097 9794 80.91.224.249 (18 Nov 2002 19:34:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 18 Nov 2002 19:34:57 +0000 (UTC) Cc: 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 18Drfb-0002Xp-00 for ; Mon, 18 Nov 2002 20:34:55 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18Drhy-0007bx-00 for ; Mon, 18 Nov 2002 20:37:22 +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 18DrYK-0006o3-00; Mon, 18 Nov 2002 14:27:24 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18DrHM-000724-00 for emacs-devel@gnu.org; Mon, 18 Nov 2002 14:09:52 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18DrHE-0006wF-00 for emacs-devel@gnu.org; Mon, 18 Nov 2002 14:09:49 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18DrHD-0006vD-00 for emacs-devel@gnu.org; Mon, 18 Nov 2002 14:09:43 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18DrHD-000214-00; Mon, 18 Nov 2002 14:09:43 -0500 Original-To: handa@m17n.org In-reply-to: <200211180008.JAA24491@etlken.m17n.org> (message from Kenichi Handa on Mon, 18 Nov 2002 09:08:43 +0900 (JST)) 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:9522 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9522 > In that case, would you please make the change? Ok, I've just installed this change. 2002-11-18 Kenichi Handa * language/cyrillic.el (cyrillic-iso-8bit): Make it safe. * language/european.el (iso-latin-1): Make it safe. (iso-latin-2, iso-latin-3, iso-latin-4, iso-latin-5, iso-latin-8) (iso-latin-9): Likewise. I think this merits a NEWS entry.