From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Grant Shoshin Shangreaux Newsgroups: gmane.emacs.devel Subject: adding Lakota keyboard layouts Date: Mon, 17 May 2021 20:29:49 -0500 Message-ID: <87bl98vng2.fsf@churls.world> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14673"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue May 18 04:20:30 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 1lipLP-0003aw-Pm for ged-emacs-devel@m.gmane-mx.org; Tue, 18 May 2021 04:20:30 +0200 Original-Received: from localhost ([::1]:60152 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lipLO-0002rm-OC for ged-emacs-devel@m.gmane-mx.org; Mon, 17 May 2021 22:20:26 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59884) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lioYa-0002bm-JS for emacs-devel@gnu.org; Mon, 17 May 2021 21:30:01 -0400 Original-Received: from out0.migadu.com ([2001:41d0:2:267::]:39171) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lioYX-0003iG-MD for emacs-devel@gnu.org; Mon, 17 May 2021 21:30:00 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=churls.world; s=key1; t=1621301392; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=aelXXl87JVUI5mx95FJPJKrdRyy1G5ECTGrdqz7lq+M=; b=OFpCfW6nWUEro7xFBfIjKsh9vFez5kmwHzhMdqAEhJZW3Ck+0T+zPkMxK3E90uOmMoyzSm 1fTZiT7Eiaq/vNQxCr1kSG63IBfVUechHDyRwJfXhpcKrkmhm1KRYtnr/OfWmp2eLmTVly qRLSRLDdL0eH8aRPCwPO0pQ4wvM5XBSiKdhdtlncnQJV6eeJjwE7gG5flMrLM9OYm9qcKR Bo8kcUibNjCcrEMhrXxxZgEyr7mjSEsftbs7fJUKfNoIUo366aCedlTx4WOYCTaVE9MogZ BbHm73N4CoeWkq9rmMQ2aSla/v3T4njJhMo2Rk2z6mq3vvFAvpVtD6d+wdvunw== X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: grant@churls.world Received-SPF: pass client-ip=2001:41d0:2:267::; envelope-from=grant@churls.world; helo=out0.migadu.com X-Spam_score_int: 15 X-Spam_score: 1.5 X-Spam_bar: + X-Spam_report: (1.5 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.499, FROM_SUSPICIOUS_NTLD_FP=1.13, PDS_OTHER_BAD_TLD=1.999, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Mon, 17 May 2021 22:19:11 -0400 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:269430 Archived-At: Hello emacs-devel, 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? 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! -Grant