From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: vc-mtn bug? Date: Wed, 26 Mar 2008 23:41:55 -0400 Message-ID: References: <873aqcao1v.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1206589331 24871 80.91.229.12 (27 Mar 2008 03:42:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Mar 2008 03:42:11 +0000 (UTC) Cc: emacs-devel Mailinglist To: Sebastian Rose Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 27 04:42:41 2008 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 1Jej0h-0001FZ-RA for ged-emacs-devel@m.gmane.org; Thu, 27 Mar 2008 04:42:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jej06-0005Ka-FE for ged-emacs-devel@m.gmane.org; Wed, 26 Mar 2008 23:42:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jej02-0005JM-UT for emacs-devel@gnu.org; Wed, 26 Mar 2008 23:41:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jej02-0005He-2Z for emacs-devel@gnu.org; Wed, 26 Mar 2008 23:41:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jej01-0005HT-VK for emacs-devel@gnu.org; Wed, 26 Mar 2008 23:41:57 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182] helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jej01-00082Y-P6 for emacs-devel@gnu.org; Wed, 26 Mar 2008 23:41:57 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuAEAO6z6kdMCrTo/2dsb2JhbACBWqlY X-IronPort-AV: E=Sophos;i="4.25,562,1199682000"; d="scan'208";a="16932396" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 26 Mar 2008 23:41:56 -0400 Original-Received: from pastel.home ([76.10.180.232]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id HGQ28956; Wed, 26 Mar 2008 23:41:56 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id E70E77F9E; Wed, 26 Mar 2008 23:41:55 -0400 (EDT) In-Reply-To: <873aqcao1v.fsf@gmx.de> (Sebastian Rose's message of "Thu, 27 Mar 2008 03:38:52 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:93611 Archived-At: > I wrote a mail like this before but to no avail. There seems to be a bug > in vc-mtn.el that leeds to dataloss and therefore is very serious > IMHO. I suspected org.el in the first place, but it turned out, that the > bogous behaviour happens only, when starting emacs in a directory under > monotone version controll. Thanks. I believe I've fixed it with a seemingly unrelated commit in vc.el. Apparently the real bug is somewhere in kill-buffer (it may change current-buffer in some unexpected circumstances), but that one will have to wait a little. Stefan