From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: PATCH to add euro symbol to French-{postfix, alt-postfix, prefix} input methods Date: Thu, 28 Feb 2008 14:24:39 -0500 Message-ID: <878x14lw94.fsf@stupidchicken.com> References: <1203936672.22517.5.camel@Argo.Styx> <87k5ktuf7d.fsf@stupidchicken.com> <87mypo5x1e.fsf@stupidchicken.com> <1204070698.4334.39.camel@Argo.Styx> 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 1204226801 15295 80.91.229.12 (28 Feb 2008 19:26:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Feb 2008 19:26:41 +0000 (UTC) Cc: Kenichi Handa , Nick Steeves To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 28 20:27:06 2008 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 1JUoPI-0000LN-Cv for ged-emacs-devel@m.gmane.org; Thu, 28 Feb 2008 20:27:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUoOl-0007uS-S3 for ged-emacs-devel@m.gmane.org; Thu, 28 Feb 2008 14:26:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JUoOh-0007tV-K7 for emacs-devel@gnu.org; Thu, 28 Feb 2008 14:26:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JUoOe-0007rN-Ua for emacs-devel@gnu.org; Thu, 28 Feb 2008 14:26:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUoOe-0007rI-K6 for emacs-devel@gnu.org; Thu, 28 Feb 2008 14:26:24 -0500 Original-Received: from cyd.mit.edu ([18.115.2.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JUoOe-0005dW-HL for emacs-devel@gnu.org; Thu, 28 Feb 2008 14:26:24 -0500 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id BF7814E3F9; Thu, 28 Feb 2008 14:24:39 -0500 (EST) In-Reply-To: <1204070698.4334.39.camel@Argo.Styx> (Nick Steeves's message of "Tue\, 26 Feb 2008 17\:04\:57 -0700") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.91 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:90764 Archived-At: Nick Steeves writes: > The patch adds the euro symbol =E2=82=AC to the auto-composed french input > methods. eg: typing e=3D changes the e=3D into =E2=82=AC. France uses t= he =E2=82=AC, and > it is also nice to be able to use it when writing emails. The =E2=82=AC = is > already found in the full latin input methods, and this patch can really > be considered a trivial copy and paste from the latin section, to the > french section. I added the composing rule to all of the french > methods, for completeness, although I only use french-postfix. Can anyone who uses quail shed light on this proposed patch? Would it be of any use? diff -ur ./leim/quail/latin-alt.el /tmp/emacs22-22.1/leim/quail/latin-alt.el --- ./leim/quail/latin-alt.el 2007-01-16 01:40:03.000000000 -0700 +++ /tmp/emacs22-22.1/leim/quail/latin-alt.el 2008-02-26 16:39:47.000000000= -0700 @@ -1046,6 +1046,7 @@ ("e'" ?=C3=A9) ("e^" ?=C3=AA) ("e\"" ?=C3=AB) + ("e=3D" ?=E2=82=AC) ("I^" ?=C3=8E) ("I\"" ?=C3=8F) ("i^" ?=C3=AE) @@ -1075,6 +1076,7 @@ ("e''" ["e'"]) ("e^^" ["e^"]) ("e\"\"" ["e\""]) + ("e=3D=3D" ["e=3D"]) ("I^^" ["I^"]) ("I\"\"" ["I\""]) ("i^^" ["i^"]) diff -ur ./leim/quail/latin-post.el /tmp/emacs22-22.1/leim/quail/latin-post= .el --- ./leim/quail/latin-post.el 2007-01-16 01:40:03.000000000 -0700 +++ /tmp/emacs22-22.1/leim/quail/latin-post.el 2008-02-26 16:41:15.00000000= 0 -0700 @@ -1029,6 +1029,7 @@ ("e'" ?=C3=A9) ("e^" ?=C3=AA) ("e\"" ?=C3=AB) + ("e=3D" ?=E2=82=AC) ("I^" ?=C3=8E) ("I\"" ?=C3=8F) ("i^" ?=C3=AE) @@ -1058,6 +1059,7 @@ ("e''" ["e'"]) ("e^^" ["e^"]) ("e\"\"" ["e\""]) + ("e=3D=3D" ["e=3D") ("I^^" ["I^"]) ("I\"\"" ["I\""]) ("i^^" ["i^"]) diff -ur ./leim/quail/latin-pre.el /tmp/emacs22-22.1/leim/quail/latin-pre.el --- ./leim/quail/latin-pre.el 2007-01-16 01:40:03.000000000 -0700 +++ /tmp/emacs22-22.1/leim/quail/latin-pre.el 2008-02-26 16:42:29.000000000= -0700 @@ -307,6 +307,7 @@ (",C" ?=C3=87) (",c" ?=C3=A7) (", " ?,) + ("~e" ?=E2=82=AC) ) =20 (quail-define-package