From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Philip K." Newsgroups: gmane.emacs.devel Subject: Re: [ELPA] New package: shell-command+ Date: Sat, 26 Sep 2020 11:38:40 +0200 Message-ID: <87sgb427z3.fsf@posteo.net> References: <20200925233818.qtshrgoyjesg547h@Ergus> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23052"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Ergus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Sep 26 11:39:30 2020 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 1kM6fx-0005qk-VQ for ged-emacs-devel@m.gmane-mx.org; Sat, 26 Sep 2020 11:39:29 +0200 Original-Received: from localhost ([::1]:38234 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kM6fx-00014E-2T for ged-emacs-devel@m.gmane-mx.org; Sat, 26 Sep 2020 05:39:29 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45256) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kM6fH-0000Tl-UU for emacs-devel@gnu.org; Sat, 26 Sep 2020 05:38:48 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]:48177) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kM6fF-0002bz-Oi for emacs-devel@gnu.org; Sat, 26 Sep 2020 05:38:47 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 4D9022400FC for ; Sat, 26 Sep 2020 11:38:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1601113121; bh=wVEX04hXG9qn457fNtSwvEQqBJPOD/fMbunb9S4/ezM=; h=From:To:Cc:Subject:Date:From; b=XlMiipmmzVBbyMX+A/mNvBOsrRaRFmbT/3l5dkzpJwemhCRagglWJTMjOQpZs9Tos rYSpJNt9IGtSxTOPLZtZodxFJKli6th+SSUSY9dcHPdddiYf4Bkdml3LqKTPLCsV24 36oiKYFTjbBDrNoMJ0dGe0rdiUx9k3hU1BXzEX5d36GzdavjXrxFuqdHQplp32QOF8 9KVCIHqRveUXtVnQbmWeo9j2zK9i1WRwQiZU7N9w13GPhicoNBI9eexNpRO3o0N9BQ cHcNjVFgd8QJAG3Hh2WAPVWpcMVH0F8Sg+wvq9UgZuDd97G9c7Ie0PUqX4FABNJHLT LYcLNzgfo2dnA== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Bz3cw5Cprz9rxX; Sat, 26 Sep 2020 11:38:40 +0200 (CEST) In-Reply-To: <20200925233818.qtshrgoyjesg547h@Ergus> (message from Ergus on Sat, 26 Sep 2020 01:38:18 +0200) Received-SPF: pass client-ip=185.67.36.66; envelope-from=philipk@posteo.net; helo=mout02.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/26 05:38:41 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:256449 Archived-At: Ergus writes: > May I suggest (in spite of it is very simple) you to add the > configuration lines in the Readme and package description for new users? > > If you want to add also the use-package config I have this in my init > file too: > > (use-package bang > :ensure t > :bind ("M-!" . bang)) The README for bang still has a line like this, but I removed it for shell-command+, as use-package isn't in ELPA. My hope was that the line `shell-command+' is a `shell-command' substitute would be enough, but maybe (global-set-key (kbd "M-!") #'shell-command+) would help? shell-command+ is auto-loaded, so it should be the same, and anyone using use-package or similar packages should be able to translate this into their language. The only issue is that I can't commit anything to the ELPA repo, who would I have to contact to request that access? -- Philip K.