From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: knubee Newsgroups: gmane.emacs.help Subject: Re: howto build separate cvs version? Date: Mon, 2 Jun 2008 03:19:37 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <65bdbca2-1577-4476-a14d-328f1919d613@b9g2000prh.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1212403328 1771 80.91.229.12 (2 Jun 2008 10:42:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Jun 2008 10:42:08 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 02 12:42:50 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K37V1-000508-AT for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Jun 2008 12:42:47 +0200 Original-Received: from localhost ([127.0.0.1]:47640 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K37UF-0007aI-3v for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Jun 2008 06:41:59 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!d19g2000prm.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 9 Original-NNTP-Posting-Host: 218.186.11.3 Original-X-Trace: posting.google.com 1212401977 29627 127.0.0.1 (2 Jun 2008 10:19:37 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 2 Jun 2008 10:19:37 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: d19g2000prm.googlegroups.com; posting-host=218.186.11.3; posting-account=_zPoRwoAAABON32tn-LfL57pFd05oz25 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008052312 Firefox/3.0,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:159061 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:54422 Archived-At: > In the site-lisp directory hidden in the emacs-from-cvs directory there > can be a file called site-start.el In that file you can put something > like this > > (setenv "HOME" /path/to/a/different/home-dir) > > Make that directory and put your new dotemacs there. works like a charm. thanks!