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: adding Lakota keyboard layouts Date: Tue, 18 May 2021 14:24:47 +0300 Message-ID: <83sg2ks2rk.fsf@gnu.org> References: <87bl98vng2.fsf@churls.world> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36084"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Grant Shoshin Shangreaux Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue May 18 13:25:27 2021 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 1lixqo-00097T-J1 for ged-emacs-devel@m.gmane-mx.org; Tue, 18 May 2021 13:25:26 +0200 Original-Received: from localhost ([::1]:59014 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lixqn-00070k-DM for ged-emacs-devel@m.gmane-mx.org; Tue, 18 May 2021 07:25:25 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34044) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lixq9-0006Hm-Ft for emacs-devel@gnu.org; Tue, 18 May 2021 07:24:45 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:60166) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lixq7-0002Op-Mt; Tue, 18 May 2021 07:24:43 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2685 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lixq7-0001zu-7n; Tue, 18 May 2021 07:24:43 -0400 In-Reply-To: <87bl98vng2.fsf@churls.world> (message from Grant Shoshin Shangreaux on Mon, 17 May 2021 20:29:49 -0500) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.emacs.devel:269444 Archived-At: > From: Grant Shoshin Shangreaux > Date: Mon, 17 May 2021 20:29:49 -0500 > > I've created some keyboard layouts for the Lakota language using > quail-define-package and quail-define-rules. I'd like to commit them to > Emacs itself, and would appreciate any suggestions or best practices for > adding them. It looks like they might belong in the lisp/international/ > directory? It should be in lisp/leim/quail/. Lakota uses the Latin script, right? So I think your input method(s) should be in the latin-*.el files, depending on whether they are prefix or postfix. Does that sound right? > If I understand the contribution guide correctly, I can send the patch > to the bugs list. I have FSF assignment straightened out. Thanks in > advance for any advice! Thanks. As Robert said, please read CONTRIBUTE and format accordingly. We generally prefer the patches to be formatted by "git format-patch" relative to the current master branch, if that is feasible for you.