Mail Archives: cygwin/2000/01/21/13:20:22
--------------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
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
tcsh is not working from within emacs.
<p>My .emacs file contains:
<p><font face="Courier New,Courier">(setq explicit-shell-file-name "g:/Cygwin/contrib/bin/tcsh.exe")</font>
<br><font face="Courier New,Courier">;; For subprocesses invoked via the
shell (e.g., "shell -c command")</font>
<br><font face="Courier New,Courier">(setq shell-file-name "g:/Cygwin/contrib/bin/tcsh.exe")</font>
<br><font face="Courier New,Courier">(defun my-shell-mode-hook ()</font>
<br><font face="Courier New,Courier"> (interactive)</font>
<br><font face="Courier New,Courier"> (setq shell-completion-fignore
'("~" "#" "%" ".class"))</font>
<br><font face="Courier New,Courier"> (setq comint-completion-addsuffix
'("/" . " "))</font>
<br><font face="Courier New,Courier"> (setq completion-ignored-extensions
'(".o" ".elc" "~" ".bin" ".bak"</font>
<br><font face="Courier New,Courier">".obj" ".map" ".dvi" ".toc" ".log"
".aux" ".a" ".ln" ".lof" ".blg"</font>
<br><font face="Courier New,Courier">".bbl" ".glo" ".idx" ".lot" ".fmt"
".class"))</font>
<br><font face="Courier New,Courier">)</font>
<br><font face="Courier New,Courier">(setq shell-mode-hook nil)</font>
<br><font face="Courier New,Courier">(add-hook 'shell-mode-hook 'my-shell-mode-hook)</font>
<p>If I run <font face="Courier New,Courier">M-x shell</font>, the <font face="Courier New,Courier">*shell*</font>
window displays:
<br><font face="Courier New,Courier">Process shell exited abnormally with
code 128</font>
<p>Any idea what this means or how to fix it?
<p>Thanks,
<br>Steve Kelem</html>
--------------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--
- Raw text -