From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: Uncomprehensible DOC string Date: Fri, 09 May 2008 11:39:41 +0200 Message-ID: <86lk2jn7du.fsf@lola.quinscape.zz> References: <86abj2wdry.fsf@lola.quinscape.zz> <874p98awa4.fsf@gmx.de> <85tzh8j79e.fsf@lola.goethe.zz> <86fxsrop64.fsf@lola.quinscape.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1210336015 22256 80.91.229.12 (9 May 2008 12:26:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 9 May 2008 12:26:55 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 09 14:27:30 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JuRh7-00026H-6I for ged-emacs-devel@m.gmane.org; Fri, 09 May 2008 14:27:25 +0200 Original-Received: from localhost ([127.0.0.1]:58519 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JuRgO-0001Zn-Tm for ged-emacs-devel@m.gmane.org; Fri, 09 May 2008 08:26:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JuRgD-0001WG-PN for emacs-devel@gnu.org; Fri, 09 May 2008 08:26:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JuRgB-0001TT-4g for emacs-devel@gnu.org; Fri, 09 May 2008 08:26:29 -0400 Original-Received: from [199.232.76.173] (port=35170 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JuRgA-0001TH-SJ for emacs-devel@gnu.org; Fri, 09 May 2008 08:26:26 -0400 Original-Received: from mail.quinscape.de ([212.29.44.217]:36400) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JuRgA-0000yF-MI for emacs-devel@gnu.org; Fri, 09 May 2008 08:26:27 -0400 Original-Received: (qmail-ldap/ctrl 31570 invoked from network); 9 May 2008 09:39:43 -0000 Original-Received: from unknown (HELO lola.quinscape.zz) ([10.0.3.43]) (envelope-sender ) by quinx.quinscape.de (qmail-ldap-1.03) with SMTP for ; 9 May 2008 09:39:42 -0000 Original-Received: by lola.quinscape.zz (Postfix, from userid 1001) id E770A8EEBA; Fri, 9 May 2008 11:39:41 +0200 (CEST) In-Reply-To: (Michael Albinus's message of "Fri, 09 May 2008 11:35:34 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-AntiVirus: checked by AntiVir MailGate (version: 2.1.3-2; AVE: 7.8.0.14; VDF: 7.0.4.20; host: quinx) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:96879 Archived-At: Michael Albinus writes: > David Kastrup writes: > >> No, but saying a file name handler will be called based on >> default-directory without telling what the file name handler is actually >> supposed to be processing is not much use I think. The command? The >> command line arguments? The executable? > > _The_ file name handler, which belongs to `default-directory', will be > applied. To what will it be applied? > Currently, there ought to be only one implementation of such a file > name handler, `tramp-handle-start-file-process'. _This_ file name > handler runs the command on the corresponding remote host. So what the file name handler will be employed for is executing the program on potentially remote host. This information is _absent_ from the DOC string, and it shouldn't. In contrast, what a file name handler _is_, is best left to the info documentation. -- David Kastrup