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: 28 Dec 2002 08:49:55 -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> <5ld6obj8il.fsf@rum.cs.yale.edu> <091220021652087216%ajanta@no.spam> <111220021101520860%ajanta@no.spam> <111220021253524057%ajanta@no.spam> <5l65u0i8zj.fsf@rum.cs.yale.edu> <87u1hjdwta.fsf@hurd.crasseux.com> <121220021324043990%ajanta@no.spam> <171220021132381961%ajanta@no.spam> <841y422yha.fsf@lucy.cs.uni-dortmund.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1041084325 26410 80.91.224.249 (28 Dec 2002 14:05:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 28 Dec 2002 14:05:25 +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 18SHad-0006rq-00 for ; Sat, 28 Dec 2002 15:05:23 +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 18SHWR-0004js-01 for gnu-help-gnu-emacs@m.gmane.org; Sat, 28 Dec 2002 09:01:03 -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:108549 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:5079 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:5079 kai> You will need similar links for the man pages and for the kai> info files. (And for info, there is the `dir' file to take kai> care of.) My emacs installation is a shell script that does post-install adjustments like man-pages, site-lisp, etc. The only change I make to the script for each new installation, is the emacs version number. The man-pages get installed in /usr/local/man/manl. Site-customizations get installed in /usr/common/emacs/site-lisp (the /usr/common filesystem is mounted on all hosts and is architecture neutral) and is sym-linked into the /usr/local/emacs-21.1 tree by the post-install script. kai> IMHO, a software isn't fully installed unless its kai> documentation is also easily accessible. Nobody (mostly) reads documentation here; it's faster and easier to ask me.