From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56841) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d8AyQ-0007Qw-E3 for guix-patches@gnu.org; Tue, 09 May 2017 15:39:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8AyM-0007ko-D5 for guix-patches@gnu.org; Tue, 09 May 2017 15:39:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:60077) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d8AyM-0007kj-80 for guix-patches@gnu.org; Tue, 09 May 2017 15:39:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d8AyL-0005pj-Ve for guix-patches@gnu.org; Tue, 09 May 2017 15:39:01 -0400 Subject: bug#26802: Single source file emacs packages get a ".el.el" extension Resent-Message-ID: From: Alex Kost References: <05a79dd0.AEAAJ6TpV0QAAAAAAAAAAAOtUOAAAAACwQwAAAAAAAW9WABZDccC@mailjet.com> Date: Tue, 09 May 2017 22:38:36 +0300 In-Reply-To: <05a79dd0.AEAAJ6TpV0QAAAAAAAAAAAOtUOAAAAACwQwAAAAAAAW9WABZDccC@mailjet.com> (Arun Isaac's message of "Sat, 06 May 2017 18:21:56 +0530") Message-ID: <87wp9pbz2b.fsf@gmail.com> 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: Arun Isaac Cc: 26802@debbugs.gnu.org Arun Isaac (2017-05-06 18:21 +0530) wrote: > Single source file emacs packages (such as emacs-goto-chg, > emacs-transpose-frame, emacs-key-chord, etc.) get installed with a > double extension (".el.el"). This patch fixes that. Actually, this patch will break most of the single-file packages. Try, for example, the following command with your patch: guix build emacs-adaptive-wrap As you can see, the elisp file is called "adaptive-wrap" instead of "adaptive-wrap.el". I would rather suggest to fix the packages you mentioned (emacs-key-chord, etc.) to add 'file-name' field as it is done for the other single-file packages (emacs-web-mode, emacs-yaml-mode, etc.) -- Alex