From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Elvin Peterson Newsgroups: gmane.emacs.help Subject: NT Emacs and Cygwin Date: Sun, 28 Nov 2004 21:24:44 +0530 Message-ID: <30uh9eF34527lU1@uni-berlin.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1101664242 24256 80.91.229.6 (28 Nov 2004 17:50:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 28 Nov 2004 17:50:42 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 28 18:50:39 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CYTC2-0005wv-00 for ; Sun, 28 Nov 2004 18:50:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CYTLO-0003O6-DO for geh-help-gnu-emacs@m.gmane.org; Sun, 28 Nov 2004 13:00:18 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news1.google.com!fu-berlin.de!uni-berlin.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 10 Original-X-Trace: news.uni-berlin.de 9hOx/W/rv00uNeJxby2qwgwHfCIqCHRxX28hIH9uU9D3NHzEIu User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en Original-Xref: shelby.stanford.edu gnu.emacs.help:126995 Original-To: help-gnu-emacs@gnu.org 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: main.gmane.org gmane.emacs.help:22398 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:22398 Hello, I am using (setenv "PATH" (concat (getenv "PATH") ";C:\\cygwin\\bin")) to add cygwin's path, but emacs cannot find the executables. I have workarounds for modes which have an option for specifying programs, but it doesn't work in general. How can I make the above work? Any help is appreciated. TIA.