From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Sanskrit Unicode Text Processing Date: Mon, 08 Mar 2010 01:25:31 -0500 Message-ID: References: <1267954651.3391.15.camel@localhost.localdomain> NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1268029708 7245 80.91.229.12 (8 Mar 2010 06:28:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 8 Mar 2010 06:28:28 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 08 07:28:24 2010 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.69) (envelope-from ) id 1NoWRq-0000Es-7e for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Mar 2010 07:28:14 +0100 Original-Received: from localhost ([127.0.0.1]:58147 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NoWRp-0005dt-JU for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Mar 2010 01:28:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NoWPF-0005Kj-RM for help-gnu-emacs@gnu.org; Mon, 08 Mar 2010 01:25:34 -0500 Original-Received: from [199.232.76.173] (port=53953 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NoWPE-0005KL-Sm for help-gnu-emacs@gnu.org; Mon, 08 Mar 2010 01:25:32 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NoWPD-0003fV-QZ for help-gnu-emacs@gnu.org; Mon, 08 Mar 2010 01:25:32 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:46856) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NoWPD-0003fR-KX for help-gnu-emacs@gnu.org; Mon, 08 Mar 2010 01:25:31 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NoWPD-0002Ee-6Z for help-gnu-emacs@gnu.org; Mon, 08 Mar 2010 01:25:31 -0500 In-reply-to: <1267954651.3391.15.camel@localhost.localdomain> (message from Tobias on Sun, 07 Mar 2010 10:37:31 +0100) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:72385 Archived-At: > From: Tobias > Date: Sun, 07 Mar 2010 10:37:31 +0100 > > 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 Remove the right parenthesis in the line below, save the file sanskrit.el, then try again: > (quail-define-rules) <<<<<< remove this parenthesis!!!