all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: tomas@tuxteam.de
To: Tobias <kuzum@mebias.org>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Sanskrit Unicode Text Processing
Date: Mon, 8 Mar 2010 07:36:39 +0100	[thread overview]
Message-ID: <20100308063638.GB19952@tomas> (raw)
In-Reply-To: <1267954651.3391.15.camel@localhost.localdomain>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Sun, Mar 07, 2010 at 10:37:31AM +0100, Tobias wrote:
> when I configure Emacs for Sanskrit Unicode according to this:
> 
> http://coseruc.people.cofc.edu/unicode/
> 
> at Point 4 I do:
> 
> C-x C-f to reach the Emacs leim path where you copied the sanskrit.el
> file and execute:
> 
> M-x byte-compile-file sanskrit.el
> 
> I get error as this one: sanskrit.el:33:2:Warning: `"#a"' is a malformed
> function
> 
> can anyone enlighten me on this problem

Hmm. Looking at the definition of "quail-define-rules" it seems that...

> the sanskrit.el file looks like this:
> 
> 
> ;; -*- coding: utf-8 -*-
> ;;
> ;; sanskrit.el
> ;;
> ;; Emacs Unicode input method for Sanskrit transliteration and Western
> ;; European characters
> ;;
> ;; Author: Stefan Baums <baums@u.washington.edu>
> ;;
> ;; Version 1.0 (first public release) 12 February 2002
> ;;
> ;;     Changed by J Hanneder Sept.2002
> ;;     Now # and . are the escape characters 
> ;;     for all Sanskrit related diacritics.
> ;;
> ;;     added some Tamil 6/05
> 
> (require 'quail)
> 
> (quail-define-package "sanskrit" "Sanskrit" "S>" t
> "This is an input method for Sanskrit transliteration and Western
> European characters.  Basically, you type first the required diacritic
> and then the letter (as in ['] [a] to get á).  After typing the
> diacritic, a list of possible letters is shown in the echo area."
> nil nil nil nil nil nil nil nil nil nil t)
> 
> (quail-define-rules)
                    ^^^ this closing parenthesis is bogus 

> 
> ;; Sanskrit part
> ;; JH special 
>  ("#a" ?ā)
>  ("#A" ?Ā)
>  ("#i" ?ī)
>  ("#I" ?Ī)
[...]
>  ("<<" ["« "]) ; French
>  (">>" [" »"]) ; French
> 
>  )

Try removing it --  this might work. On the other hand, I might just not
know what I'm talking about ;-)

Regards
- -- tomás
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFLlJr2Bcgs9XrR2kYRAmRvAJ9ztloTJqmXfb2gkzc56D4TKVZ1VwCfRgCx
TeHcK2rHgw5+FPuCbFN++0s=
=RvTj
-----END PGP SIGNATURE-----




      parent reply	other threads:[~2010-03-08  6:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-07  9:37 Sanskrit Unicode Text Processing Tobias
2010-03-08  6:25 ` Eli Zaretskii
2010-03-08  6:36 ` tomas [this message]

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=20100308063638.GB19952@tomas \
    --to=tomas@tuxteam.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=kuzum@mebias.org \
    /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.