From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tamas Newsgroups: gmane.emacs.help Subject: how to create new input method? Date: Thu, 10 Jul 2008 00:32:56 -0700 (PDT) Organization: http://groups.google.com Message-ID: <5ade25d4-3545-4439-9cdc-4410d98413cc@a70g2000hsh.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1215833960 13340 80.91.229.12 (12 Jul 2008 03:39:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Jul 2008 03:39:20 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jul 12 05:40:08 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KHVxv-0005NL-33 for geh-help-gnu-emacs@m.gmane.org; Sat, 12 Jul 2008 05:40:07 +0200 Original-Received: from localhost ([127.0.0.1]:38350 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KHVx3-0001HF-3i for geh-help-gnu-emacs@m.gmane.org; Fri, 11 Jul 2008 23:39:13 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!a70g2000hsh.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: 195.252.32.74 Original-X-Trace: posting.google.com 1215675176 29612 127.0.0.1 (10 Jul 2008 07:32:56 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 10 Jul 2008 07:32:56 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: a70g2000hsh.googlegroups.com; posting-host=195.252.32.74; posting-account=oXiF_goAAAAb-L4LYIgS9uZ8CBGPfR3g User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008062910 Iceweasel/3.0 (Debian-3.0~rc2-2),gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:160020 X-Mailman-Approved-At: Fri, 11 Jul 2008 23:38:50 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:55454 Archived-At: Hi, I would like to create a new input method for MULE because none of the existing ones are well-suited to Hungarian (which has long double acute accents like =F5 and =FB). I just need the following prefix mappings (for small and capital vowels): ' + aeuio =3D> these letters with single acute accent " + ou =3D> these letters with umlaut ~ + ou =3D> these letters with double acute accent Could someone please get me started with some template code that I could put in my .emacs file and would create this input method? I can figure out the details (character mappings etc). I am using Emacs 23.0.0.1. Thanks, Tamas