From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleg Pykhalov Subject: bug#29106: Build loop after changing pulseaudio and emacs-ido-completing-read+ Date: Wed, 01 Nov 2017 17:47:29 +0300 Message-ID: <87a806caym.fsf@gmail.com> References: <87fu9ycbaa.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44689) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e9uJJ-0002Fh-QE for bug-guix@gnu.org; Wed, 01 Nov 2017 10:48:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e9uJG-0004TS-M3 for bug-guix@gnu.org; Wed, 01 Nov 2017 10:48:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:37470) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e9uJG-0004TG-Gj for bug-guix@gnu.org; Wed, 01 Nov 2017 10:48:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e9uJF-0007MR-Tu for bug-guix@gnu.org; Wed, 01 Nov 2017 10:48:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87fu9ycbaa.fsf@gmail.com> (Oleg Pykhalov's message of "Wed, 01 Nov 2017 17:40:29 +0300") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 29106@debbugs.gnu.org --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-emacs-ido-completing-read-Update-to-4.5.patch Content-Transfer-Encoding: quoted-printable From=209a012229f41d60610e37639363f3b513a3900465 Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov Date: Wed, 1 Nov 2017 15:58:48 +0300 Subject: [PATCH] gnu: emacs-ido-completing-read+: Update to 4.5. * gnu/packages/emacs.scm (emacs-ido-completing-read+): Update to 4.5. =2D-- gnu/packages/emacs.scm | 59 ++++++++++++++++++++--------------------------= ---- 1 file changed, 23 insertions(+), 36 deletions(-) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index ad96093c3..3607e00cb 100644 =2D-- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -3777,48 +3777,35 @@ restrict the text width to 80 characters.") (define-public emacs-ido-completing-read+ (package (name "emacs-ido-completing-read+") =2D (version "3.12") =2D (source (origin =2D (method url-fetch) =2D (uri (string-append "https://raw.githubusercontent.com" =2D "/DarwinAwardWinner/ido-ubiquitous/v" =2D version "/ido-completing-read+.el")) =2D (file-name (string-append "ido-completing-read+-" version = ".el")) =2D (sha256 =2D (base32 =2D "1cyalb0p7nfsm4n6n9q6rjmvn6adqc0fq8ybnlj3n41n289dkfjf"))= )) + (version "4.5") + (source + (origin + (method url-fetch) + (uri (string-append "https://github.com/" + "DarwinAwardWinner/ido-completing-read-plus" + "/archive/" "v" version ".tar.gz")) + (file-name (string-append "ido-completing-read+-" version ".el")) + (sha256 + (base32 + "00p6j3chyir3avdgbkb05hw4rr5xd1vyljfhn7pg67jx04z5a0f3")))) (build-system emacs-build-system) =2D (home-page "https://github.com/DarwinAwardWinner/ido-ubiquitous") =2D (synopsis "Replacement for completing-read using ido") + (propagated-inputs + `(("emacs-ido-completing-read+" ,emacs-ido-completing-read+) + ("emacs-s" ,emacs-s) + ("emacs-memoize" ,emacs-memoize))) + (home-page "https://github.com/DarwinAwardWinner/ido-completing-read-p= lus") + (synopsis "Use ido (nearly) everywhere") (description =2D "The ido-completing-read+ function is a wrapper for ido-completing-= read. =2DImportantly, it detects edge cases that ordinary ido cannot handle and e= ither =2Dadjusts them so ido can handle them, or else simply falls back to the st= andard =2DEmacs completion function instead.") + "@code{emacs-ido-completing-read+} provides ido-style completion for +almost every function that uses the standard completion function +completing-read.") (license license:gpl3+))) =20 (define-public emacs-ido-ubiquitous + ;; Preserve for people already uses `emacs-ido-ubiquitous' (package =2D (name "emacs-ido-ubiquitous") =2D (version "3.12") =2D (source (origin =2D (method url-fetch) =2D (uri (string-append "https://raw.githubusercontent.com" =2D "/DarwinAwardWinner/ido-ubiquitous/v" =2D version "/ido-ubiquitous.el")) =2D (file-name (string-append "ido-ubiquitous-" version ".el")) =2D (sha256 =2D (base32 =2D "197ypji0fb6jsdcq40rpnknwlh3imas6s6jbsvkfm0pz9988c3q2"))= )) =2D (build-system emacs-build-system) =2D (propagated-inputs =2D `(("emacs-ido-completing-read+" ,emacs-ido-completing-read+))) =2D (home-page "https://github.com/DarwinAwardWinner/ido-ubiquitous") =2D (synopsis "Use ido (nearly) everywhere") =2D (description =2D "Ido-ubiquitous enables ido-style completion for almost every funct= ion =2Dthat uses the standard completion function completing-read.") =2D (license license:gpl3+))) + (inherit emacs-ido-completing-read+) + (name "emacs-ido-ubiquitous"))) =20 (define-public emacs-yaml-mode (package =2D-=20 2.14.3 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEc+OyAXw1EaDPCmAPckbhHGm3lWkFAln53oEACgkQckbhHGm3 lWmrgg/+Matir+koJpO5o7qTcWkKjn+zc2vC2Z+xCHpdbEVPAWp2ym4OHooqvIU5 LoyMjdWpQU5BLiQn3we2OQHTDduvQiy6bnj4zjZmKASi+wuJbLWV60ng4JP1TJra ieZdXlSkCb8xlc6/bGo7DlHF+8ScUed2TN3/W+bQbDv9SO7yFVcBi8RyfM1D6Ldp VcEBopYOMgpk3YuftOseT255cAGY6meAWMdKZmsbhczpwud/L6xIrWm7Hg3HdqK6 BrUxSpbw/xvLv6pd/UgCDpSrqlq7hyMJvrgNBQH/0OiSx8yCOqb6Sy0NcRnEGU2A VTcI0znF6OPkCcFfkIcVq5aFWhRO7i7DFPoMU2lxArYOjK6YWqnblFYt/qF69sgy Wt299xcvf5HnullGVkB503JJ+l0WspNrKxAR3VZvVuh0uJh5oMbXjIjhDhPACbIA E4Gq58/QCPXr6Qo64yvRYc/x71+oSZBnWyqpPaT4heoa9nLuc7jUZ2JuAK33Y2r3 qmtMu5WVA90S7dq+XiRazkwtu+QRQVgH5ugZ7zmD4ZyeJsH9fz6UlqxeueuEugyh 1TGPRtsX/L6tabNLiyQ6s2M0TMaFpwBngS3wl9XyJCtebXs/lCAPUErPCViFpKhM Mm5SqcbJY23F5QcL3ZRB5vikBGFGMs3HRUESw28O1QOvpZasy0E= =+ibt -----END PGP SIGNATURE----- --==-=-=--