Re: [O] How to make python files being found by the function "executable-find"?

2011-12-30 Thread Nick Dokos
Sheng Xue wrote: > 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. >   Can't help with Windows, but when I tried it on Linux

[O] How to make python files being found by the function "executable-find"?

2011-12-30 Thread Sheng Xue
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