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

[-- Attachment #1: Type: text/plain, Size: 812 bytes --]

Ludo’

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.

Best,
Jack

  reply	other threads:[~2020-05-04 21:04 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 [this message]
2020-05-05 21:47     ` bug#41016: " Ludovic Courtès
2020-05-05 22:51       ` [bug#41016] " 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=alpine.DEB.2.20.2005041701030.5735@marsh.hcoop.net \
    --to=jackhill@jackhill.us \
    --cc=41016@debbugs.gnu.org \
    --cc=ludo@gnu.org \
    /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).