From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Werner LEMBERG Newsgroups: gmane.emacs.devel Subject: Re: Insert Euro symbol Date: Mon, 06 May 2002 14:16:28 +0200 (CEST) Sender: emacs-devel-admin@gnu.org Message-ID: <20020506.141628.28813346.wl@gnu.org> References: <200205041502.g44F2VW01267@aztec.santafe.edu> <20020505.083941.77253523.wl@gnu.org> <200205060624.g466ODd01937@aztec.santafe.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1020690696 11622 127.0.0.1 (6 May 2002 13:11:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 6 May 2002 13:11:36 +0000 (UTC) Cc: Kai.Grossjohann@CS.Uni-Dortmund.DE, ats@acm.org, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 174iHA-00031L-00 for ; Mon, 06 May 2002 15:11:36 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 174iOK-0006cO-00 for ; Mon, 06 May 2002 15:19:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 174hYQ-00006d-00; Mon, 06 May 2002 08:25:22 -0400 Original-Received: from moutvdom01.kundenserver.de ([195.20.224.200]) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 174hW6-0008EB-00; Mon, 06 May 2002 08:22:58 -0400 Original-Received: from [172.19.20.61] (helo=mrvdomng0.kundenserver.de) by moutvdom01.kundenserver.de with esmtp (Exim 2.12 #2) id 174hW5-0005U7-00; Mon, 6 May 2002 14:22:57 +0200 Original-Received: from [80.129.65.126] (helo=orion.local) by mrvdomng0.kundenserver.de with esmtp (Exim 3.22 #2) id 174hW5-0007tm-00; Mon, 06 May 2002 14:22:57 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by orion.local (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id g46CGSs30887; Mon, 6 May 2002 14:16:28 +0200 Original-To: rms@gnu.org In-Reply-To: <200205060624.g466ODd01937@aztec.santafe.edu> X-Mailer: Mew version 3.0.55 on Emacs 21.2.50.1 / Mule 5.0 (SAKAKI) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:3630 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:3630 > That might be the best choice for these non-letters, > if Quail works well with three-letter sequences. It does. > Could you try defining some sequences and see what this is like > in practice? I suggest to use the same as with X, using the compose key. > Perhaps they should all start with a common pair of characters. > Perhaps `.,' is a good choice, since that sequence is rarely > used and easy to type. `.,,' could stand for `.,'. Nice idea. Perhaps `,.' is even better since this occurs less frequent. Currently, I'm a bit short of time to experiment with it, but I'm quite confident that it works well. Werner