From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.devel Subject: 23.0.50; VC; log-view-diff -> vc-version-diff undefined Date: Thu, 18 Oct 2007 23:20:04 +0200 Message-ID: Reply-To: Reiner Steib NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1192742487 27530 80.91.229.12 (18 Oct 2007 21:21:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Oct 2007 21:21:27 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 18 23:21:27 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 1Iico2-0002Nj-Gu for ged-emacs-devel@m.gmane.org; Thu, 18 Oct 2007 23:21:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iicnv-0005YS-24 for ged-emacs-devel@m.gmane.org; Thu, 18 Oct 2007 17:21:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IicnY-0005Ld-JN for emacs-devel@gnu.org; Thu, 18 Oct 2007 17:20:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IicnX-0005L0-3z for emacs-devel@gnu.org; Thu, 18 Oct 2007 17:20:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IicnW-0005Kx-TB for emacs-devel@gnu.org; Thu, 18 Oct 2007 17:20:54 -0400 Original-Received: from mail.uni-ulm.de ([134.60.1.11]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IicnW-0007vS-EO for emacs-devel@gnu.org; Thu, 18 Oct 2007 17:20:54 -0400 Original-Received: from bridgekeeper.physik.uni-ulm.de (bridgekeeper.physik.uni-ulm.de [134.60.41.37]) by mail.uni-ulm.de (8.14.1/8.14.1) with ESMTP id l9ILKqFY027867 for ; Thu, 18 Oct 2007 23:20:52 +0200 (MEST) Original-Received: from localhost (bridgekeeper.physik.uni-ulm.de [134.60.41.37]) by bridgekeeper.physik.uni-ulm.de (Postfix) with ESMTP id 1111312C67 for ; Thu, 18 Oct 2007 23:20:52 +0200 (CEST) X-Face: 'bg&jY[8V'W&:=~6w"|>}#4/T; w~36ei4NNMyKRR.a$n=$|sWFPF1y]a\>6kc\*#GN]UDM| Ywv, vbL^XF1nIp\:F=$Ei2o&mEe:%N~, :3]vtQ~s9u$9izmX$IF@VgGl7/, ^dbuM<3|AO2}.%|%?kZ 2Y=@\U!~cll^=8Z9ihKq%wmUe1Ky(#kl3T'>Qk0Ia3mCBsTk?E(,X Mail-Copies-To: nobody User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) X-DCC-URT-Metrics: poseidon 1060; Body=1 Fuz1=1 Fuz2=1 X-Virus-Scanned: by amavisd-new 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:81169 Archived-At: M-x report-emacs-bug RET wrote: > Please describe exactly what actions triggered the bug > and the precise symptoms of the bug: After `C-x v l' in a CVSed file (e.g. emacs/README), hit `d' (vc-version-diff). Instead of showing the diff of this revision, I got an error: "Autoloading failed to define function vc-version-diff". To reproduce: cd /.../cvs-HEAD/emacs/ emacs -Q README --eval '(progn (toggle-debug-on-error) (vc-print-log) (sit-for 10) (log-view-diff (point) (1+ (point))))' Debugger entered--Lisp error: (error "Autoloading failed to define function vc-version-diff") vc-version-diff("/.../cvs-HEAD/emacs/README" "1.60" "1.61") log-view-diff(2435 2436) (progn ....) eval((progn (toggle-debug-on-error) (vc-print-log) (sit-for 10) (log-view-diff (point) (1+ ...)))) command-line-1(...) command-line() normal-top-level() > In GNU Emacs 23.0.50.4 (i686-pc-linux-gnu, GTK+ Version 2.10.6) > of 2007-10-18 on viandante > Windowing system distributor `The X.Org Foundation', version 11.0.70199902 > configured using `configure '--prefix=/import/xtra/emacs/HEAD' '--with-gtk' '--exec-prefix=/import/xtra/emacs/HEAD-i686'' > Important settings: > value of $LC_ALL: nil > value of $LC_COLLATE: nil > value of $LC_CTYPE: nil > value of $LC_MESSAGES: nil > value of $LC_MONETARY: nil > value of $LC_NUMERIC: nil > value of $LC_TIME: nil > value of $LANG: en_US.UTF-8 > locale-coding-system: utf-8 > default-enable-multibyte-characters: t Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/