From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [ANN] Emacs-Guix 0.3.4 Date: Fri, 12 Jan 2018 12:30:05 +0100 Message-ID: <87zi5jqpqa.fsf@gnu.org> References: <878tdm38qu.fsf@gmail.com> <87fu7ge6ug.fsf@gnu.org> <87vagcqe37.fsf@elephly.net> <87d12kugpq.fsf@t43.lan.> 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]:40539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eZxXJ-0006fh-2F for help-guix@gnu.org; Fri, 12 Jan 2018 06:30:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eZxXE-00022L-6c for help-guix@gnu.org; Fri, 12 Jan 2018 06:30:13 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:56244) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eZxXE-00020T-0c for help-guix@gnu.org; Fri, 12 Jan 2018 06:30:08 -0500 In-Reply-To: <87d12kugpq.fsf@t43.lan.> (Vladimir Sedach's message of "Mon, 08 Jan 2018 14:29:53 -0800") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Vladimir Sedach Cc: Alex Kost , help-guix@gnu.org Vladimir Sedach skribis: > Ricardo Wurmus writes: > >> Ludovic Court=C3=A8s writes: >> >>> I have a minor issue: I use =E2=80=98ido=E2=80=99 and =E2=80=98ido-find= -file=E2=80=99 insist on browsing >>> the entire /gnu/store when I do C-x C-f with a store file name at point >>> (except if the file name denotes a directory.) So to open a .drv file, >>> I have to work around that. >>> >>> How do people handle this? >> >> I use =E2=80=9CM-x ffap=E2=80=9D for /gnu/store file names. > > ffap is great. You can set ido-use-filename-at-point to make ido behave > in a similar way. I like having C-x C-f bound to ffap and C-x f call > projectile-find-file or ido-find-file depending on the result of calling > projectile-project-root. Oh silly me, I had set =E2=80=98ido-use-filename-at-point=E2=80=99 to 'gues= s, which is what was causing troubles for /gnu/store. Thanks! Ludo=E2=80=99.