From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sheng Xue Subject: How to make python files being found by the function "executable-find"? Date: Fri, 30 Dec 2011 13:47:47 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=20cf3040ea10dbba9f04b54ea3bf Return-path: Received: from eggs.gnu.org ([140.186.70.92]:42640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RgbsD-0001J3-RV for emacs-orgmode@gnu.org; Fri, 30 Dec 2011 07:47:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RgbsC-0004io-V8 for emacs-orgmode@gnu.org; Fri, 30 Dec 2011 07:47:49 -0500 Received: from mail-yx0-f169.google.com ([209.85.213.169]:49470) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RgbsC-0004ik-RC for emacs-orgmode@gnu.org; Fri, 30 Dec 2011 07:47:48 -0500 Received: by yenq10 with SMTP id q10so8995534yen.0 for ; Fri, 30 Dec 2011 04:47:48 -0800 (PST) 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: emacs-orgmode@gnu.org --20cf3040ea10dbba9f04b54ea3bf Content-Type: text/plain; charset=ISO-8859-1 Hi all, I added ".py" to the exec-suffixed : (setq exec-suffixes (cons ".py" exec-suffixes)) but the function "exectuable-find" still can't find *.py files. Any idea? I am running emacs on Windows 7. Thanks. Best regards, Sheng --20cf3040ea10dbba9f04b54ea3bf Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi all,
=A0
I added ".py" to the exec-su= ffixed :
=A0
(setq exec-suffixes (cons ".py" = exec-suffixes))
=A0
but the function "exectuable-f= ind" still can't find *.py files.=A0=A0Any idea?
=A0
I am running emacs on Windows 7. Thanks.
=A0
Best regards,
Sheng
--20cf3040ea10dbba9f04b54ea3bf--