From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: [sdl.web@gmail.com: Two errors] Date: Mon, 30 Jul 2007 10:28:57 -0700 Message-ID: <200707301728.l6UHSvrF007038@oogie-boogie.ics.uci.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1185816662 20239 80.91.229.12 (30 Jul 2007 17:31:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 Jul 2007 17:31:02 +0000 (UTC) Cc: emacs-devel@gnu.org To: Leo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 30 19:30:55 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 1IFZ55-0002sM-Ae for ged-emacs-devel@m.gmane.org; Mon, 30 Jul 2007 19:30:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IFZ54-00089j-IJ for ged-emacs-devel@m.gmane.org; Mon, 30 Jul 2007 13:30:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IFZ51-00085Z-6S for emacs-devel@gnu.org; Mon, 30 Jul 2007 13:30:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IFZ4x-0007v7-MN for emacs-devel@gnu.org; Mon, 30 Jul 2007 13:30:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IFZ4x-0007uz-Jb for emacs-devel@gnu.org; Mon, 30 Jul 2007 13:30:47 -0400 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IFZ4x-0005Lx-4J for emacs-devel@gnu.org; Mon, 30 Jul 2007 13:30:47 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id l6UHSvrF007038; Mon, 30 Jul 2007 10:28:57 -0700 (PDT) In-Reply-To: (Leo's message of "Mon\, 30 Jul 2007 17\:47\:44 +0100") Original-Lines: 28 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.363, required 5, autolearn=disabled, ALL_TRUSTED -1.44, TW_SV 0.08) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: Solaris 9 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:75823 Archived-At: Leo writes: > On 2007-07-30 17:44 +0100, Richard Stallman wrote: > > From: Leo > > Subject: Two errors > > To: bug-gnu-emacs@gnu.org > > Date: Sun, 29 Jul 2007 00:02:01 +0100 > > > > 1. Open a file in version control, type "C-x v l" and look at the > > *Message* buffer: > > > > Loading log-view...done > > Error during redisplay: (void-function ,log-view-file-re) > > > > 2. Following 1, go to the newly created *vc-change-log* buffer and type > > 'd' (log-view-diff): > > > > log-view-current-file: Search failed: "^\\(?:Working file: \\(?1:.+\\)\\|\\(?:SCCS/s\\.\\|Changes to \\)\\(?1:.+\\):\\)" > > > > [Tested in GNU Emacs 23.0.0.4 (i686-pc-linux-gnu, GTK+ Version 2.10.14) of 2007-07-27] > > Please test with a file under SVN. This is because of the recent changes to VC, vc-svn-print-log does this: (insert "Working file(s): " but the regexp in log-view looks for "Working file:"