From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Allan Webber Subject: Re: [PATCH] Add guile-emacs! Date: Sat, 23 May 2015 12:21:28 -0500 Message-ID: <87a8wv2oqr.fsf@earlgrey.lan> References: <87r3qo5idm.fsf@earlgrey.lan> <873830f2m0.fsf@earlgrey.lan> <87twv3lpow.fsf@163.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36926) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwD75-0005jv-UZ for guix-devel@gnu.org; Sat, 23 May 2015 13:21:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YwD74-00057X-Vk for guix-devel@gnu.org; Sat, 23 May 2015 13:21:31 -0400 Received: from [2600:3c02::f03c:91ff:feae:cb51] (port=43210 helo=dustycloud.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwD74-00057S-Qw for guix-devel@gnu.org; Sat, 23 May 2015 13:21:30 -0400 In-reply-to: <87twv3lpow.fsf@163.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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Feng Shu Cc: guix-devel@gnu.org Feng Shu writes: > 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. It's a good idea... I'd love to be able to check out emacs master more easily. However I don't have time to do it right now myself.