diff options
-rw-r--r-- | winsup/doc/ChangeLog | 5 | ||||
-rw-r--r-- | winsup/doc/faq-setup.xml | 7 | ||||
-rw-r--r-- | winsup/doc/faq-using.xml | 1 |
3 files changed, 11 insertions, 2 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 21df88086..392f06d63 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,8 @@ +2005-12-03 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> + + * faq-setup.xml: Add note about clean_setup.pl. + * faq-using.xml: Remove unnecessary line of elisp. + 2005-10-02 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> * faq-what.xml: Add 2003 and WOW64 to "supported" FAQ. diff --git a/winsup/doc/faq-setup.xml b/winsup/doc/faq-setup.xml index 61a9e6efd..360bee803 100644 --- a/winsup/doc/faq-setup.xml +++ b/winsup/doc/faq-setup.xml @@ -191,7 +191,12 @@ code. Package Directory'', by default the location of <literal>setup.exe</literal>. You may conserve disk space by deleting the subdirectories there. These directories will have very weird looking names, being encoded with -their URLs. +their URLs (named <literal>ftp%3a%2f...</literal>). +</para> +<para>Of course, you can keep them around in case you want to reinstall a +package. If you want to clean out only the outdated packages, Michael Chase +has written a script called <literal>clean_setup.pl</literal>, available +at <ulink url="http://home.ix.netcom.com/~mchase/zip/" />. </para> </answer></qandaentry> diff --git a/winsup/doc/faq-using.xml b/winsup/doc/faq-using.xml index 8fc4ffdc5..39a1ac1c3 100644 --- a/winsup/doc/faq-using.xml +++ b/winsup/doc/faq-using.xml @@ -826,7 +826,6 @@ settings are for Emacs 21.1: ;; NT-emacs assumes a Windows command shell, which you change ;; here. ;; - (setq process-coding-system-alist '(("bash" . undecided-unix))) (setq shell-file-name "bash") (setenv "SHELL" shell-file-name) (setq explicit-shell-file-name shell-file-name) |