[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fwd: vc-register doesn't recognize subversion repository
From: |
Robert J. Chassell |
Subject: |
Re: Fwd: vc-register doesn't recognize subversion repository |
Date: |
Sat, 14 Jul 2007 15:12:31 +0000 (UTC) |
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
address@hidden address@hidden
http://www.rattlesnake.com http://www.teak.cc
- address@hidden: vc-register doesn't recognize subversion repository], Richard Stallman, 2007/07/13
- Re: Fwd: vc-register doesn't recognize subversion repository, Stefan Monnier, 2007/07/13
- Re: Fwd: vc-register doesn't recognize subversion repository, Tassilo Horn, 2007/07/13
- Re: Fwd: vc-register doesn't recognize subversion repository, Stefan Monnier, 2007/07/13
- Re: Fwd: vc-register doesn't recognize subversion repository, Tassilo Horn, 2007/07/14
- Re: Fwd: vc-register doesn't recognize subversion repository, Stefan Monnier, 2007/07/14
- Re: Fwd: vc-register doesn't recognize subversion repository, timotheus, 2007/07/14
- Re: Fwd: vc-register doesn't recognize subversion repository, Tassilo Horn, 2007/07/14
- Re: Fwd: vc-register doesn't recognize subversion repository,
Robert J. Chassell <=