From mboxrd@z Thu Jan 1 00:00:00 1970 From: Feng Shu Subject: Re: [PATCH] Add guile-emacs! Date: Sat, 23 May 2015 15:26:39 +0800 Message-ID: <87twv3lpow.fsf@163.com> References: <87r3qo5idm.fsf@earlgrey.lan> <873830f2m0.fsf@earlgrey.lan> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54902) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yw404-0005lj-Jc for guix-devel@gnu.org; Sat, 23 May 2015 03:37:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yw3zz-0006Y2-Aq for guix-devel@gnu.org; Sat, 23 May 2015 03:37:40 -0400 Received: from m50-134.163.com ([123.125.50.134]:57565) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yw3zy-0006W9-8D for guix-devel@gnu.org; Sat, 23 May 2015 03:37:35 -0400 In-Reply-To: <873830f2m0.fsf@earlgrey.lan> (Christopher Allan Webber's message of "Wed, 13 May 2015 19:01:07 -0500") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org Cc: Feng Shu Christopher Allan Webber writes: > Okay, how about a version of guile-emacs that works and incorporates > feedback from this thread? Yeah? Anyone? > > Whoooooooooo guile-emacs! :) > I suggest add "emacs-snapshot" or "emacs-master-branch" package, then, define guile-emacs like this. #+BEGIN_SRC (define-public guile-emacs (package (inherit emacs-master-branch) ...)) #+END_SRC This can make package other emacs branch easier, for example: xwidget branch.