From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Deniz Dogan Newsgroups: gmane.emacs.bugs Subject: bug#11230: 24.1.50; VC doesn't handle internal errors? Date: Thu, 12 Apr 2012 19:58:26 +0200 Message-ID: <4F8717C2.8090501@dogan.se> References: <86lim026ib.fsf@dogan.se> <4F8716A7.9000202@dogan.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1334253596 26096 80.91.229.3 (12 Apr 2012 17:59:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 12 Apr 2012 17:59:56 +0000 (UTC) Cc: 11230@debbugs.gnu.org To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Apr 12 19:59:55 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SIOJH-000111-A3 for geb-bug-gnu-emacs@m.gmane.org; Thu, 12 Apr 2012 19:59:55 +0200 Original-Received: from localhost ([::1]:46529 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SIOJG-0001eE-Ee for geb-bug-gnu-emacs@m.gmane.org; Thu, 12 Apr 2012 13:59:54 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:36177) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SIOJC-0001dx-Rz for bug-gnu-emacs@gnu.org; Thu, 12 Apr 2012 13:59:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SIOJB-0004X7-4x for bug-gnu-emacs@gnu.org; Thu, 12 Apr 2012 13:59:50 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:58111) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SIOJB-0004Wd-1J for bug-gnu-emacs@gnu.org; Thu, 12 Apr 2012 13:59:49 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SIOKM-0004iu-AA for bug-gnu-emacs@gnu.org; Thu, 12 Apr 2012 14:01:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Deniz Dogan Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 12 Apr 2012 18:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11230 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 11230-submit@debbugs.gnu.org id=B11230.133425361118099 (code B ref 11230); Thu, 12 Apr 2012 18:01:02 +0000 Original-Received: (at 11230) by debbugs.gnu.org; 12 Apr 2012 18:00:11 +0000 Original-Received: from localhost ([127.0.0.1]:54649 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SIOJW-0004hr-SF for submit@debbugs.gnu.org; Thu, 12 Apr 2012 14:00:11 -0400 Original-Received: from mxf4.bahnhof.se ([213.80.101.28]:53144) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SIOJU-0004hg-5B for 11230@debbugs.gnu.org; Thu, 12 Apr 2012 14:00:08 -0400 Original-Received: from localhost (mxf4.local [127.0.0.1]) by mxf4-reinject (Postfix) with ESMTP id 098CC5F98ED; Thu, 12 Apr 2012 19:58:54 +0200 (CEST) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MXF2) Original-Received: from mxf4.bahnhof.se ([127.0.0.1]) by localhost (mxf4.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Op-rDIxFPLlk; Thu, 12 Apr 2012 19:58:51 +0200 (CEST) Original-Received: from [46.59.99.230] (h-99-230.a336.priv.bahnhof.se [46.59.99.230]) by mxf4.bahnhof.se (Postfix) with ESMTP id E6B4F5F9840; Thu, 12 Apr 2012 19:58:50 +0200 (CEST) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 In-Reply-To: X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:58908 Archived-At: On 2012-04-12 19:56, Glenn Morris wrote: > Deniz Dogan wrote: > >> Bazaar works just fine from the command-line for all repositories for >> me. > > Try from the command-line > > bzr status --no-classify > You're right, when I pass --no-classify it breaks in the command-line as well. >> I feel that Emacs should at least be able to display the entire error >> message in a readable fashion and not just assume the operation worked. > > It what way is it assuming the operation worked? The return code from bzr is non-zero (4 in fact). This should indicate an error of some sort and Emacs should be able to handle it.