bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58300: 29.0.50; (dired-get-marked-files t) over TRAMP


From: Michael Albinus
Subject: bug#58300: 29.0.50; (dired-get-marked-files t) over TRAMP
Date: Thu, 06 Oct 2022 22:25:34 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Manuel Giraud <manuel@ledu-giraud.fr> writes:

> Hi,

Hi Manuel,

> From sometimes now™, when I'm in dired over TRAMP calling
> `(dired-get-marked-files t)' yield differents results depending on the
> file's directory.  If, I am on a file in my homedir I'll get:
>
> (/scp:host:/home/manuel/.emacs)
>
> But if, I am in any other dir (for instance in /etc) I'll get:
>
> (hosts)
>
> Is this expected?

No.

Since some months, Tramp supports file name abbreviation. The default
directory of your homedir is "/scp:host:~/", therefore.

dired-make-relative doesn't know this, it believes, abbreviated file
names start with the tilde in the first character of the file name.

I've fixed this in master. Could you, pls, check?

Best regards, Michael.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]