unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: David Reitter <david.reitter@gmail.com>
To: Emacs-Devel devel <emacs-devel@gnu.org>, ntakahas@etl.go.jp
Cc: Carsten Bormann <cabo@tzi.org>
Subject: Re: German-postfix fix for Quail
Date: Wed, 27 Aug 2008 17:31:58 -0400	[thread overview]
Message-ID: <9D41C38D-E48C-40D8-A93A-A0006EAC06FA@gmail.com> (raw)
In-Reply-To: <86786352-E6A9-48F8-8637-C1560C2C7509@tzi.org>

[-- Attachment #1: Type: text/plain, Size: 1419 bytes --]

On 21 Aug 2008, at 21:25, Carsten Bormann wrote:

> On Aug 22 2008, at 01:43, David Reitter wrote:
>
>> For "eü", perhaps we should consider holding off.
>
> But "eue" also happens to be the most likely of the combinations in  
> German, with highly common words/forms like euer, neue, Steuer,  
> teuer (333 occurrences of these in a random ~1M Gutenberg text)!
> (These quite common words were what motivated me to make these  
> little enhancements.)
>
> Since "geübt" (and combinations like "ausgeübt") are actually  
> relatively common word forms, I have added the rule
>
> ("ge" ["ge"])
> below.  I believe anything else is well below diminishing returns.

Since I haven't heard from anyone and I don't know whether to classify  
this as fix or as feature, I'll be committing Carsten's patch in two  
days.
Cc'ing Quail author.

I presume this is small enough to not require a consent form.



--- latin-post.el.~1.31.~	2008-05-07 05:37:06.000000000 +0200
+++ latin-post.el	2008-08-22 02:52:11.000000000 +0200
@@ -1085,7 +1085,7 @@
aee -> ae
oe  -> ö
oee -> oe
-ue  -> ü
+ue  -> ü (not after a/e/q)
uee -> ue
sz  -> ß
szz -> sz
@@ -1108,6 +1108,14 @@
  ("UEE" ["UE"])
  ("uee" ["ue"])
  ("szz" ["sz"])
+
+ ("ge" ["ge"])
+ ("eue" ["eue"])
+ ("Eue" ["Eue"])
+ ("aue" ["aue"])
+ ("Aue" ["Aue"])
+ ("que" ["que"])
+ ("Que" ["Que"])
  )

(quail-define-package



[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 2193 bytes --]

  reply	other threads:[~2008-08-27 21:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <56EC050C-FE4A-408A-8402-F8AFD817B5BA@tzi.org>
     [not found] ` <F8174BA2-E86D-4A07-BDDA-29A2F3037302@tzi.org>
     [not found]   ` <B2231AFA-B8CE-4A55-9BB2-8EAAA6716497@gmail.com>
     [not found]     ` <B38610C6-933F-4F40-A82D-5FABFE1D5397@tzi.org>
2008-08-21 23:43       ` German-postfix fix for Quail David Reitter
2008-08-22  1:25         ` Carsten Bormann
2008-08-27 21:31           ` David Reitter [this message]
2008-08-28 16:44           ` Stefan Monnier

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=9D41C38D-E48C-40D8-A93A-A0006EAC06FA@gmail.com \
    --to=david.reitter@gmail.com \
    --cc=cabo@tzi.org \
    --cc=emacs-devel@gnu.org \
    --cc=ntakahas@etl.go.jp \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).