From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46471) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fEIbK-0003cX-S6 for guix-patches@gnu.org; Thu, 03 May 2018 14:05:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fEIbG-0000M0-Ta for guix-patches@gnu.org; Thu, 03 May 2018 14:05:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40592) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fEIbG-0000Lv-PK for guix-patches@gnu.org; Thu, 03 May 2018 14:05:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fEIbG-0000Ko-ES for guix-patches@gnu.org; Thu, 03 May 2018 14:05:02 -0400 Subject: bug#31036: [PATCH] gnu: Add Emacs dumb-jump Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Arun Isaac In-Reply-To: <20180412065009.GA7920@sam> References: <20180403023403.GA4430@sam> <29a411b7.AL4AAAOBQdEAAAAAAAAAAAO0oB8AAAACwQwAAAAAAAW9WABaw7s5@mailjet.com> <20180409150008.GA10060@sam> <70DDB0B3-87D6-441A-AF01-FF245C3B6C9A@gmail.com> <20180411025055.GA21656@sam> <20180412065009.GA7920@sam> Date: Thu, 03 May 2018 23:34:04 +0530 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: Sohom Bhattacharjee Cc: 31036-done@debbugs.gnu.org I have pushed both packages emacs-noflet and emacs-dumb-jump. You had used the MELPA tarball for emacs-noflet. I replaced that with the upstream git repo. As Maxim noted, emacs-dumb-jump tests freeze. I pushed for now, without the tests. The missing "/bin/sh" problem was solved by setting the SHELL environment variable. I made many other small changes. Please look at the pushed commits in master for more information. Thanks!