help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [h-e-w] M-x shell not working


From: Stephen Leake
Subject: Re: [h-e-w] M-x shell not working
Date: 02 Dec 2003 11:21:57 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

address@hidden (Jeffery B. Rancier) writes:

> I don't recall ever changing this, but bash doesn't seem to be working
> from within Emacs.  Here's what I get:

You probably need to set your path properly. You can do this from
within Emacs. For example:

    (progn
      (setq exec-path
            (list
             (expand-file-name "~/bin")
             (concat gnat-dir "/bin")
             "c:/Gnu/Emacs/emacs-21.3/bin"
             "c:/Gnu/gnade/bin" ; so Books can find gnade-config
             "c:/Gnu/GtkAda-2.2.0/bin" ; for dlls, Books
             "c:/Gnu/Cygwin/bin"
             "c:/msys/1.0/maxinstall/bin"
             "c:/texmf/miktex/bin"
             "c:/winnt/system32"))
      (setenv "PATH" (mapconcat 'identity  exec-path  path-separator))
      )

-- 
-- Stephe





reply via email to

[Prev in Thread] Current Thread [Next in Thread]