From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.devel Subject: Re: Emacs 21/22: french =?iso-8859-1?q?=E7?= and =?iso-8859-15?q?=BD?= Date: Tue, 28 Oct 2008 13:35:04 +0100 Message-ID: <87hc6w7v9j.fsf@mat.ucm.es> References: <87ljwa6zjj.fsf@mat.ucm.es> <87bpx65fjj.fsf@mat.ucm.es> Reply-To: Uwe Brauer NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1225197739 23843 80.91.229.12 (28 Oct 2008 12:42:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 Oct 2008 12:42:19 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 28 13:43:18 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 1Kunum-0007wj-AO for ged-emacs-devel@m.gmane.org; Tue, 28 Oct 2008 13:43:17 +0100 Original-Received: from localhost ([127.0.0.1]:60317 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kuntf-00079Q-0g for ged-emacs-devel@m.gmane.org; Tue, 28 Oct 2008 08:42:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KunnA-0004wW-V7 for emacs-devel@gnu.org; Tue, 28 Oct 2008 08:35:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kunn9-0004wC-Ti for emacs-devel@gnu.org; Tue, 28 Oct 2008 08:35:24 -0400 Original-Received: from [199.232.76.173] (port=38603 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kunn9-0004w3-LR for emacs-devel@gnu.org; Tue, 28 Oct 2008 08:35:23 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:56951 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kunn9-0004pb-6D for emacs-devel@gnu.org; Tue, 28 Oct 2008 08:35:23 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Kunmz-0000Mf-Lq for emacs-devel@gnu.org; Tue, 28 Oct 2008 12:35:13 +0000 Original-Received: from maportatil12.quim.ucm.es ([147.96.6.137]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Oct 2008 12:35:13 +0000 Original-Received: from oub by maportatil12.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Oct 2008 12:35:13 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 23 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: maportatil12.quim.ucm.es X-Hashcash: 1:20:081028:gmane.emacs.devel::jVw/Z6i8W/tHAP+o:000000000000000000000000000000000000000000002v7p User-Agent: Gnus/5.110011 (No Gnus v0.11) XEmacs/21.4.19 (linux) Cancel-Lock: sha1:5IqsWKcPUXPAJEHAOfe6L9LGtks= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:105067 Archived-At: >>>>> "Stefan" == Stefan Monnier writes: >>>> - ispell does not know how do spell this word s½ur >>> Not sure what's going on with it, but ½ 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. What do you think of even have the following in the quail rules? ("/o" ?½) ; clash with ø, but æ uses / ("oe" ?½) ; I am not sure whether in french oe always should be represented by the symbol ½? In any case a patch is trivial. A simple diff against the old file is ok? Or are some parameters needed for the diff? Where shall I send this "patch" Uwe