* faq-setup.xml: Add note about clean_setup.pl.
* faq-using.xml: Remove unnecessary line of elisp.
This commit is contained in:
parent
49085f6f16
commit
33cf0e5519
|
@ -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.
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue