From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Adomas Newsgroups: gmane.emacs.bugs Subject: A convenient idea Date: Tue, 28 Oct 2003 14:25:09 +0200 (EET) Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1067344245 16909 80.91.224.253 (28 Oct 2003 12:30:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Oct 2003 12:30:45 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Oct 28 13:30:41 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AESzh-0005y1-00 for ; Tue, 28 Oct 2003 13:30:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AESzC-000582-7X for geb-bug-gnu-emacs@m.gmane.org; Tue, 28 Oct 2003 07:30:10 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AESvP-0003X3-Ho for bug-gnu-emacs@gnu.org; Tue, 28 Oct 2003 07:26:15 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AESus-00031L-G4 for bug-gnu-emacs@gnu.org; Tue, 28 Oct 2003 07:26:13 -0500 Original-Received: from [193.219.143.129] (helo=saulius.licejus.lt) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AESub-0002aZ-D5 for bug-gnu-emacs@gnu.org; Tue, 28 Oct 2003 07:25:25 -0500 Original-Received: from localhost (admp@localhost) by saulius.licejus.lt (8.9.3/8.9.3) with ESMTP id OAA05684 for ; Tue, 28 Oct 2003 14:25:10 +0200 Original-To: bug-gnu-emacs@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:6047 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:6047 Hello there, I've got a suggestion for new Emacs package: it would spell numbers (i.e. convert 123 to "one hundred twenty three") in many langauges, numbering systems (binary, octal, decimal, roman etc.). The prototype is availible at www.licejus.lt/~admp/projects/speller/spell.el It already includes support for english, german, lithuanian plus binary, octal, hexademical, N-base (2 <= N <= 36) and roman. Hope to hear from you soon.