From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luis Fernandes Newsgroups: gmane.emacs.help Subject: Re: Software/HD ecology Date: 27 Dec 2002 07:48:15 -0500 Organization: Ryerson Polytechnic University Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <041220020952400758%ajanta@no.spam> <56cfb0e3.0212041458.5eab182a@posting.google.com> <061220020416350201%ajanta@no.spam> <071220021155280606%ajanta@no.spam> <5ld6obj8il.fsf@rum.cs.yale.edu> <111220021253524057%ajanta@no.spam> <5l65u0i8zj.fsf@rum.cs.yale.edu> <111220022053507599%ajanta@no.spam> <121220021324043990%ajanta@no.spam> <171220021132381961%ajanta@no.spam> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1040994082 3343 80.91.224.249 (27 Dec 2002 13:01:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 27 Dec 2002 13:01:22 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18Ru6i-0000qD-00 for ; Fri, 27 Dec 2002 14:00:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18Ru6T-00034k-03 for gnu-help-gnu-emacs@m.gmane.org; Fri, 27 Dec 2002 08:00:41 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!nntp.cs.ubc.ca!torn!news.ryerson.ca!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: sulfur.ee.ryerson.ca User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.106 Original-Xref: shelby.stanford.edu gnu.emacs.help:108506 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:5035 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:5035 >>>>> "miles" == Miles Bader writes: miles> of simple packages -- and many packages where multiple miles> version support _is_ important (e.g., emacs, gcc) already miles> support it it. The support is there, but it is not enabled *by default*. I would like to see *all* of emacs installed into a *single* directory. To install emacs (in /usr/local/emacs-21.3/) I (Joe Average User) would type: configure; make ; make install I, or the script, can make a link from /usr/local/bin/emacs to /usr/local/emacs-21.3/bin/emacs. To un-install emacs, I would type: rm -rf /usr/local/emacs-21.3/ To clean-up, I would type: rm /usr/local/bin/emacs