From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andrea Crotti Newsgroups: gmane.emacs.help Subject: exec-path on windows Date: Thu, 19 Jan 2012 18:16:00 +0000 Message-ID: <4F185DE0.1070408@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1326996978 31439 80.91.229.12 (19 Jan 2012 18:16:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 19 Jan 2012 18:16:18 +0000 (UTC) To: GNU Emacs List Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 19 19:16:12 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RnwWy-0007vk-Bg for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Jan 2012 19:16:12 +0100 Original-Received: from localhost ([::1]:60790 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnwWx-0002J4-Nk for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Jan 2012 13:16:11 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:59651) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnwWr-0002Hb-SS for help-gnu-emacs@gnu.org; Thu, 19 Jan 2012 13:16:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RnwWq-0003TW-Jw for help-gnu-emacs@gnu.org; Thu, 19 Jan 2012 13:16:05 -0500 Original-Received: from mail-we0-f169.google.com ([74.125.82.169]:36819) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnwWq-0003TS-B0 for help-gnu-emacs@gnu.org; Thu, 19 Jan 2012 13:16:04 -0500 Original-Received: by werl4 with SMTP id l4so240327wer.0 for ; Thu, 19 Jan 2012 10:16:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=QGqdxmHkS4wRy9oyf8IZe//HLTYS5n85pH61YHmeuPU=; b=guWcvB+P0D/t8mrfkkwewGsj9b4nGxTDnCAk5MozBx6JiKV2mbSqSEmMLP+auqtd2T 0OHkBMMoRcqzKiHXSk5HR1pdR7VWQZfSRsfoVUub8oeBaNux468iZ/RLw65IVCZcdWaj SjboKwtJqiVImzyaoZrIFZ0Gla0wO+HrupR1E= Original-Received: by 10.216.138.38 with SMTP id z38mr1066822wei.14.1326996962986; Thu, 19 Jan 2012 10:16:02 -0800 (PST) Original-Received: from [10.0.0.113] ([149.255.121.162]) by mx.google.com with ESMTPS id di5sm498847wib.3.2012.01.19.10.16.00 (version=SSLv3 cipher=OTHER); Thu, 19 Jan 2012 10:16:01 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111224 Thunderbird/9.0.1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 74.125.82.169 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:83524 Archived-At: I'm using my Emacs configuration [1] also on Windows 7 now, and I was quite surprised to see that it works, even if it's really slow compared to Linux. Anyway there is at least one problem, in the emacs shell (both *shell* and *eshell*) with my configuration it doesn't find the executables, even if they are in the path and in exec-path. With an unconfigured Emacs everything works, and the strange thing is that exec-path is exactly the same on both versions.. Is there anything else I can check to understand what is the source of the problem? Thanks, Andrea [1]: https://github.com/AndreaCrotti/Emacs-configuration