unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#7784: executable-find does not find scripts on woe32
@ 2011-01-04 23:44 Sam Steingold
  2011-01-05  1:18 ` Óscar Fuentes
  2011-01-05  7:14 ` Jason Rumney
  0 siblings, 2 replies; 11+ messages in thread
From: Sam Steingold @ 2011-01-04 23:44 UTC (permalink / raw)
  To: 7784

GNU Emacs 23.2.1 (i386-mingw-nt5.2.3790)
 of 2010-05-08 on G41R2F1
--with-gcc (3.4) --no-opt --cflags -Ic:/xpm/include

(executable-find "bzr")
==> nil
(executable-find "svn")
==> "c:/gnu/cygwin/bin/svn.exe"

the problem, apparently, stems from:

(file-exists-p "c:/gnu/cygwin/bin/bzr")
==> t
(file-executable-p "c:/gnu/cygwin/bin/bzr")
==> nil
which is wrong because bzr is an executable python script.


-- 
Sam Steingold <http://sds.podval.org>





^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2011-01-05 23:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-04 23:44 bug#7784: executable-find does not find scripts on woe32 Sam Steingold
2011-01-05  1:18 ` Óscar Fuentes
2011-01-05  4:05   ` Sam Steingold
2011-01-05 11:26     ` Eli Zaretskii
2011-01-05 14:24       ` Óscar Fuentes
2011-01-05 16:25         ` Eli Zaretskii
2011-01-05 23:13           ` Jason Rumney
2011-01-05 14:40       ` Sam Steingold
2011-01-05 16:24         ` Eli Zaretskii
2011-01-05 11:30   ` Eli Zaretskii
2011-01-05  7:14 ` Jason Rumney

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).