From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: executable-find in files.el Date: Wed, 18 May 2005 09:08:03 -0400 Message-ID: References: <01c55657$Blat.v2.4$7979dc20@zahav.net.il> <87fywt6128.fsf-monnier+emacs@gnu.org> <87ekc9lurh.fsf@gmx.de> <87k6lzots5.fsf@gmx.de> <87wtpyu7bk.fsf-monnier+emacs@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1116436168 6794 80.91.229.2 (18 May 2005 17:09:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 May 2005 17:09:28 +0000 (UTC) Cc: eliz@gnu.org, emacs-devel@gnu.org, michael.albinus@gmx.de, storm@cua.dk Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 18 19:09:23 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DYS09-0004qw-2O for ged-emacs-devel@m.gmane.org; Wed, 18 May 2005 19:06:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DYS2c-0002CA-Ba for ged-emacs-devel@m.gmane.org; Wed, 18 May 2005 13:09:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DYOJd-0006tE-EF for emacs-devel@gnu.org; Wed, 18 May 2005 09:10:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DYOJb-0006s0-RG for emacs-devel@gnu.org; Wed, 18 May 2005 09:10:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DYOJb-0006dP-Cg for emacs-devel@gnu.org; Wed, 18 May 2005 09:10:23 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DYOPr-0001JF-1i for emacs-devel@gnu.org; Wed, 18 May 2005 09:16:51 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DYOHL-0002My-Fb; Wed, 18 May 2005 09:08:03 -0400 Original-To: Stefan Monnier In-reply-to: (message from Stefan Monnier on Tue, 17 May 2005 18:23:14 -0400) 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:37271 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37271 Running a command remotely is something like ssh whereas running a remote command locally is something like scp /tmp/foo; /tmp/foo If instead of "command" you say "executable", the distinction will be clearer. I'd say the second example does not make sense with commands, only with executables.