From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34463) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f57Kl-0001R8-66 for guix-patches@gnu.org; Sun, 08 Apr 2018 06:14:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f57Kk-0001vE-D7 for guix-patches@gnu.org; Sun, 08 Apr 2018 06:14:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34024) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f57Kk-0001uy-8t for guix-patches@gnu.org; Sun, 08 Apr 2018 06:14:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f57Kj-0003mP-VP for guix-patches@gnu.org; Sun, 08 Apr 2018 06:14:02 -0400 Subject: [bug#31056] [PATCH] gnu: emacs-org: fix byte compilation Resent-Message-ID: From: Konrad Hinsen In-Reply-To: <87vad54yz2.fsf@nicolasgoaziou.fr> References: <87tvsrcgly.fsf@gnu.org> <87vad54yz2.fsf@nicolasgoaziou.fr> Date: Sun, 08 Apr 2018 12:13:50 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain 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: Nicolas Goaziou , Ludovic =?UTF-8?Q?Court=C3=A8s?= , 31056@debbugs.gnu.org Hi Nicolas, Thanks for your comments! > IMO, compiling a dedicated Emacs only for Org seems a bit overkill. True, but then most users will get emacs-org as a substitute, so the main impact is on the build farms. > I'd rather have it fixed upstream than papering over the problem. The problem has been around for years, so I have given up hope for an upstream fix. Emacs 26 will include org-mode 9, so the problem will go away when release 26 becomes official. I doubt anyone will work on a fix in the meantime. Concerning Guix, the question is if we care about fixing the bug before switching to Emacs 26. The number of users concerned may be small (it's only org-babel that is affected, not the more widely used PIM functionality of org-mode), but for those users it's a show-stopper. If I invested much time into this patch, it's because I cannot work without it. Konrad.