Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorDavid Starks-Browning <starksb@ebi.ac.uk>2002-03-03 14:13:21 +0300
committerDavid Starks-Browning <starksb@ebi.ac.uk>2002-03-03 14:13:21 +0300
commit82de6f70277408b938d8abfb7a0b1b75119ca393 (patch)
tree351dd7c64a51f353d5b5552facf7a912e51ded8a /winsup
parent2550d8015b538ea7750decfed3b40812eb5cdead (diff)
update bash+nt-emacs entry for Emacs 21.1 and JDE->JDEE.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/doc/how-using.texinfo6
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/doc/how-using.texinfo b/winsup/doc/how-using.texinfo
index c9b9e59f9..a0c4fc56b 100644
--- a/winsup/doc/how-using.texinfo
+++ b/winsup/doc/how-using.texinfo
@@ -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
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
-bash. This is particularly useful for the JDE package
-(@file{http://sunsite.dk/jde/}).
+bash. This is particularly useful for the JDEE package
+(@file{http://jdee.sunsite.dk/}). The following settings are for
+Emacs 21.1:
@example
;; This assumes that Cygwin is installed in C:\cygwin (the
@@ -607,7 +608,6 @@ bash. This is particularly useful for the JDE package
;; here.
;;
(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)