Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <3888A43E.B98CA476@adaptivesilicon.com> Date: Fri, 21 Jan 2000 10:23:58 -0800 From: Steve Kelem Organization: Adaptive Silicon, Inc. X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: cygwin-support AT cygnus DOT com, cygwin AT sourceware DOT cygnus DOT com Subject: tcsh not working from within emacs 20-4 Content-Type: multipart/mixed; boundary="------------61AAFFF145A4717245E2A950" --------------61AAFFF145A4717245E2A950 Content-Type: multipart/alternative; boundary="------------76C014F774E0332CB53085AC" --------------76C014F774E0332CB53085AC Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 --------------76C014F774E0332CB53085AC Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit 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 --------------76C014F774E0332CB53085AC-- --------------61AAFFF145A4717245E2A950 Content-Type: text/x-vcard; charset=us-ascii; name="kelem.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Steve Kelem Content-Disposition: attachment; filename="kelem.vcf" 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 AT adaptivesilicon DOT com title:Chief Scientist fn:Steve Kelem end:vcard --------------61AAFFF145A4717245E2A950 Content-Type: text/plain; charset=us-ascii -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com --------------61AAFFF145A4717245E2A950--