From: Thien-Thi Nguyen <ttn@gnuvola.org>
To: Uwe Brauer <oub@mat.ucm.es>
Cc: emacs-devel@gnu.org
Subject: Re: (vc-annotate-revision-previous-to-line) rcs, cannot go back
Date: Sat, 20 Apr 2013 13:22:53 +0200 [thread overview]
Message-ID: <87a9otwinm.fsf@zigzag.favinet> (raw)
In-Reply-To: <87haj1ikes.fsf@mat.ucm.es> (Uwe Brauer's message of "Sat, 20 Apr 2013 12:08:43 +0200")
[-- Attachment #1: Type: text/plain, Size: 628 bytes --]
() Uwe Brauer <oub@mat.ucm.es>
() Sat, 20 Apr 2013 12:08:43 +0200
however it does not work in GNU emacs 23, since it does not know
the functions, vc-rcs-minor-part, vc-rcs-trunk-p
I presume I have to try 24?
Those funcs are available as of Emacs 23.2, i believe. In Emacs 23.1,
they were named ‘vc-minor-part’ and ‘vc-trunk-p’, respectively. If you
cannot upgrade, you can obtain temporary relief with:
(defalias 'vc-rcs-minor-part 'vc-minor-part)
(defalias 'vc-rcs-trunk-p 'vc-trunk-p)
But it's probably better to get out alive while you can...
--
Thien-Thi Nguyen
GPG key: 4C807502
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
next prev parent reply other threads:[~2013-04-20 11:22 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-19 10:28 (vc-annotate-revision-previous-to-line) rcs, cannot go back Uwe Brauer
2013-04-20 9:42 ` Thien-Thi Nguyen
2013-04-20 10:08 ` Uwe Brauer
2013-04-20 11:22 ` Thien-Thi Nguyen [this message]
2013-04-20 17:01 ` Uwe Brauer
2013-04-23 20:32 ` Uwe Brauer
2013-04-24 2:25 ` Thien-Thi Nguyen
2013-04-27 16:40 ` vc-annotate-show-diff- (was: (vc-annotate-revision-previous-to-line) rcs, cannot go back) Uwe Brauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87a9otwinm.fsf@zigzag.favinet \
--to=ttn@gnuvola.org \
--cc=emacs-devel@gnu.org \
--cc=oub@mat.ucm.es \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.