From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Ediff error -- Permission denied (Win8) Date: Fri, 13 Mar 2015 17:25:10 +0200 Message-ID: <83oanw3oo9.fsf@gnu.org> References: <7bbe1024-cb56-4713-b863-e3b732112915@googlegroups.com> <83wqo3xlqj.fsf@gnu.org> <1425897576781-351770.post@n5.nabble.com> <83k2yq5duk.fsf@gnu.org> <1426247074642-352050.post@n5.nabble.com> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1426260655 23162 80.91.229.3 (13 Mar 2015 15:30:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Mar 2015 15:30:55 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 13 16:30:44 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YWRXu-0006Pc-CG for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Mar 2015 16:30:42 +0100 Original-Received: from localhost ([::1]:37386 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWRXt-0007TE-Il for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Mar 2015 11:30:41 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43246) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWRXW-0007Sw-JS for Help-gnu-emacs@gnu.org; Fri, 13 Mar 2015 11:30:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YWRXT-0003Ie-EW for Help-gnu-emacs@gnu.org; Fri, 13 Mar 2015 11:30:18 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:61594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWRXT-0003IR-6M for Help-gnu-emacs@gnu.org; Fri, 13 Mar 2015 11:30:15 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0NL500200OZDMQ00@a-mtaout23.012.net.il> for Help-gnu-emacs@gnu.org; Fri, 13 Mar 2015 17:25:12 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NL5002K3PI0JW60@a-mtaout23.012.net.il> for Help-gnu-emacs@gnu.org; Fri, 13 Mar 2015 17:25:12 +0200 (IST) In-reply-to: <1426247074642-352050.post@n5.nabble.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.175 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:103145 Archived-At: > Date: Fri, 13 Mar 2015 04:44:34 -0700 (MST) > From: dbbd > > I have c:\cygwin\bin in my PATH, and win7's Search finds diff.exe in > c:\cygwin\bin What about this, if typed inside Emacs: M-: (executable-find "diff") RET What does it produce? > How do I get the value of exec-path? Like with any Emacs variable: "C-h v exec-path RET".