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

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

[debbugs-tracker] bug#30904: closed (26.0.91; tramp.el: Outdated docstri


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#30904: closed (26.0.91; tramp.el: Outdated docstring of tramp-dissect-file-name)
Date: Thu, 22 Mar 2018 09:07:01 +0000

Your message dated Thu, 22 Mar 2018 10:06:36 +0100
with message-id <address@hidden>
and subject line Re: bug#30904: 26.0.91; tramp.el: Outdated docstring of 
tramp-dissect-file-name
has caused the debbugs.gnu.org bug report #30904,
regarding 26.0.91; tramp.el: Outdated docstring of tramp-dissect-file-name
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
30904: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30904
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 26.0.91; tramp.el: Outdated docstring of tramp-dissect-file-name Date: Thu, 22 Mar 2018 11:51:28 +0530 User-agent: mu4e 1.0; emacs 26.0.91
On the one hand, tramp-make-tramp-file-name documents the new DOMAIN and
PORT arguments:

> tramp-make-tramp-file-name is a compiled Lisp function in ‘tramp.el’.
> 
> (tramp-make-tramp-file-name METHOD USER DOMAIN HOST PORT LOCALNAME &optional
> HOP)
> 
> Constructs a Tramp file name from METHOD, USER, HOST and LOCALNAME.
> When not nil, optional DOMAIN, PORT and HOP are used.

On the other hand, tramp-dissect-file-name fails to reference them:

> tramp-dissect-file-name is a compiled Lisp function in ‘tramp.el’.
> 
> (tramp-dissect-file-name NAME &optional NODEFAULT)
> 
> Return a ‘tramp-file-name’ structure.
> The structure consists of remote method, remote user, remote host,
> localname (file name on remote host) and hop.  If NODEFAULT is
> non-nil, the file name parts are not expanded to their default
> values.

I think we should mention DOMAIN and PORT in the dissect function docstring.
The code actually handles them.

In GNU Emacs 26.0.91 (build 3, x86_64-pc-linux-gnu, GTK+ Version 3.22.26)
 of 2018-03-03 built on mimimi
Repository revision: 752fba992b793a74d202c9cfc3e1a92fd458e748
Windowing system distributor 'The X.Org Foundation', version 11.0.11906000
System Description:     Void Linux



--- End Message ---
--- Begin Message --- Subject: Re: bug#30904: 26.0.91; tramp.el: Outdated docstring of tramp-dissect-file-name Date: Thu, 22 Mar 2018 10:06:36 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)
Version: 27.1

Pierre Neidhardt <address@hidden> writes:

Hi Pierre,

> I think we should mention DOMAIN and PORT in the dissect function docstring.
> The code actually handles them.

Thanks for the report. I've fixed this in both Emacs and Tramp
repositories, master branch.

I do not want to commit this to the emacs-26 branch just now, short
before the Emacs 26.1 release. It is not critical.

I have fixed this also in the Tramp repository, branch-2-3-stable. This
will be merged into the Emacs repository, emacs-26 branch, after Emacs
26.1 is out. So it will appear also in a later Emacs 26.2.

Closing the bug.

Best regards, Michael.


--- End Message ---

reply via email to

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