From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Karl Fogel Newsgroups: gmane.emacs.devel Subject: Re: bazaar: "unable to obtain lock" Date: Thu, 31 Dec 2009 14:14:39 -0500 Message-ID: <87fx6rc5wg.fsf@red-bean.com> References: <87my11gmf4.fsf@red-bean.com> Reply-To: Karl Fogel NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1262286923 10180 80.91.229.12 (31 Dec 2009 19:15:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Dec 2009 19:15:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: bob@gnu.org (Robert J. Chassell) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 31 20:15:16 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NQQUA-0004gl-27 for ged-emacs-devel@m.gmane.org; Thu, 31 Dec 2009 20:15:13 +0100 Original-Received: from localhost ([127.0.0.1]:38629 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQQU2-0001yj-6W for ged-emacs-devel@m.gmane.org; Thu, 31 Dec 2009 14:14:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NQQTx-0001yV-7Y for emacs-devel@gnu.org; Thu, 31 Dec 2009 14:14:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NQQTs-0001xy-S5 for emacs-devel@gnu.org; Thu, 31 Dec 2009 14:14:48 -0500 Original-Received: from [199.232.76.173] (port=52651 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQQTs-0001xv-NK for emacs-devel@gnu.org; Thu, 31 Dec 2009 14:14:44 -0500 Original-Received: from sanpietro.red-bean.com ([66.146.206.141]:40112) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NQQTq-0007I6-GF; Thu, 31 Dec 2009 14:14:42 -0500 Original-Received: from localhost ([127.0.0.1]:55012 helo=kfogel-work ident=kfogel) by sanpietro.red-bean.com with esmtp (Exim 4.71) (envelope-from ) id 1NQQTo-0008JV-A9; Thu, 31 Dec 2009 13:14:40 -0600 In-Reply-To: (Robert J. Chassell's message of "Wed, 30 Dec 2009 10:15:05 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:119163 Archived-At: bob@gnu.org (Robert J. Chassell) writes: > http://www.red-bean.com/kfogel/emacs-bzr-repository.tar.gz > >Thank you. I downloaded it in 72 minutes. I have taken longer getting >my .emacs file OK but /usr/local/src/emacs/trunk/src/emacs seems to work >now. My Enlightment menu does not, but we will wait on that. I can >start the emacs with a shell. Next I am going to bootstrap it with the >changes I got with a `bzr pull'. > >How do I avoid a shell and do it all in Emacs? Oops, I'm not quite sure what the question is -- what's the "it" here? Compile Emacs? Update your local sources using bzr? Something else? (If it's the second one, I don't know the answer. I stopped using VC almost a decade ago because it didn't seem to be keeping up with the changes in various version control systems I used. I understand the situation is much improved now, but I never went back to VC; I just run 'bzr' in an Emacs shell buffer.) Best, -K