From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44473) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fY9i3-00025D-ES for guix-patches@gnu.org; Wed, 27 Jun 2018 08:38:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fY9hy-0003Aj-D7 for guix-patches@gnu.org; Wed, 27 Jun 2018 08:38:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57283) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fY9hy-0003Ab-7z for guix-patches@gnu.org; Wed, 27 Jun 2018 08:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fY9hx-0005xV-SW for guix-patches@gnu.org; Wed, 27 Jun 2018 08:38:01 -0400 Subject: [bug#31933] =?UTF-8?Q?=E2=80=98emacs-emms-next=E2=80=99?= supports JSON RPC Resent-Message-ID: From: Oleg Pykhalov References: <20180621171518.19058-1-ambrevar@gmail.com> <87r2kuo4oi.fsf@gmail.com> <87bmbxc1yc.fsf@gmail.com> <87vaa5f0pt.fsf@gmail.com> <877emkvb0p.fsf@gmail.com> Date: Wed, 27 Jun 2018 15:37:06 +0300 In-Reply-To: <877emkvb0p.fsf@gmail.com> (Pierre Neidhardt's message of "Wed, 27 Jun 2018 11:23:02 +0200") Message-ID: <87lgb0flsd.fsf_-_@gmail.com> 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: Pierre Neidhardt Cc: 31933@debbugs.gnu.org --=-=-= Content-Type: text/plain Hello Pierre, Pierre Neidhardt writes: > O my, I'm so sorry, I got terribly confused with all the updates happening and > got carried away into thinking that a new version of Emms had been released > since 5.0! :/ No problem, :-) > The changes I was referring to are still on master but there is no new release > since 5.0. Ah, now I see. Thank you for pointing on this. Seems that Yoni Rabkin recent patch series beginning are what I'm asking for. http://git.savannah.gnu.org/cgit/emms.git/commit/?id=55c83369162231b31433cd404466e5641cd90353 > That 3rd implementation of the mpv backend should answer all your > needs regarding the single-process RPC. > > So now: > > - Either we upgrade Emms to current master. There is no urgent need for it as > far as Guix is concerned. > > - Or we revert my patch. We can re-apply it later once a new version of Emms > has been released. A third option is to have emacs-emms-next package builded from a master branch, but we have a policy to stick to release versions. I'll use the following package recipe for myself unless somebody wants to have it in Guix package collection, too. Fill free to take and push it. (define-public emms-next (let ((commit "9f9a9b81f741692f2d188d1b46e72f2b6db8a9a1")) (package (inherit emms) (name (string-append (package-name emms) "-next")) (version (git-version (package-version emms) "1" commit)) (source (origin (inherit (package-source emms)) (uri (string-append "https://git.savannah.gnu.org/cgit/emms.git/snapshot/emms-" commit ".tar.gz")) (sha256 (base32 "1wg00dr35h9shs6782s20nds8razqibys9ipzi9aa2kb3yhkdp6q"))))))) Thanks, Oleg. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEc+OyAXw1EaDPCmAPckbhHGm3lWkFAlszhPIACgkQckbhHGm3 lWncYxAAwFjfLBHQTXTuvpORz0s5lDLkDpOBxg2tLXWub3xKgZ4BDP3w7WVhuqxP fM4sY1yWs5i9z4vOBclWe+4adu1m9p5RZXk0GKS55kq2wE/eoEDi9v/Tq6tDY7/F KG2GoxDMFEdVfd3Iz/WQWCUtHEFsHwHacjwM2bD0N4bl9Wtu5Wk2Xwb8Rty0A3uh k3EhrzPSNmrH/R4JqSES3mB7mNZchKWyBEzIB1907HaGzZfWfClo4fwE8oo/Vg5I gZwAu6tPYXFYQHpYupHHMpRH29Cet9cZ9NQDFjg61DPDx0PFtspcOfXyes+d/DLg i0dwG1+H86VY8SRsyrmHlTmFS/msP1E7tkU3nQlUsh8qXos4JzpE3rwqKN2Dj40C dLRifxL5WcRDUzEkTnBu8bhF6uX24CXAQVxLnHphqpL4YxHjukkJVlg+mcjRAN+U TuSoA0slyG1xQ1114rhZ7qEGNjL9pyeaZK3g6umSi+wxL7TxdYwkdVZldBwiO0aT l9VEPiQ5Ur6+3lIfouXJDdlA1QnyG8mFuKnSogqRogeLBvAHaVm2TW0NaH10IozH M65LW9kLg/t952IbQOFsf0mtVPuWoycmqhPeKQqF9K/VVgCcbs7nWN7R3/FNq2nt i77/6ZM5+r2+GKGP0kkSZYf1rkVQ8bWVznWV0J/gpZI67rT/E14= =2/ZT -----END PGP SIGNATURE----- --=-=-=--