help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[h-e-w] term (ansi-term) and cygwin


From: Benoit ROUSSELLE
Subject: [h-e-w] term (ansi-term) and cygwin
Date: 06 Jun 2002 16:24:25 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Does someone succeeded to use the term or the ansi-term under ntemacs
21.2 with cygwin ?

a piece of your .emacs with cygwin config would be greatly
apreciated.

my shell is working fine but nothing happen under my term buffer.

in case this is my cygwin config:

,------------------------------------------
| ;; shell set up
| (setq exec-path (cons "C:/cygwin/bin" exec-path))
| (setenv "PATH" (concat "C:\\cygwin\\bin;" (getenv "PATH")))
| 
| (require 'cygwin-mount)
| (cygwin-mount-activate)
| 
| (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) 
| ;;
| ;; This removes unsightly ^M characters that would otherwise
| ;; appear in the output of java applications.
| ;;
| (add-hook 'comint-output-filter-functions
|         'comint-strip-ctrl-m)
| (add-hook 'comint-output-filter-functions
|         'comint-watch-for-password-prompt nil t)
`------------------------------------------

Thanks !
Benoit

-- 
-------------------
Benoit ROUSSELLE




reply via email to

[Prev in Thread] Current Thread [Next in Thread]