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

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

RE: [h-e-w] no such file or directory, v4.80.1


From: andrew . maguire
Subject: RE: [h-e-w] no such file or directory, v4.80.1
Date: Wed, 6 Mar 2002 07:52:42 -0500

> Loading shell...done
> apply: Searching for program: no such file or directory, v4.80.1
Looking at the shell.el file, the apply command occurs only once,
fortunately!
The code snippet is:
      (let* ((prog (or explicit-shell-file-name
                       (getenv "ESHELL")
                       (getenv "SHELL")
                       "/bin/sh"))                   
             (name (file-name-nondirectory prog))
             (startfile (concat "~/.emacs_" name))
             (xargs-name (intern-soft (concat "explicit-" name "-args")))
             shell-buffer)
        (save-excursion
          (set-buffer (apply 'make-comint "shell" prog

So I would check your settings for the lisp variable
explicit-shell-file-name
and the environemnt variable settings for SHELL and ESHELL
and see what you have.

Andrew



reply via email to

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