update bash+nt-emacs entry for Emacs 21.1 and JDE->JDEE.
This commit is contained in:
parent
2550d8015b
commit
82de6f7027
|
@ -592,8 +592,9 @@ The Windows port of GNU Emacs (aka "NT emacs") uses the Windows command
|
||||||
shell by default. Also, since Emacs is not a Cygwin application, it has
|
shell by default. Also, since Emacs is not a Cygwin application, it has
|
||||||
no knowledge of Cygwin mounts. With those points in mind, you need to
|
no knowledge of Cygwin mounts. With those points in mind, you need to
|
||||||
add the following code to your ~/.emacs or ~/_emacs file in order to use
|
add the following code to your ~/.emacs or ~/_emacs file in order to use
|
||||||
bash. This is particularly useful for the JDE package
|
bash. This is particularly useful for the JDEE package
|
||||||
(@file{http://sunsite.dk/jde/}).
|
(@file{http://jdee.sunsite.dk/}). The following settings are for
|
||||||
|
Emacs 21.1:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
;; This assumes that Cygwin is installed in C:\cygwin (the
|
;; This assumes that Cygwin is installed in C:\cygwin (the
|
||||||
|
@ -607,7 +608,6 @@ bash. This is particularly useful for the JDE package
|
||||||
;; here.
|
;; here.
|
||||||
;;
|
;;
|
||||||
(setq process-coding-system-alist '(("bash" . undecided-unix)))
|
(setq process-coding-system-alist '(("bash" . undecided-unix)))
|
||||||
(setq w32-quote-process-args ?\")
|
|
||||||
(setq shell-file-name "bash")
|
(setq shell-file-name "bash")
|
||||||
(setenv "SHELL" shell-file-name)
|
(setenv "SHELL" shell-file-name)
|
||||||
(setq explicit-shell-file-name shell-file-name)
|
(setq explicit-shell-file-name shell-file-name)
|
||||||
|
|
Loading…
Reference in New Issue