GNU bug report logs - #23006
25.0.92; Loading Tramp breaks pcomplete in eshell-mode

Previous Next

Package: emacs;

Reported by: Dmitry Gutov <dgutov <at> yandex.ru>

Date: Mon, 14 Mar 2016 02:02:01 UTC

Severity: normal

Found in version 25.0.92

Done: Dmitry Gutov <dgutov <at> yandex.ru>

Bug is archived. No further changes may be made.

Full log


Message #230 received at 23006 <at> debbugs.gnu.org (full text, mbox):

From: Dmitry Gutov <dgutov <at> yandex.ru>
To: Michael Albinus <michael.albinus <at> gmx.de>
Cc: Stefan Monnier <monnier <at> iro.umontreal.ca>, 23006 <at> debbugs.gnu.org
Subject: Re: bug#23006: 25.0.92; Loading Tramp breaks pcomplete in eshell-mode
Date: Thu, 24 Mar 2016 03:00:29 +0200
On 03/22/2016 11:47 AM, Michael Albinus wrote:

>>> part). Remember my scenario about ediff'ing remote files; I *want* file
>>> name completion for the second file, even if there's no established
>>> connection yet.
>>
>> Do you have any reason to expect that `non-essential' would be set to
>> non-nil in that context?
>
> Yes. The reason is that it has been always my understanding of
> non-essential. See the discussion between Stefan and me six years ago,
> when non-essential was born.

I've only managed to find the 2012's discussion in the archive.

> In the `strict' case, Tramp must not open a new connection under any
> circumstances. That's your idle timer case. There might be also other
> cases, but it shall be used with care, because it restricts Tramp's
> convenience.

So far, company-files has been doing this with

  (or (not (file-remote-p file))
      (file-remote-p file nil t))

where file is the current input.




This bug report was last modified 8 years and 68 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.