GNU bug report logs -
#48026
[PATCH] Possible typo in tramp-get-remote-gid
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 48026 in the body.
You can then email your comments to 48026 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#48026
; Package
emacs
.
(Mon, 26 Apr 2021 07:11:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Dario Gjorgjevski <dario.gjorgjevski <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Mon, 26 Apr 2021 07:11:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
I was browsing through TRAMP's source code and noticed a possible typo
in tramp-get-remote-gid. Please note that I have almost no familiarity
with the code, so it may well not even be a typo.
Here is what I am talking about:
[0001-Fix-typo-in-tramp-get-remote-gid.patch (text/x-diff, inline)]
From 87ed8e1e19fd4ddb0922d907a45569c61598369d Mon Sep 17 00:00:00 2001
From: Dario Gjorgjevski <dario.gjorgjevski+git <at> gmail.com>
Date: Mon, 26 Apr 2021 09:01:51 +0200
Subject: [PATCH] Fix typo in tramp-get-remote-gid
* lisp/net/tramp.el (tramp-get-remote-gid): Pass the correct operation
to find-file-name-handler.
---
lisp/net/tramp.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index a411aaf..dc34b8f 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -5080,7 +5080,7 @@ ID-FORMAT valid values are `string' and `integer'."
(or (when-let
((handler
(find-file-name-handler
- (tramp-make-tramp-file-name vec) 'tramp-get-remote-uid)))
+ (tramp-make-tramp-file-name vec) 'tramp-get-remote-gid)))
(funcall handler #'tramp-get-remote-gid vec id-format))
;; Ensure there is a valid result.
(and (equal id-format 'integer) tramp-unknown-id-integer)
--
2.31.GIT
[Message part 3 (text/plain, inline)]
Best regards,
Dario
--
$ keyserver=hkps://hkps.pool.sks-keyservers.net
$ keyid=744A4F0B4F1C9371
$ gpg --keyserver $keyserver --search-keys $keyid
Reply sent
to
Michael Albinus <michael.albinus <at> gmx.de>
:
You have taken responsibility.
(Mon, 26 Apr 2021 08:01:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Dario Gjorgjevski <dario.gjorgjevski <at> gmail.com>
:
bug acknowledged by developer.
(Mon, 26 Apr 2021 08:01:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 48026-done <at> debbugs.gnu.org (full text, mbox):
Version: 28.1
Dario Gjorgjevski <dario.gjorgjevski <at> gmail.com> writes:
> Hi,
Hi Dario,
> I was browsing through TRAMP's source code and noticed a possible typo
> in tramp-get-remote-gid. Please note that I have almost no familiarity
> with the code, so it may well not even be a typo.
It is a typo, indeed. Thanks for reporting!
I've pushed your patch to master, closing the bug.
> Best regards,
> Dario
Best regards, Michael.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 24 May 2021 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 4 years and 79 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.