From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Input method for Tifinagh (alphabet of the Berber language) Date: Fri, 13 Sep 2024 09:07:49 +0300 Message-ID: <8634m4krwq.fsf@gnu.org> References: <86v817j0o1.fsf@gnu.org> <86msm42raw.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32872"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Adam Oudad Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Sep 13 08:08:47 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sozU7-0008Nc-ML for ged-emacs-devel@m.gmane-mx.org; Fri, 13 Sep 2024 08:08:47 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sozTJ-0008O5-TD; Fri, 13 Sep 2024 02:07:58 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sozTF-0008Nj-Hz for emacs-devel@gnu.org; Fri, 13 Sep 2024 02:07:54 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sozTF-0006eK-8E; Fri, 13 Sep 2024 02:07:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=Xu9pM2IPON4G9ajq8SRnCeM1hQHw4bQbgB/d6rDZr5g=; b=JtDaW5UISZU9 RYzGo+7LbRFLzefIPfRcUDK9Qn3m0Q/JYkFVEnteI8heWJIaLZtXlS94OheWoK9FHpJP10fIoq5xP usCoN9aelYY/mq9RhWMsBSK13T4yBR5YcJrLF/lv6TPSJCy+rGbAmm9ch0SZjZ3lAErEd2tCthP8K /BGDUdLxEM/0WOTAp10JDPNUhi43ffxDiTj7JlJ8AEZosxrMAt8PENYsMXO/c8s1P+XlSIuKFGZZD t4yljbTARa91qejL8VTp5IDYPz50wqME/EAhAzVJSHOq4fLCtgyxEGpbjl4WRAxbluqcJzIJD0IrI R9kH8YtYXz9/3eiZtTf/fw==; In-Reply-To: (message from Adam Oudad on Fri, 13 Sep 2024 08:37:17 +0900) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:323572 Archived-At: > From: Adam Oudad > Date: Fri, 13 Sep 2024 08:37:17 +0900 > Cc: emacs-devel@gnu.org > > I am very sorry for my late reply. I had to take a few months off for personal reasons. > > Thanks for your great feedback. > > Eli, you told me about the copyright paperwork, which I am interested in doing, so could you please send me > the form you mentioned? Form sent off-list. But this contribution was small enough to accept without copyright assignment, so I've already installed it on the master branch. > What I can do now is address the issues you guys pointed out and come back with a more "professional" > looking commit. Thanks, but the code is already installed. If you want to improve the Tifinagh support, I suggest that you check out the master branch of the Emacs Git repository, and start from what we already have there for Tifinagh. Thanks.