From mboxrd@z Thu Jan 1 00:00:00 1970 From: zimoun Subject: bug#38273: emacs doesn't open files Date: Tue, 19 Nov 2019 17:16:18 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:36452) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iX6Bd-0003C0-OR for bug-guix@gnu.org; Tue, 19 Nov 2019 11:17:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iX6Bb-0002m0-RP for bug-guix@gnu.org; Tue, 19 Nov 2019 11:17:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:39512) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iX6Ba-0002lV-Oh for bug-guix@gnu.org; Tue, 19 Nov 2019 11:17:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iX6Ba-0001dh-I6 for bug-guix@gnu.org; Tue, 19 Nov 2019 11:17:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: 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: Jesse Gibbons Cc: 38273@debbugs.gnu.org Hi, I do experiment the same issue. --8<---------------cut here---------------end--------------->8--- $ 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 --8<---------------cut here---------------end--------------->8--- --8<---------------cut here---------------end--------------->8--- $ 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 --8<---------------cut here---------------end--------------->8--- Then "emacs -Q" works fine. However "emacs -q" does not. All the best, simon