This is the mail archive of the cygwin@sourceware.cygnus.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]

tcsh not working from within emacs 20-4


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

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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