all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chong Yidong <cyd@stupidchicken.com>
To: emacs-devel@gnu.org
Cc: Kenichi Handa <handa@m17n.org>, Nick Steeves <nick.steeves@uleth.ca>
Subject: Re: PATCH to add euro symbol to French-{postfix, alt-postfix, prefix}	input methods
Date: Thu, 28 Feb 2008 14:24:39 -0500	[thread overview]
Message-ID: <878x14lw94.fsf@stupidchicken.com> (raw)
In-Reply-To: <1204070698.4334.39.camel@Argo.Styx> (Nick Steeves's message of "Tue\, 26 Feb 2008 17\:04\:57 -0700")

Nick Steeves <nick.steeves@uleth.ca> writes:

> The patch adds the euro symbol € to the auto-composed french input
> methods.  eg: typing e= changes the e= into €.  France uses the €, and
> it is also nice to be able to use it when writing emails.  The € 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'" ?é)
  ("e^" ?ê)
  ("e\"" ?ë)
+ ("e=" ?€)
  ("I^" ?Î)
  ("I\"" ?Ï)
  ("i^" ?î)
@@ -1075,6 +1076,7 @@
  ("e''" ["e'"])
  ("e^^" ["e^"])
  ("e\"\"" ["e\""])
+ ("e==" ["e="])
  ("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.000000000 -0700
@@ -1029,6 +1029,7 @@
  ("e'" ?é)
  ("e^" ?ê)
  ("e\"" ?ë)
+ ("e=" ?€)
  ("I^" ?Î)
  ("I\"" ?Ï)
  ("i^" ?î)
@@ -1058,6 +1059,7 @@
  ("e''" ["e'"])
  ("e^^" ["e^"])
  ("e\"\"" ["e\""])
+ ("e==" ["e=")
  ("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" ?Ç)
  (",c" ?ç)
  (", " ?,)
+ ("~e" ?€)
 )
 
 (quail-define-package




  parent reply	other threads:[~2008-02-28 19:24 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-25 10:51 PATCH to add euro symbol to French-{postfix, alt-postfix, prefix} input methods Nick Steeves
     [not found] ` <87k5ktuf7d.fsf@stupidchicken.com>
     [not found]   ` <E1JTnvq-0008Ol-Rc@etlken.m17n.org>
     [not found]     ` <87mypo5x1e.fsf@stupidchicken.com>
     [not found]       ` <1204070698.4334.39.camel@Argo.Styx>
2008-02-28 19:24         ` Chong Yidong [this message]
2008-02-28 20:00           ` Miles Bader
2008-02-29  2:26             ` Miles Bader
2008-02-29  4:51               ` Stefan Monnier
2008-02-29  5:49                 ` Miles Bader
2008-02-29  9:21                   ` Juri Linkov
2008-02-29 10:22             ` Eli Zaretskii
2008-02-29 12:02               ` Miles Bader
2008-02-29 12:08                 ` Juanma Barranquero
2008-02-29 13:45                 ` Eli Zaretskii
2008-02-29 14:09                   ` Miles Bader
2008-02-29 14:20                     ` Eli Zaretskii
2008-02-29 14:39                       ` Juanma Barranquero
2008-03-01  1:48                         ` Richard Stallman
2008-03-01  2:02                           ` Juanma Barranquero
2008-02-29 14:45                       ` Andreas Schwab
2008-03-01  1:48                         ` Richard Stallman
2008-03-01 13:32                           ` Andreas Schwab
2008-02-29 19:24                       ` Miles Bader
2008-02-29 14:50                   ` Andreas Schwab
2008-02-29 19:54               ` Richard Stallman
2008-02-29 21:38                 ` David Kastrup
2008-03-01  8:57                 ` Eli Zaretskii
2008-03-01 10:31                   ` David Kastrup
2008-03-01 11:22                     ` Kenichi Handa
2008-03-01 11:51                       ` David Kastrup
2008-03-01 12:54                         ` Eli Zaretskii
2008-03-01 13:00                           ` David Kastrup
2008-03-01 14:00                             ` Eli Zaretskii
2008-03-01 19:53                               ` Jason Rumney
2008-03-02  4:41                                 ` Stefan Monnier
2008-03-01 12:53                     ` Eli Zaretskii
2008-03-01 23:09                     ` Richard Stallman
2008-03-01 13:43                   ` Juanma Barranquero
2008-02-28 21:31           ` Stefan Monnier
2008-02-29  9:56             ` Nick Steeves
2008-02-29 14:58             ` Andreas Schwab
2008-03-02  4:44               ` Stefan Monnier
2008-02-29 19:54           ` Richard Stallman
2008-02-29 20:05             ` Jason Rumney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878x14lw94.fsf@stupidchicken.com \
    --to=cyd@stupidchicken.com \
    --cc=emacs-devel@gnu.org \
    --cc=handa@m17n.org \
    --cc=nick.steeves@uleth.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.