* M-x shell: Debugger entered--Lisp error: (void-variable s)
@ 2006-01-31 21:37 odoncaoa
2006-02-01 4:15 ` Eli Zaretskii
[not found] ` <mailman.469.1138767505.3044.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 3+ messages in thread
From: odoncaoa @ 2006-01-31 21:37 UTC (permalink / raw)
Greetings,
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)
I'm aware of defshell I'm wondering if anyone might have experienced a similar failure, and what their fix was. The following is the output of the result of the execution of my emacs initialization code.
Loading regexp-opt...done
Loaded ctypes
Loading pcmpl-auto (source)...done
Loading mule-util...done
Loading ~/.Elisp/nxml-mode-20040910/rng-auto.el (source)...done
Loading rsz-mini...done
Loading hilit-java...done
Loading setnu...done
Loaded font-lock
Loading odoncaoaEmacsFuncs...
---> File being loaded ~/.emacs
--> ~/.emacs done
Loading odoncaoaEmacsFuncs...done
--> Processing UWIN
--> uwin-dir = /usr/bin;
--> Processing UWIN: got to here 1
--> SHELL = ksh
--> UWIN done
--> .emacs: shell2use = 'ksh'
Loaded generic-mode
Loaded vc
Loaded avltree
Loading easymenu...done
Loading tool-bar...done
Loaded wiki
Loaded tidy
Loaded Ruby
Loaded dircolors
Located ange-ftp
Loaded cl
Loaded gnuserv
--> Starting GNUServ
--> GNUServ running
Loaded time-stamp
Loading desktop...done
--> ~/.emacs DONE
For information about the GNU Project and its goals, type C-h C-p.
Loading lazy-lock...done
Loading shell...
call-interactively:
Loading debug...done
Entering debugger...
[2 times]
Mark set [3 times]
call-interactively: Beginning of buffer [2 times]
Cheers,
odoncaoa
--------------= Posted using GrabIt =----------------
------= Binary Usenet downloading made easy =---------
-= Get GrabIt for free from http://www.shemes.com/ =-
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: M-x shell: Debugger entered--Lisp error: (void-variable s)
2006-01-31 21:37 M-x shell: Debugger entered--Lisp error: (void-variable s) odoncaoa
@ 2006-02-01 4:15 ` Eli Zaretskii
[not found] ` <mailman.469.1138767505.3044.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2006-02-01 4:15 UTC (permalink / raw)
> From: "odoncaoa" <odoncoa@gmail.com>
> 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.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: M-x shell: Debugger entered--Lisp error: (void-variable s)
[not found] ` <mailman.469.1138767505.3044.help-gnu-emacs@gnu.org>
@ 2006-02-08 21:00 ` odoncaoa
0 siblings, 0 replies; 3+ messages in thread
From: odoncaoa @ 2006-02-08 21:00 UTC (permalink / raw)
Greetings,
Understood. I tracked down the issue(s), however. The difference in
pathnames has always been painful to me. Thus, the first problem turned
out to be that CYGWINHOME had been set to *nix style
(/cygwin/c/local/applics/cygwin), and was expected to be set Windoze
style (c:/local/applics/cygwin). Secondly, and the true nature of the
failure apparently turned out to be an issue with the paths (not)
present or, again, miscoded in EMACSLOADPATH. Emacs wasn't able to find
'comint.el' and/or 'shell.el'. When I tracked them down and added them
to my emacs directory, is when Cygwin's bash began to work (at least).
Thanx much,
odoncaoa
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-02-08 21:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-31 21:37 M-x shell: Debugger entered--Lisp error: (void-variable s) odoncaoa
2006-02-01 4:15 ` Eli Zaretskii
[not found] ` <mailman.469.1138767505.3044.help-gnu-emacs@gnu.org>
2006-02-08 21:00 ` odoncaoa
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.