From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: emacs package Date: Fri, 19 Sep 2014 10:07:25 +0200 Message-ID: <20140919080725.GA21865@debian.surfnet.iacbox> References: <87y4tliahf.fsf@gnu.org> <87r3zabohm.fsf@gnu.org> <8738bp16k4.fsf@gnu.org> <87lhpgoxjp.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52579) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUtEJ-0007FG-AH for guix-devel@gnu.org; Fri, 19 Sep 2014 04:07:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XUtEB-0000ae-8R for guix-devel@gnu.org; Fri, 19 Sep 2014 04:07:47 -0400 Content-Disposition: inline In-Reply-To: <87lhpgoxjp.fsf@gnu.org> 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: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org, Federico Beffa On Fri, Sep 19, 2014 at 09:54:18AM +0200, Ludovic Courtès wrote: > Emacs switched back to GTK+ 2 in commit 8b0275b6, but I forgot why. > Andreas, do you remember the reason? This was the moment when I added gtk+-3, so all packages previously compiled with gtk+ = gtk+-2 were now compiled with gtk+ = gtk+-3. I reverted a bunch of packages to gtk+-2 since apparently there were build problems (which could simply mean missing an appropriate configure flag, which I did not check). So if emacs plays well with gtk+-3, it would be a good idea to upgrade. Andreas