This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Can't seem to get bash to work in NTEmacs


I've read through the FAQ and inserted the *minimal* stuff in my .emacs:

(setenv "PID" nil)
(setq exec-path (cons "C:/cygwin/bin" exec-path))
(setenv "PATH" (concat "C:\\cygwin\\bin;" (getenv "PATH")))
(setq process-coding-system-alist '(("bash" . undecided-unix)))
(setq w32-quote-process-args ?\")
(setq shell-file-name "bash")
(setenv "SHELL" shell-file-name)
(setq explicit-shell-file-name shell-file-name)
(add-hook 'comint-output-filter-functions
          'comint-strip-ctrl-m)


But still get the following error(s):

: : No such file or directory

Process shell exited abnormally with code 127

Can anyone solve this?

TIA.
Jeff
_______________________________________________________________
Your mouse has moved.
Windows NT must be restarted for the change to take effect.
Reboot now?  [OK]
BEGIN:VCARD
VERSION:2.1
N:Rancier;Jeffery;B.;Mr.
FN:Jeffery B. Rancier
ORG:Softechnics, Inc.
TITLE:Sr. Software Engineer
TEL;WORK;VOICE:(315) 706-1111
TEL;WORK;FAX:(315) 706-9999
ADR;WORK:;;7063 Interstate Island Rd.;Syracuse;NY;13209;United States of America
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:7063 Interstate Island Rd.=0D=0ASyracuse, NY 13209=0D=0AUnited States of Ame=
rica
EMAIL;PREF;INTERNET:jeff.rancier@softechnics.com
REV:20011012T130452Z
END:VCARD

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]