From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: master 5c3d0ce: New manual section "Copying and Naming" Date: Tue, 15 Aug 2017 13:29:00 -0700 Organization: UCLA Computer Science Department Message-ID: References: <20170815171637.948.84122@vcs0.savannah.gnu.org> <20170815171638.8DC9120C81@vcs0.savannah.gnu.org> <87bmng4ne6.fsf@detlef> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1502828960 23698 195.159.176.226 (15 Aug 2017 20:29:20 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 15 Aug 2017 20:29:20 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 To: Michael Albinus , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 15 22:29:16 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dhiSi-0005w5-2f for ged-emacs-devel@m.gmane.org; Tue, 15 Aug 2017 22:29:16 +0200 Original-Received: from localhost ([::1]:36226 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dhiSo-0003VD-JD for ged-emacs-devel@m.gmane.org; Tue, 15 Aug 2017 16:29:22 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41918) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dhiSb-0003Sk-Jg for emacs-devel@gnu.org; Tue, 15 Aug 2017 16:29:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dhiSW-0003L8-Cy for emacs-devel@gnu.org; Tue, 15 Aug 2017 16:29:09 -0400 Original-Received: from zimbra.cs.ucla.edu ([131.179.128.68]:32970) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dhiSW-0003Jx-71 for emacs-devel@gnu.org; Tue, 15 Aug 2017 16:29:04 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id A67C3160881; Tue, 15 Aug 2017 13:29:01 -0700 (PDT) Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id wVqVZgDY0R9r; Tue, 15 Aug 2017 13:29:00 -0700 (PDT) Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 8300816087A; Tue, 15 Aug 2017 13:29:00 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id DMl8DVLMCP3J; Tue, 15 Aug 2017 13:29:00 -0700 (PDT) Original-Received: from [192.168.1.9] (unknown [47.153.184.153]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 61D47160877; Tue, 15 Aug 2017 13:29:00 -0700 (PDT) In-Reply-To: <87bmng4ne6.fsf@detlef> Content-Language: en-US X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 131.179.128.68 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:217578 Archived-At: Michael Albinus wrote: >> +@findex add-name-to-file >> +@cindex hard links (creation) >> + @kbd{M-x add-name-to-file} adds an additional name to an existing >> +file without removing the old name. The new name is created as a hard >> +link to the existing file. > > That's not true for all file name handlers. That part of the wording hasn't changed recently; it's listed as a diff only because the text moved. Could you please fix the wording where it's wrong? I don't know how Tramp works, so any changes that I make are likely to go awry. >> The new name must belong on the same file >> +system that the file is on. On MS-Windows, this command works only if >> +the file resides in an NTFS file system. On MS-DOS, it works by >> +copying the file. > > Same for tramp-adb.el and tramp-gvfs.el. Likewise.