From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: emacs package Date: Sat, 20 Sep 2014 22:28:20 +0200 Message-ID: <87fvfm595n.fsf@gnu.org> References: <87y4tliahf.fsf@gnu.org> <87r3zabohm.fsf@gnu.org> <8738bp16k4.fsf@gnu.org> <87lhpgoxjp.fsf@gnu.org> <87fvfm8m4f.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]:35626) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XVRGi-0002z9-LT for guix-devel@gnu.org; Sat, 20 Sep 2014 16:28:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XVRGd-0004Zs-7k for guix-devel@gnu.org; Sat, 20 Sep 2014 16:28:32 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:52017) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XVRGd-0004Yd-0r for guix-devel@gnu.org; Sat, 20 Sep 2014 16:28:27 -0400 In-Reply-To: (Federico Beffa's message of "Sat, 20 Sep 2014 21:57:19 +0200") 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: Federico Beffa Cc: guix-devel@gnu.org Federico Beffa skribis: > Unfortunately, I've found that if in a REPL buffer I select the Geiser me= nu: > Geiser -> Add to load path ... > emacs crashes :-( Could it be that it ends up dlopening something from the host distro? Like gtk-module-foo.so? Could you get a backtrace with gdb? I tried and everything seems to work well for me on the full Guix system. Ludo=E2=80=99.