From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Emacs 21/22: french =?iso-8859-1?q?=E7?= and =?utf-8?b?xZM=?= Date: Mon, 27 Oct 2008 10:05:55 -0400 Message-ID: References: <87ljwa6zjj.fsf@mat.ucm.es> <87bpx65fjj.fsf@mat.ucm.es> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1225116400 19863 80.91.229.12 (27 Oct 2008 14:06:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Oct 2008 14:06:40 +0000 (UTC) Cc: emacs-devel@gnu.org To: Uwe Brauer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 27 15:07:42 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KuSkc-0003iR-RW for ged-emacs-devel@m.gmane.org; Mon, 27 Oct 2008 15:07:23 +0100 Original-Received: from localhost ([127.0.0.1]:55520 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuSjW-0006OL-S4 for ged-emacs-devel@m.gmane.org; Mon, 27 Oct 2008 10:06:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KuSjS-0006No-CB for emacs-devel@gnu.org; Mon, 27 Oct 2008 10:06:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KuSjP-0006NV-PJ for emacs-devel@gnu.org; Mon, 27 Oct 2008 10:06:09 -0400 Original-Received: from [199.232.76.173] (port=35709 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuSjP-0006NS-Lf for emacs-devel@gnu.org; Mon, 27 Oct 2008 10:06:07 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:61513) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KuSjP-0004Ms-Cv for emacs-devel@gnu.org; Mon, 27 Oct 2008 10:06:07 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgUFAONnBUlFxIGZ/2dsb2JhbACBdr9gg0+BDQ X-IronPort-AV: E=Sophos;i="4.33,492,1220241600"; d="scan'208";a="28900902" Original-Received: from 69-196-129-153.dsl.teksavvy.com (HELO pastel.home) ([69.196.129.153]) by ironport2-out.teksavvy.com with ESMTP; 27 Oct 2008 10:05:56 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 0A9238E6F; Mon, 27 Oct 2008 10:05:56 -0400 (EDT) In-Reply-To: <87bpx65fjj.fsf@mat.ucm.es> (Uwe Brauer's message of "Mon, 27 Oct 2008 14:33:04 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:105045 Archived-At: >>> - ispell does not know how do spell this word s=C5=93ur >> Not sure what's going on with it, but =C5=93 was somehow left out from >> latin-1 (although it did make it into latin-9, aka "latin-1 with euro >> sign"). So all places where it causes problems were probably written >> back in the latin-1 days. > So do you agree to include it in french-postfix/prefix? Of course. > As for ispell: I am not sure whether this can be solved on the level of > lisp or whether somehow the ispell code itself has to be modified. That I don't know. If we use latin-1 to communicatr with ispell, then we need to check that it's indeed correct (maybe ispell expects latin-9). If ispell indeed expects latin-1, then the problem is in ispell. Stefan