From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.help Subject: Re: Debian Local Install of 22? Date: Wed, 08 Feb 2006 22:19:35 +0100 Organization: sometimes Message-ID: <7epslxk0pk.fsf@ada2.unipv.it> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1139441492 1552 80.91.229.2 (8 Feb 2006 23:31:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Feb 2006 23:31:32 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 09 00:31:31 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F6ym3-0004F9-O3 for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Feb 2006 00:30:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F6ym3-0001Yl-5m for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Feb 2006 18:30:59 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news-fra1.dfn.de!news-stu1.dfn.de!news.belwue.de!LF.net!quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: ada2.unipv.it Original-X-Trace: quimby.gnus.org 1139433575 612 193.204.44.145 (8 Feb 2006 21:19:35 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Wed, 8 Feb 2006 21:19:35 +0000 (UTC) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:RGX2ltwyehfWIrL7WrjfSQJftfc= Original-Xref: shelby.stanford.edu gnu.emacs.help:137459 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:33083 Archived-At: Olwe Bottorff writes: > How does one go about installing 22 to local home on > Debian Sarge without involving the sysadmin? check out the source from the GNU cvs repository, change into the top-level directory, type "./configure --prefix ~/local", type "make bootstrap", type "make install" (optional). look at INSTALL.CVS for more info. this process is not restricted to Debian Sarge. i use it myself (w/o installing -- instead i do: "cd ~/bin ; ln -s ~/build/GNU/emacs/src/emacs bloody-emacs" and use "bloody-emacs"). i used to be afraid of wandering outside the debian package system, but that fear has passed playing w/ emacs 22. ymmv. thi