Date: Mon, 15 Sep 1997 20:18:55 -0700 (PDT) Message-Id: <199709160318.UAA02840@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: "Travis" , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: Removing emacs Precedence: bulk At 04:25 9/14/1997 GMT, Travis wrote: >Hi, > I downloaded emacs (everything including that lisp crap) and need to know >exactly what I have to remove to get rid of it. The only thing I >recognized as having to do with emacs was the djgpp\gnu\emacs directory. >Is there anything else I need to remove or change? Thanks. Short answer: I'm pretty sure all the emacs stuff is there. Long answer: When you unzipped the distribution, manifest files were placed in your /djgpp/manifest directory. These contain lists of files in that package, i.e. manifest/em1934b.mft has a list of all the files that were in em1934b.zip. If you have the fileutils, you can do this: c:\djgpp> rm -f @manifest/em1934b.mft and repeat for each other em*.mft file. Otherwise, you can look through them manually and delete those files. Nate Eldredge eldredge AT ap DOT net