From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: (vc-annotate-revision-previous-to-line) rcs, cannot go back Date: Sat, 20 Apr 2013 13:22:53 +0200 Message-ID: <87a9otwinm.fsf@zigzag.favinet> References: <87haj2stkw.fsf@gilgamesch.quim.ucm.es> <87ip3hwnbl.fsf@zigzag.favinet> <87haj1ikes.fsf@mat.ucm.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: ger.gmane.org 1366456827 23078 80.91.229.3 (20 Apr 2013 11:20:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Apr 2013 11:20:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: Uwe Brauer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 20 13:20:29 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UTVqH-0001Rv-3c for ged-emacs-devel@m.gmane.org; Sat, 20 Apr 2013 13:20:29 +0200 Original-Received: from localhost ([::1]:48090 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTVqG-0003Ug-K2 for ged-emacs-devel@m.gmane.org; Sat, 20 Apr 2013 07:20:28 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:50295) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTVqD-0003Ua-LP for emacs-devel@gnu.org; Sat, 20 Apr 2013 07:20:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UTVqC-0004Dx-Jt for emacs-devel@gnu.org; Sat, 20 Apr 2013 07:20:25 -0400 Original-Received: from smtp209.alice.it ([82.57.200.105]:46324) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTVqC-0004Di-9c for emacs-devel@gnu.org; Sat, 20 Apr 2013 07:20:24 -0400 Original-Received: from zigzag.favinet (82.54.135.208) by smtp209.alice.it (8.6.060.15) id 511CF61A09FE31FA; Sat, 20 Apr 2013 13:20:22 +0200 Original-Received: from ttn by zigzag.favinet with local (Exim 4.72) (envelope-from ) id 1UTVsm-0006lw-M5; Sat, 20 Apr 2013 13:23:04 +0200 In-Reply-To: <87haj1ikes.fsf@mat.ucm.es> (Uwe Brauer's message of "Sat, 20 Apr 2013 12:08:43 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.105 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:159044 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable () Uwe Brauer () 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 =E2=80=98vc-minor-part=E2=80=99 and =E2=80=98vc-trunk-p=E2= =80=99, 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... =2D-=20 Thien-Thi Nguyen GPG key: 4C807502 --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAlFyepAACgkQZwMiJEyAdQIWWACfXJToOQ2sT0BAHzzEeuJpvqnP FbIAnA9l21X10DPUNf68igR8yJqV5+2K =QcSb -----END PGP SIGNATURE----- --=-=-=--