From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: Re: emacs package Date: Tue, 16 Sep 2014 09:38:15 +0200 Message-ID: References: <87y4tliahf.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43124) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTnLG-0006P9-Nr for guix-devel@gnu.org; Tue, 16 Sep 2014 03:38:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XTnLA-0006zk-AM for guix-devel@gnu.org; Tue, 16 Sep 2014 03:38:26 -0400 In-Reply-To: <87y4tliahf.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: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: guix-devel@gnu.org On Mon, Sep 15, 2014 at 9:55 AM, Ludovic Court=C3=A8s wrote: > Federico Beffa skribis: > >> I've installed guix 0.7 and its emacs package (and updated with "guix >> pull" and "guix package -u"). When I start emacs I get the following >> message: >> >> Gtk-Message: Failed to load module "canberra-gtk-module" >> GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings >> will not be saved or shared with other applications. > > It looks like a mere warning, not a fatal error, right? > Correct, it is not a fatal error. > FWIW I don=E2=80=99t see it on the whole Guix system here. > >> I'm on Debian 7.6 with the packages libcanberra-gtk-module and >> libcanberra-gtk3-module. I've noticed that guix provides a libcanberra >> package. Should I install that one as well? If yes, shouldn't the >> emacs package install it automatically? Is it possible to make emacs >> find the system installed libcanberra library? > > Using the host distro=E2=80=99s libcanberra would likely fail in unexpect= ed > ways. > > Perhaps the solution would be to add libcanberra as an input to the > =E2=80=98emacs=E2=80=99 package, in emacs.scm. Would you like to try tha= t? > I will try out. Regards, Fede