From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-program-exists vs executable-find Date: Sat, 28 Apr 2012 23:44:50 +0200 Message-ID: <87r4v7h6p9.fsf@gnu.org> References: <80mx69us0v.fsf@somewhere.org> <874nshjhnq.fsf@altern.org> <80aa29umso.fsf@somewhere.org> <87mx66zlz1.fsf@altern.org> <80ehrinobo.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46379) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SOFQx-0004kB-Oj for emacs-orgmode@gnu.org; Sat, 28 Apr 2012 17:44:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SOFQw-0002Rw-03 for emacs-orgmode@gnu.org; Sat, 28 Apr 2012 17:44:03 -0400 Received: from plane.gmane.org ([80.91.229.3]:56979) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SOFQv-0002Rm-MK for emacs-orgmode@gnu.org; Sat, 28 Apr 2012 17:44:01 -0400 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SOFQq-0002I3-Cx for emacs-orgmode@gnu.org; Sat, 28 Apr 2012 23:43:56 +0200 In-Reply-To: <80ehrinobo.fsf@somewhere.org> (Sebastien Vauban's message of "Fri, 20 Apr 2012 22:24:59 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sebastien Vauban Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org "Sebastien Vauban" writes: > Why not replacing it simply by `executable-find': I don't see what it > adds to it? I would not say so if it was some upper abstraction, but > I do feel they're simply the same. Actually `executable-find' is faster and already available, so yes, I removed ̀org-program-exists'. Thanks! -- Bastien