From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:51374) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iXA0j-0005zM-D5 for guix-patches@gnu.org; Tue, 19 Nov 2019 15:22:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iXA0i-0007BV-6L for guix-patches@gnu.org; Tue, 19 Nov 2019 15:22:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:39749) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iXA0h-0007BB-Sh for guix-patches@gnu.org; Tue, 19 Nov 2019 15:22:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iXA0f-00084R-WA for guix-patches@gnu.org; Tue, 19 Nov 2019 15:22:03 -0500 Subject: [bug#38272] [PATCH] gnu: Add emacs-openwith. Resent-Message-ID: From: Marius Bakke In-Reply-To: <6928567c-cd7f-40d9-be83-64aae9cc9cac@www.fastmail.com> References: <6928567c-cd7f-40d9-be83-64aae9cc9cac@www.fastmail.com> Date: Tue, 19 Nov 2019 21:21:01 +0100 Message-ID: <875zjfaa8i.fsf@devup.no> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: David Wilson , 38272@debbugs.gnu.org --=-=-= Content-Type: text/plain "David Wilson" writes: > Hi Guix! > > This patch adds the "openwith" package for Emacs to make it easier to launch external applications for configured file types. I've tested the package and run it through "guix lint", all looks good. Thanks! [...] > +(define-public emacs-openwith > + (let ((commit "1dc89670822966fab6e656f6519fdd7f01e8301a") > + (revision "0")) > + (package > + (name "emacs-openwith") > + (home-page "https://github.com/emacsmirror/openwith") The actual home page is here according to the README: https://bitbucket.org/jpkotta/openwith [...] > + (synopsis "Emacs") This synopsis is a bit short. :-) > + (description > + "This package enables external applications to be launched for > +configured file types when you use commands like @code{find-file}, etc.") Maybe "This package lets you associate file name patterns with external applications that are automatically invoked when you use commands like @code{find-file}, etc". Dunno, YMMV :-) It just wasn't clear to me how it worked (and how to interpret the "etc") without the extra context. Can you send an updated patch? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl3UTq0ACgkQoqBt8qM6 VPqzrQgAyk5hlXFULyT/6uvXHw+TOpkjQS6Z+CvkhjehSbgE22ujnTOvWLgR4Wji RFezIbRCOZi6L3KbvqoBJAl8PCpH4d+W7NwpLT7RGKVa34c+LsbgLNiZzzNYjFNu 8PNRQOjCJDkaScSTQpH1G5TJYvC8vWSlrPXgtzdSHe/IFghN+bPbMbFiM9N3sYVx tWQcr56T66EwH+ZFEahh6zlgOE+MHYGiZDV/OAsUpzqRashcksgkl9XpuDvyFzj4 /gvppDtnpNc1XiUeYK+oFNjUmw7BSq+yQnheFNwniw/NfLKHSZtyBqRtLQjd5ccc yO1JOTNp2BmaB6cmUyjMFKRH0JEuoA== =5IWx -----END PGP SIGNATURE----- --=-=-=--