From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Re: Programmer dvorak input method Date: Tue, 8 Dec 2015 00:14:04 +0000 Message-ID: References: <87fuze9zuu.fsf@fastmail.com> <877fkq9s1u.fsf@fastmail.com> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1449533657 4973 80.91.229.3 (8 Dec 2015 00:14:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 8 Dec 2015 00:14:17 +0000 (UTC) To: Joakim Jalap , emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 08 01:14:13 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1a65v1-0000Xd-67 for ged-emacs-devel@m.gmane.org; Tue, 08 Dec 2015 01:14:11 +0100 Original-Received: from localhost ([::1]:57110 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a65v0-0002n8-BV for ged-emacs-devel@m.gmane.org; Mon, 07 Dec 2015 19:14:10 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a65uw-0002mK-9a for emacs-devel@gnu.org; Mon, 07 Dec 2015 19:14:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a65uv-0006mo-5H for emacs-devel@gnu.org; Mon, 07 Dec 2015 19:14:06 -0500 Original-Received: from mail-lf0-x22d.google.com ([2a00:1450:4010:c07::22d]:33077) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a65uu-0006mh-V1 for emacs-devel@gnu.org; Mon, 07 Dec 2015 19:14:05 -0500 Original-Received: by lfaz4 with SMTP id z4so2315751lfa.0 for ; Mon, 07 Dec 2015 16:14:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=7QAw6GPRmdPCSxBHmRjS/gWeN17ZQj7kUOizxFcnBrU=; b=w53s1YFsC6QYodjTIHuTGpCsEc5dTcw1xhcjwye4t7TEhQtRMqHSz622tVRTgPFoBt 7Eg3ycrSr+f9/PUCzsT3pop3zDauX4E3dZAUBuuFhaBQbL3ADxpB594udmeiy+jdxgQ5 cvJ39S1/RwMqwMLcquR9BoFz9E4nnwctImMWDUtbaA/Q0D9lQZbKlgvhxmG+1g5gH4yB W7AaHoP77j6rLg+8ITP17Z6zTiZXNp6dTkX32afD1d7DT8jqnLyDdDSGbRuMv38J7y4M hJwXhetNLYtmJiBEez5Kxc45zWz2FctVaskIHE/LbRpFIpvHGT0AqTyICKWthiLeLJYN 5hAQ== X-Received: by 10.25.18.92 with SMTP id h89mr242814lfi.54.1449533644158; Mon, 07 Dec 2015 16:14:04 -0800 (PST) Original-Received: by 10.112.202.99 with HTTP; Mon, 7 Dec 2015 16:14:04 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: P6rmriX_iSGMeiuDEOmmhyTCAe0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a00:1450:4010:c07::22d X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:195976 Archived-At: I think the package also needs a line that looks like this: ;;;###autoload(register-input-method "programmers-dvorak" "English" 'quail-use-package "DVP@" "English (ASCII) input method for programmers Dvorak layout." "programmer-dvorak") IIUC, this should ensure that the input-method is available just by installing the package, while the package won't be loaded until the method is actually activated. 2015-12-07 15:57 GMT+00:00 John Wiegley >>>>>> Joakim Jalap writes: > >> Yes, I guess. I don't really know where input methods fit best? >> If it is for GNU ELPA, should I put [ELPA] in the subject? > > Just letting me know is enough. > >>> Have you signed a copyright assignment over to the FSF yet for this >>> package? > >> Yes, I have! > > Excellent, thank you for your contribution! We'll add this to ELPA. It may > move into core in future, but ELPA is a good place to start for new modules. > > -- > John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F > http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 >