From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id UF2lEZkW014fXwAA0tVLHw (envelope-from ) for ; Sun, 31 May 2020 02:29:45 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id +OqMDZkW016GWAAA1q6Kng (envelope-from ) for ; Sun, 31 May 2020 02:29:45 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id A39479401AD for ; Sun, 31 May 2020 02:29:44 +0000 (UTC) Received: from localhost ([::1]:44742 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jfDjK-0002l2-4q for larch@yhetil.org; Sat, 30 May 2020 22:29:42 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37788) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jfDjD-0002ks-H0 for help-guix@gnu.org; Sat, 30 May 2020 22:29:35 -0400 Received: from mail-qt1-x843.google.com ([2607:f8b0:4864:20::843]:43421) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jfDjC-0003D5-M6 for help-guix@gnu.org; Sat, 30 May 2020 22:29:35 -0400 Received: by mail-qt1-x843.google.com with SMTP id j32so5154983qte.10 for ; Sat, 30 May 2020 19:29:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=qicM329q348MxQJkqXsqt8CsPXnD9cSjb7HTIj+cOMo=; b=Z9L4/Wue3biHtjWf/RwBZUL5YxssgPJlgyOcSXR5bAiP5jnYNh/7olQsBTkWmoaF+7 zpYP8Sqzf08kaE0R0m4kKve7zFesvICXuuf94Ha1t80KisfwZxEZU4KdK+S3dxsmigiW sLxjYkGPpMPEXxzsSybRZP9abXkBGLvN3UJiiVyVpe9PqwUKkw1C18An5uq5wsO2KEIB 2D1JE3AU10md8fNiguW0YunK+nHfMKbt6wsTTXj8NoGDj+HeWen0Q1AtIggjUBTvh6q0 ATjEnce7mh2afNVCvyTVSZMtqZQAcqUXOPHnI67Hf+CZ0MIpvkWdVXONf2K6+bnxPHFC 2tlg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=qicM329q348MxQJkqXsqt8CsPXnD9cSjb7HTIj+cOMo=; b=LNCsYlBlKU8o5AJwx/9MvAZTyWItheBBtMQ0ZUVcPGnJw6/442XRBbLfQ5vO/4D6Q6 ZXeCztHH7+RiG/LifQsSz1EbHJ5m7cn7mVq9OteOA71DY1ReE7CbD/wPnLtq+Q+eJduq tBTbRfm5LwC8JShRU0hm4Z1doVqWu1ZljKsfvD976x6ATOe1P6yMeOaGW9P/4XlYinc6 ZKaiIM4obd/+AVBZ33n06REHR0rNTxMKys/OazBSPpWDcwwH1BrTV1Q7K48rCiJ8k8jM SM8b9KAxmBXB7WnY9Yx9YROi6HQBvBIw6eAq6Pqw2UF3Q0STzv9S8rYJxfIynFh3AoX/ 0ARg== X-Gm-Message-State: AOAM533n2LTMFiqyFF1iTkK2DJ6E46cMzS7vKG8wnWW5ccK/dffWlJYC pTp0TKPDjnQFMuntjZhQHn/ifD+75+zTWQ== X-Google-Smtp-Source: ABdhPJzGzBnslXF7QC2WNcptf8g7vIqeIEFgflCYqwG92OTAgleuzrPgnyuGu6AhHmRXU1IuKXCOMA== X-Received: by 2002:ac8:34d0:: with SMTP id x16mr16458641qtb.300.1590892172999; Sat, 30 May 2020 19:29:32 -0700 (PDT) Received: from hurd (dsl-10-141-140.b2b2c.ca. [72.10.141.140]) by smtp.gmail.com with ESMTPSA id p38sm12389247qtp.60.2020.05.30.19.29.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 30 May 2020 19:29:32 -0700 (PDT) From: Maxim Cournoyer To: Fredrik Salomonsson Subject: Re: Questions about guix handling emacs packages References: Date: Sat, 30 May 2020 22:29:31 -0400 In-Reply-To: (Fredrik Salomonsson's message of "Mon, 25 May 2020 13:12:47 -0700") Message-ID: <87v9kcx2es.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2607:f8b0:4864:20::843; envelope-from=maxim.cournoyer@gmail.com; helo=mail-qt1-x843.google.com X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: help-guix Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=fail (rsa verify failed) header.d=gmail.com header.s=20161025 header.b=Z9L4/Wue; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: 0.09 X-TUID: xCELZgCKGsSv Hello! Fredrik Salomonsson writes: [...] > - emacs-magit: > > This is just a minor thing. But the highlight/diff in the magit buffer > is more of a tight fit, which looks ugly. Where as if I use magit from > melpa the highlight/diff is a straight block. I've attached a screenshot > on how this looks. Left is emacs-magit, right is melpa magit. I'm not sure why that could be, but I merged a newer version of Magit recently. If you guix pull now and upgrade your packages, you should get the new one. I also can recommend to stick to using just Emacs packages from Guix, and contributing the missing ones you encounter (as you found out, it's relatively simple, and fun! :-)). This way you are sure to use packages that were byte compiled for your Emacs version. Maxim