From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Dynamic rescaling in doc-view.el Date: Thu, 06 Jan 2011 04:25:31 -0500 Message-ID: References: <87zkrfm47j.fsf@member.fsf.org> <83ei8rm3tr.fsf@gnu.org> <87vd23m373.fsf@member.fsf.org> <87sjx7q9s8.fsf@member.fsf.org> <838vyyn0i2.fsf@gnu.org> <87tyhmldag.fsf@member.fsf.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1294305953 6498 80.91.229.12 (6 Jan 2011 09:25:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 6 Jan 2011 09:25:53 +0000 (UTC) Cc: emacs-devel@gnu.org To: Tassilo Horn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 06 10:25:47 2011 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.69) (envelope-from ) id 1Pam6M-0005Lw-UO for ged-emacs-devel@m.gmane.org; Thu, 06 Jan 2011 10:25:47 +0100 Original-Received: from localhost ([127.0.0.1]:34436 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pam6M-00049U-Al for ged-emacs-devel@m.gmane.org; Thu, 06 Jan 2011 04:25:46 -0500 Original-Received: from [140.186.70.92] (port=56816 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pam6D-00045F-1Z for emacs-devel@gnu.org; Thu, 06 Jan 2011 04:25:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pam6C-0007Wz-71 for emacs-devel@gnu.org; Thu, 06 Jan 2011 04:25:36 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:43797) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pam6B-0007Wk-0R; Thu, 06 Jan 2011 04:25:35 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1Pam67-0005HX-0K; Thu, 06 Jan 2011 04:25:31 -0500 In-reply-to: <87tyhmldag.fsf@member.fsf.org> (message from Tassilo Horn on Thu, 06 Jan 2011 08:08:39 +0100) X-detected-operating-system: by eggs.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:134331 Archived-At: > From: Tassilo Horn > Cc: Eli Zaretskii , emacs-devel@gnu.org > Date: Thu, 06 Jan 2011 08:08:39 +0100 > > First, I tried committing with vc, but after having that hanging for 5 > minutes, I aborted it. Then I tried to commit from the command line, > but there I always got the lock error. Whenever this happens, and you see the lock error on the second commit attempt, you should "bzr break-lock" right there and then, because the lock is yours, and you know that no commit/push operation is going on. Anyone else will usually hesitate to break the lock immediately, so it could stay there for quite some time. Btw, since Savannah switched to bzr+ssh, the locks left behind after a Ctrl-C are much less frequent.