From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "knubee" Newsgroups: gmane.emacs.help Subject: cvs emacs questions Date: 15 Apr 2007 18:46:05 -0700 Organization: http://groups.google.com Message-ID: <1176687965.342224.234740@y5g2000hsa.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1176691110 3435 80.91.229.12 (16 Apr 2007 02:38:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Apr 2007 02:38:30 +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 Apr 16 04:38:25 2007 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 1HdH6m-0004JJ-MU for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Apr 2007 04:38:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HdHBL-0002X4-8y for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Apr 2007 22:43:07 -0400 Original-Path: shelby.stanford.edu!newshub.stanford.edu!postnews.google.com!y5g2000hsa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 27 Original-NNTP-Posting-Host: 202.156.12.11 Original-X-Trace: posting.google.com 1176687966 11797 127.0.0.1 (16 Apr 2007 01:46:06 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 16 Apr 2007 01:46:06 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20061201 Firefox/2.0.0.2 (Ubuntu-feisty),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: y5g2000hsa.googlegroups.com; posting-host=202.156.12.11; posting-account=MkYT1A0AAAAygkk8ajaRXhpLS0AUkwvK Original-Xref: shelby.stanford.edu gnu.emacs.help:147104 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:42708 Archived-At: I have installed cvs version of emacs following the instructions on emacswiki: cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/cvsroot/emacs co emacs cd emacs ./configure make bootstrap make make install The new install seems to be mostly working, but I have a couple of questions: 1. Keeping this version up to date. I realize I need to run "cvs ... update" -- but do I also need to do the rest of the steps above after each update (ie, "./configure" and "make bootstrap" etc.)? 2. I realize there are many changes between emacs 21.4 and 22, but are there any major changes that require me to deal with add-on packages (such as VM or BBDB) in a new way? For example, changes to default locations of files, etc.? thanks.