From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.50; log-view-current-file error Date: Sat, 01 Sep 2007 23:09:14 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1188702574 18654 80.91.229.12 (2 Sep 2007 03:09:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 2 Sep 2007 03:09:34 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: Leo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 02 05:09:32 2007 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 1IRfq7-0004Pz-DH for ged-emacs-devel@m.gmane.org; Sun, 02 Sep 2007 05:09:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IRfq6-0005kj-IP for ged-emacs-devel@m.gmane.org; Sat, 01 Sep 2007 23:09:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IRfq4-0005ke-A8 for emacs-devel@gnu.org; Sat, 01 Sep 2007 23:09:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IRfq3-0005kR-LN for emacs-devel@gnu.org; Sat, 01 Sep 2007 23:09:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IRfq3-0005kO-Fk for emacs-devel@gnu.org; Sat, 01 Sep 2007 23:09:27 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IRfq3-0000Pk-7i for emacs-devel@gnu.org; Sat, 01 Sep 2007 23:09:27 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IRfpq-0004XG-Ux; Sat, 01 Sep 2007 23:09:14 -0400 X-Spook: Blowfish asset PGP Waco, Texas lynch quiche covert video X-Ran: (b4D"6sn7s"e1{e`EDd`753l9=k~7Y (sdl.web@gmail.com's message of "Sun, 02 Sep 2007 03:14:26 +0100") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:77571 gmane.emacs.pretest.bugs:19690 Archived-At: Leo wrote: > 1. open a file under svn > 2. C-x v l > 3. d > > You will see the error: > > log-view-current-file: Search failed: "^\\(?:Working file: > \\(?1:.+\\)\\|\\(?:SCCS/s\\.\\|Changes to \\)\\(?1:.+\\):\\)" Actually as of a little while ago you see a different error. :) This was reported before. It's caused by ESR's VC changes. It's trivial to modify the regexp to match the new format (which now says "file(s)"), but less trivial to make it actually do the right thing if there are multiple files there (perhaps there can't be at present, I don't know).