From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bidi,gmane.emacs.devel Subject: Re: Persian/Farsi Transliteration Input Method for emacs24 -- quail-persian-translit.el Date: Tue, 26 Apr 2011 21:00:42 +0300 Message-ID: <83liyw99kl.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1303840854 21240 80.91.229.12 (26 Apr 2011 18:00:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 26 Apr 2011 18:00:54 +0000 (UTC) Cc: emacs-bidi@gnu.org, emacs-devel@gnu.org To: Mohsen BANAN Original-X-From: emacs-bidi-bounces+gnu-emacs-bidi=m.gmane.org@gnu.org Tue Apr 26 20:00:46 2011 Return-path: Envelope-to: gnu-emacs-bidi@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QEmZ2-0002dl-88 for gnu-emacs-bidi@m.gmane.org; Tue, 26 Apr 2011 20:00:44 +0200 Original-Received: from localhost ([::1]:57909 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEmZ1-00087J-Ri for gnu-emacs-bidi@m.gmane.org; Tue, 26 Apr 2011 14:00:43 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:46002) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEmYz-000848-G6 for emacs-bidi@gnu.org; Tue, 26 Apr 2011 14:00:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QEmYy-0004OD-6w for emacs-bidi@gnu.org; Tue, 26 Apr 2011 14:00:41 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:47873) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEmYy-0004O0-0P; Tue, 26 Apr 2011 14:00:40 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LK900A00TZS7200@a-mtaout20.012.net.il>; Tue, 26 Apr 2011 21:00:38 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.228.59.73]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LK9007B9U10CRL0@a-mtaout20.012.net.il>; Tue, 26 Apr 2011 21:00:38 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.166 X-BeenThere: emacs-bidi@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion of Emacs support for multi-directional text." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-bidi-bounces+gnu-emacs-bidi=m.gmane.org@gnu.org Original-Sender: emacs-bidi-bounces+gnu-emacs-bidi=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bidi:881 gmane.emacs.devel:138798 Archived-At: > From: Mohsen BANAN > Cc: Eli Zaretskii > Date: Tue, 26 Apr 2011 00:56:20 -0700 > > > Attached below is a quail file that I have > developed and have been using for a while. > > It is a transliteration input method for > Persian/Farsi. > > I'd like for it to become part of emacs24. > > Would you kindly please include it in emacs? Thanks. I think the two input methods should be in a single file called simply persian.el (in leim/quail subdirectory of the Emacs tree). More importantly, I think these contributions are large enough to require legal papers. Chong, is that right? > (provide 'quail-persian-translit) Emacs input methods do not define themselves as features, so I think this line should be deleted.