From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Robert J. Chassell" Newsgroups: gmane.emacs.devel Subject: Re: Fwd: vc-register doesn't recognize subversion repository Date: Sat, 14 Jul 2007 15:12:31 +0000 (UTC) Message-ID: References: <87zm20dkd7.fsf@baldur.tsdh.de> Reply-To: bob@rattlesnake.com NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1184425897 8597 80.91.229.12 (14 Jul 2007 15:11:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 14 Jul 2007 15:11:37 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 14 17:11: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 1I9jHO-0005sT-Hc for ged-emacs-devel@m.gmane.org; Sat, 14 Jul 2007 17:11:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I9jHN-0007s0-PQ for ged-emacs-devel@m.gmane.org; Sat, 14 Jul 2007 11:11:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I9jHK-0007q7-Mh for emacs-devel@gnu.org; Sat, 14 Jul 2007 11:11:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I9jHJ-0007oa-FW for emacs-devel@gnu.org; Sat, 14 Jul 2007 11:11:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I9jHJ-0007oV-BU for emacs-devel@gnu.org; Sat, 14 Jul 2007 11:11:25 -0400 Original-Received: from cpe-69-204-164-144.nycap.res.rr.com ([69.204.164.144] helo=rattlesnake.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I9jHJ-00051E-1G for emacs-devel@gnu.org; Sat, 14 Jul 2007 11:11:25 -0400 Original-Received: by rattlesnake.com via sendmail from stdin id (Debian Smail3.2.0.115) Sat, 14 Jul 2007 15:12:31 +0000 (UTC) In-reply-to: (message from Stefan Monnier on Fri, 13 Jul 2007 19:09:38 -0400) X-detected-kernel: 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:74765 Archived-At: Today's GNU Emacs CVS snapshot, Sat, 2007 Jul 14 09:58 UTC GNU Emacs 22.1.50.71 (i686-pc-linux-gnu, GTK+ Version 2.10.13) started with /usr/local/src/emacs/src/emacs -Q -D \ --eval '(setq-default mode-line-buffer-identification (quote (#("%14b" 0 4 (face (:weight normal))))))' \ -fn "-Misc-Fixed-Medium-R-Normal--20-200-75-75-C-100-ISO8859-1" \ --visit=/usr/local/bin/emacs-test \ --eval "(setq frame-title-format '(\"Emacs test: %b\"))" \ --eval '(set-frame-name "Emacs test")' \ --eval '(switch-to-buffer "*scratch*")' \ --eval '(emacs-version t)' i.e., started with -Q -D and a bunch of other items, none of which are important for the nonce. In /usr/local/src/emacspeak/lisp/emacspeak-actions.el which is a file I got via svn M-: (vc-svn-responsible-p (buffer-file-name)) RET returns t When I use the keyboard with C-x v g (vc-annotate) in that buffer, I see the annotated buffer in *Annotate emacspeak-actions.el (rev 4678)* colored, in Annotate mode. However when I do that in my normal Emacs using that file, after M-x load-library RET vc-svn RET M-: (vc-svn-responsible-p (buffer-file-name)) RET which returns t the `C-x v' (vc-annotate) command fails and I see vc-ensure-vc-buffer: File /usr/local/src/emacspeak/lisp/emacspeak-actions.el is not under version control However, when I evaluate (vc-svn-annotate-command "/usr/local/src/emacspeak/lisp/emacspeak-actions.el" "*emacspeak-actions.el*") I see the annotated buffer in *emacspeak-actions.el* uncolored, in Fundamental mode -- Robert J. Chassell GnuPG Key ID: 004B4AC8 bob@rattlesnake.com bob@gnu.org http://www.rattlesnake.com http://www.teak.cc