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: M-x shell: Debugger entered--Lisp error: (void-variable s) Date: Wed, 01 Feb 2006 06:15:06 +0200 Message-ID: References: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1138767343 7592 80.91.229.2 (1 Feb 2006 04:15:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 1 Feb 2006 04:15:43 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 01 05:15:40 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F49P6-0001KN-9q for geh-help-gnu-emacs@m.gmane.org; Wed, 01 Feb 2006 05:15:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F49S8-00009R-Nf for geh-help-gnu-emacs@m.gmane.org; Tue, 31 Jan 2006 23:18:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F49Rn-00006x-0R for help-gnu-emacs@gnu.org; Tue, 31 Jan 2006 23:18:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F49Rh-00004q-Jb for help-gnu-emacs@gnu.org; Tue, 31 Jan 2006 23:18:22 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F49Rh-0008W7-CT for help-gnu-emacs@gnu.org; Tue, 31 Jan 2006 23:18:17 -0500 Original-Received: from [192.114.186.17] (helo=gandalf.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F49QH-0007gF-FH for help-gnu-emacs@gnu.org; Tue, 31 Jan 2006 23:16:49 -0500 Original-Received: from nitzan.inter.net.il (nitzan.inter.net.il [192.114.186.20]) by gandalf.inter.net.il (MOS 3.7.1-GA) with ESMTP id HSX15932; Wed, 1 Feb 2006 06:15:05 +0200 (IST) Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-137-13.inter.net.il [84.228.137.13]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id CPK84947 (AUTH halo1); Wed, 1 Feb 2006 06:15:04 +0200 (IST) Original-To: help-gnu-emacs@gnu.org In-reply-to: (odoncoa@gmail.com) 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: news.gmane.org gmane.emacs.help:32939 Archived-At: > From: "odoncaoa" > Date: Tue, 31 Jan 2006 21:37:19 GMT > > I'm running GNU Emacs v21.3.1 (i386-mingw-nt.5.1.2600) on Windoze XPro. I'm trying to track down a problem that I'm having while trying to configure it to use Cygwin Bash, and UWin Ksh. The *nix environments have been successfully installed and configured, and function correctly on XP. I've got a bunch of code to facilitate the execution of these shells within emacs, however after emacs successfully executes all of this configuration code, I get the following error after attempting to instanciate either shell (M-x shell): > > Debugger entered--Lisp error: (void-variable s) > execute-extended-command(nil) > * call-interactively(execute-extended-command) It's something in your .emacs. Unless you post it here, I don't think anyone will be able top help you. (Ideally find the smallest part in .emacs that, if removed, makes the problem go away.