From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 3/3] gnu: Add emacs-ledger-mode. Date: Sat, 7 May 2016 18:23:35 -0400 Message-ID: <20160507222335.GB16592@jasmine> References: <1462646529.1130971.601020129.0AC4E2B2@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46514) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azAdZ-0007R1-65 for guix-devel@gnu.org; Sat, 07 May 2016 18:23:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1azAdX-0004Cb-4q for guix-devel@gnu.org; Sat, 07 May 2016 18:23:48 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:58282) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azAdU-0004BT-Qs for guix-devel@gnu.org; Sat, 07 May 2016 18:23:47 -0400 Content-Disposition: inline In-Reply-To: <1462646529.1130971.601020129.0AC4E2B2@webmail.messagingengine.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Alex Griffin Cc: guix-devel@gnu.org On Sat, May 07, 2016 at 01:42:09PM -0500, Alex Griffin wrote: > This is the Emacs mode for manipulating ledger files. Technically it > depends on ledger but it would have need to be a propagated input, so I > didn't include that. Maybe I should have? I don't know. Somebody else will have to test that this works; I don't know enough about Emacs to try it. > * gnu/packages/emacs.scm (emacs-ledger-mode): New variable. > + (package > + (name "emacs-ledger-mode") > + (version "3.1.1") > + (source (origin Would it be appropriate to use (package-version ledger) and (package-source ledger), as in the package definition of tocc? That way, updating ledger would automatically update emacs-ledger-mode as well.