From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: bug#38273: emacs doesn't open files Date: Wed, 20 Nov 2019 06:51:26 +0900 Message-ID: <87zhgrv8kh.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:34306) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iXBPo-0005to-8s for bug-guix@gnu.org; Tue, 19 Nov 2019 16:52:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iXBPm-0001E3-CY for bug-guix@gnu.org; Tue, 19 Nov 2019 16:52:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:39842) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iXBPm-0001Dw-9V for bug-guix@gnu.org; Tue, 19 Nov 2019 16:52:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iXBPm-00025M-5n for bug-guix@gnu.org; Tue, 19 Nov 2019 16:52:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (zimoun's message of "Tue, 19 Nov 2019 17:16:18 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: zimoun Cc: 38273@debbugs.gnu.org, Jesse Gibbons Hello Simon, zimoun writes: > Hi, > > I do experiment the same issue. > > $ guix describe > Generation 56 Nov 19 2019 12:52:57 (current) > guix 7b40d59 > repository URL: https://git.savannah.gnu.org/git/guix.git > branch: master > commit: 7b40d59114e1462d6d8140f325a66b12e91db667 > > $ ls -l `which emacs` > lrwxrwxrwx 2 root root 64 Jan 1 1970 > /home/simon/.guix-profile/bin/emacs -> > /gnu/store/vb0ia0qnkc92yp771hxhcp8k6ywqymkk-emacs-26.3/bin/emacs > > Then "emacs -Q" works fine. > However "emacs -q" does not. > > > All the best, > simon Did you sort out your issue? Perhaps logging out then back in could define the missing EMACSLOADPATH environment variable? Or manually sourcing your current profile's etc/profile and starting Emacs from that shell? I'll try to isolate how to reproduce the problem; if you have a way to reproduce it I'm interested! Maxim