From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Andreas_R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: system-command-exists-p Date: Mon, 07 Dec 2009 19:57:45 +0100 Message-ID: <4B1D5029.2030201@easy-emacs.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1260214740 10189 80.91.229.12 (7 Dec 2009 19:39:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Dec 2009 19:39:00 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Stefan Monnier Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 07 20:38:49 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NHjPm-0002Ip-MJ for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Dec 2009 20:38:34 +0100 Original-Received: from localhost ([127.0.0.1]:58716 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHjPm-0005kU-Cc for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Dec 2009 14:38:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NHimf-0001of-9Z for help-gnu-emacs@gnu.org; Mon, 07 Dec 2009 13:58:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NHimY-0001c6-Kn for help-gnu-emacs@gnu.org; Mon, 07 Dec 2009 13:58:06 -0500 Original-Received: from [199.232.76.173] (port=35528 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHimY-0001bl-DL for help-gnu-emacs@gnu.org; Mon, 07 Dec 2009 13:58:02 -0500 Original-Received: from moutng.kundenserver.de ([212.227.126.171]:55196) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NHimX-0006tD-Ld for help-gnu-emacs@gnu.org; Mon, 07 Dec 2009 13:58:02 -0500 Original-Received: from [192.168.178.27] (p54BE838D.dip0.t-ipconnect.de [84.190.131.141]) by mrelayeu.kundenserver.de (node=mreu2) with ESMTP (Nemesis) id 0LfFgy-1NtHZs3dwe-00onB8; Mon, 07 Dec 2009 19:57:57 +0100 User-Agent: Thunderbird 2.0.0.19 (X11/20081227) In-Reply-To: X-Provags-ID: V01U2FsdGVkX19FXnG2zCLX4OmgNEo40UDY6uFJmr8Lp1CVENd wdByRWM1GASFmyFxu5WIOlw+X3ZvY51RJOIFyeZlTB+jE3fRZy iKoE5OhohdxnMJY2J/iYGp1NytVBDhzTFl/tugP36o= X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:70484 Archived-At: Stefan Monnier wrote: >> needed a check if a command exists on system. > > executable-find? > > > Stefan > > Think that's it, thanks all. Andreas