tcsh not working from within emacs 20-4

Steve Kelem kelem@adaptivesilicon.com
Fri Jan 21 10:24:00 GMT 2000


tcsh is not working from within emacs.
My .emacs file contains:
(setq explicit-shell-file-name "g:/Cygwin/contrib/bin/tcsh.exe")
;; For subprocesses invoked via the
shell (e.g., "shell -c command")
(setq shell-file-name "g:/Cygwin/contrib/bin/tcsh.exe")
(defun my-shell-mode-hook ()
  (interactive)
  (setq shell-completion-fignore
'("~" "#" "%" ".class"))
  (setq comint-completion-addsuffix
'("/" . " "))
  (setq completion-ignored-extensions
'(".o" ".elc" "~" ".bin" ".bak"
".obj" ".map" ".dvi" ".toc" ".log"
".aux" ".a" ".ln" ".lof" ".blg"
".bbl" ".glo" ".idx" ".lot" ".fmt"
".class"))
)
(setq shell-mode-hook nil)
(add-hook 'shell-mode-hook 'my-shell-mode-hook)
If I run M-x shell , the *shell*
window displays:
Process shell exited abnormally with
code 128
Any idea what this means or how to fix it?
Thanks,
Steve Kelem
begin:vcard 
n:Kelem;Steve
tel;fax:408-399-8905
tel;work:408-399-8900x18
x-mozilla-html:FALSE
url: http://www.adaptivesilicon.com
org:Adaptive Silicon, Inc.
adr:;;985 University Ave., Suite 31;Los Gatos;CA;95032-7639;U.S.
version:2.1
email;internet:kelem@adaptivesilicon.com
title:Chief Scientist
fn:Steve Kelem
end:vcard



More information about the Cygwin mailing list