From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: ediff in RCS Date: Sun, 17 Jun 2007 16:00:49 -0700 Message-ID: References: <87ps3utelh.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1182121329 28257 80.91.229.12 (17 Jun 2007 23:02:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 17 Jun 2007 23:02:09 +0000 (UTC) To: "Hadron" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 18 01:02:05 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I03kx-0001hs-A2 for geh-help-gnu-emacs@m.gmane.org; Mon, 18 Jun 2007 01:02:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I03kw-0000bK-NH for geh-help-gnu-emacs@m.gmane.org; Sun, 17 Jun 2007 19:02:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I03kf-0000aM-Be for help-gnu-emacs@gnu.org; Sun, 17 Jun 2007 19:01:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I03kc-0000Zh-NX for help-gnu-emacs@gnu.org; Sun, 17 Jun 2007 19:01:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I03kc-0000Ze-Ed for help-gnu-emacs@gnu.org; Sun, 17 Jun 2007 19:01:42 -0400 Original-Received: from agminet01.oracle.com ([141.146.126.228]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1I03kb-0007yg-QJ for help-gnu-emacs@gnu.org; Sun, 17 Jun 2007 19:01:42 -0400 Original-Received: from rgmgw3.us.oracle.com (rgmgw3.us.oracle.com [138.1.186.112]) by agminet01.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id l5HN1bf5007295; Sun, 17 Jun 2007 18:01:38 -0500 Original-Received: from acsmt350.oracle.com (acsmt350.oracle.com [141.146.40.150]) by rgmgw3.us.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id l5HMZLmB008032; Sun, 17 Jun 2007 17:01:37 -0600 Original-Received: from dhcp-amer-csvpn-gw1-141-144-64-234.vpn.oracle.com by acsmt351.oracle.com with ESMTP id 2934341351182121267; Sun, 17 Jun 2007 16:01:07 -0700 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <87ps3utelh.fsf@gmail.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-Whitelist: TRUE X-Whitelist: TRUE X-Brightmail-Tracker: AAAAAQAAAAI= X-detected-kernel: Linux 2.4-2.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:45143 Archived-At: > I have downloaded to my lisp path the following > > vc+.el vc-.el vc-ediff.el vc-hooks+.el > > (I can find no documentation on them or installation guides but ran > across them from the emacs wiki) > > I have added > > (require 'vc-hooks+) > > to my init files. > > Now ediff (as opposed to diff) comes up from "C-x v =" (C-x v = runs the > command vc-ediff) but other keys now dont work e.g > > ,---- > | vc-register: Symbol's function definition is void: vc-admin > | Symbol's function definition is void: vc-admin > `---- > > Has anyone used this stuff? Is there a full "package" of all related > files somewhere? It's like some giant jigsaw at the moment :-; This is my fault ;-). I wrote vc-.el, vc+.el, and vc-hooks+.el long, long ago. I doubt that they work well or even work at all with recent Emacs versions. I leave the code on the wiki in case it helps someone, but there are no guarantees associated with it. If I were you, I would try doing whatever you need to do without using those libraries. If you cannot do what you need, and if you see something in those libraries that looks like it might help, then you can try to adapt it for use with recent Emacs versions. Again, no guarantees of anything.