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:15:20 -0500 Message-ID: <87eimbc5vb.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 1262286957 10303 80.91.229.12 (31 Dec 2009 19:15:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Dec 2009 19:15:57 +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:50 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 1NQQUp-0004ye-8H for ged-emacs-devel@m.gmane.org; Thu, 31 Dec 2009 20:15:43 +0100 Original-Received: from localhost ([127.0.0.1]:53530 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQQUp-0002Ku-LY for ged-emacs-devel@m.gmane.org; Thu, 31 Dec 2009 14:15:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NQQUb-0002Fk-CY for emacs-devel@gnu.org; Thu, 31 Dec 2009 14:15:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NQQUW-0002E4-Ti for emacs-devel@gnu.org; Thu, 31 Dec 2009 14:15:28 -0500 Original-Received: from [199.232.76.173] (port=52680 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQQUW-0002Dx-KM for emacs-devel@gnu.org; Thu, 31 Dec 2009 14:15:24 -0500 Original-Received: from sanpietro.red-bean.com ([66.146.206.141]:43995) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NQQUU-0007Qp-H4; Thu, 31 Dec 2009 14:15:22 -0500 Original-Received: from localhost ([127.0.0.1]:57071 helo=kfogel-work ident=kfogel) by sanpietro.red-bean.com with esmtp (Exim 4.71) (envelope-from ) id 1NQQUS-0008PB-UW; Thu, 31 Dec 2009 13:15:21 -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:119164 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