unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Jack Hill <jackhill@jackhill.us>
Cc: 41016-done@debbugs.gnu.org
Subject: bug#41016: [PATCH] gnu: emacs-next: Upgrade to 27.0.91.
Date: Tue, 05 May 2020 23:47:00 +0200	[thread overview]
Message-ID: <87mu6mjbqj.fsf@gnu.org> (raw)
In-Reply-To: <alpine.DEB.2.20.2005041701030.5735@marsh.hcoop.net> (Jack Hill's message of "Mon, 4 May 2020 17:03:15 -0400 (EDT)")

Hi,

Jack Hill <jackhill@jackhill.us> skribis:

> On Mon, 4 May 2020, Ludovic Courtès wrote:
>
> […]
>
>>> -         ,@(package-inputs emacs)))
>>> +         ;; Emacs no longer uses ImageMagick by default
>>> +         ;; https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-27.0.91&id=c36c5a3dedbb2e0349be1b6c3b7567ea7b594f1c#n102
>>> +         ,@(let ((package-eq? (lambda (symbol input-item)
>>> +                                (match input-item
>>> +                                  ((name package)
>>> +                                   (eq? symbol package))))))
>>> +             (delete imagemagick (package-inputs emacs) package-eq?))))
>>
>> For simplicity, we’d typically write:
>>
>>  (alist-delete "imagemagick" (package-inputs emacs))
>
> Thanks for the tip!
>
>> I can do it for you if you want, thanks!
>
> Sure, please go ahead.

Done, thanks!

Ludo’.




  reply	other threads:[~2020-05-05 21:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-02  4:26 [bug#41016] [PATCH] gnu: emacs-next: Upgrade to 27.0.91 Jack Hill
2020-05-04 21:00 ` Ludovic Courtès
2020-05-04 21:03   ` Jack Hill
2020-05-05 21:47     ` Ludovic Courtès [this message]
2020-05-05 22:51       ` Jack Hill
2020-05-10 20:15         ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mu6mjbqj.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=41016-done@debbugs.gnu.org \
    --cc=jackhill@jackhill.us \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).