* bug#39279: 28.0.50; file-name-completions problem with tramp-mode
@ 2020-01-25 14:18 Lars Ingebrigtsen
2020-01-25 18:33 ` Michael Albinus
0 siblings, 1 reply; 3+ messages in thread
From: Lars Ingebrigtsen @ 2020-01-25 14:18 UTC (permalink / raw)
To: 39279
On the trunk, a recent change has broken file-name-all-completions:
(let ((tramp-mode nil)) (file-name-all-completions "" "/tmp"))
=> nil
(let ((tramp-mode t)) (file-name-all-completions "" "/tmp"))
=> ("2020-01-19T13:10:50.4.jpg" "mpv-shot0232.jpg" ...)
They gave identical results in Emacs 27. My suspicion is that this has
something to do with the recent /media: tramp changes, but I haven't
chased it down to a specific commit.
Hm... I'm only seeing this on:
In GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.22.11, cairo version 1.14.8)
of 2020-01-25 built on quimbies
Repository revision: f42d57c7dbd571b449270c8899a67e537561c2b2
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12004000
System Description: Debian GNU/Linux 9 (stretch)
And not on:
In GNU Emacs 28.0.50 (build 6, x86_64-pc-linux-gnu, GTK+ Version 3.24.5, cairo version 1.16.0)
of 2020-01-21 built on marnie
Repository revision: c1b6cf6757fbd00cf6e8cae23e1670b9ff794811
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12004000
System Description: Debian GNU/Linux 10 (buster)
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#39279: 28.0.50; file-name-completions problem with tramp-mode
2020-01-25 14:18 bug#39279: 28.0.50; file-name-completions problem with tramp-mode Lars Ingebrigtsen
@ 2020-01-25 18:33 ` Michael Albinus
2020-01-25 19:09 ` Lars Ingebrigtsen
0 siblings, 1 reply; 3+ messages in thread
From: Michael Albinus @ 2020-01-25 18:33 UTC (permalink / raw)
To: Lars Ingebrigtsen; +Cc: 39279
Lars Ingebrigtsen <larsi@gnus.org> writes:
Hi Lars,
> On the trunk, a recent change has broken file-name-all-completions:
>
> (let ((tramp-mode nil)) (file-name-all-completions "" "/tmp"))
> => nil
Oops, yes. I've introduced a thinko :-(
Should be fixed now in the master, could you pls check?
> They gave identical results in Emacs 27. My suspicion is that this has
> something to do with the recent /media: tramp changes, but I haven't
> chased it down to a specific commit.
No, it wasn't the /media: change, but something more stupid. Sorry for
the inconvenience!
Best regards, Michael.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-01-25 19:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-25 14:18 bug#39279: 28.0.50; file-name-completions problem with tramp-mode Lars Ingebrigtsen
2020-01-25 18:33 ` Michael Albinus
2020-01-25 19:09 ` Lars Ingebrigtsen
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).