From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: NTemacs doesn't understand RCS Date: Tue, 09 Nov 2004 23:03:20 GMT Message-ID: References: <921d670a.0411040819.4a3a5f5d@posting.google.com> <2uvbniF2f1357U1@uni-berlin.de> <921d670a.0411091229.2ea6dfa7@posting.google.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1100041310 11156 80.91.229.6 (9 Nov 2004 23:01:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 9 Nov 2004 23:01:50 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 10 00:01:38 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CRezZ-00080q-00 for ; Wed, 10 Nov 2004 00:01:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRf7z-0001Dp-HI for geh-help-gnu-emacs@m.gmane.org; Tue, 09 Nov 2004 18:10:19 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!cyclone.bc.net!snoopy.risq.qc.ca!charlie.risq.qc.ca!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:XKDegxMQTV213OZwZuReQYX6PpQ= Original-Lines: 14 Original-NNTP-Posting-Host: 132.204.24.84 Original-X-Complaints-To: abuse@umontreal.ca Original-X-Trace: charlie.risq.qc.ca 1100041400 132.204.24.84 (Tue, 09 Nov 2004 18:03:20 EST) Original-NNTP-Posting-Date: Tue, 09 Nov 2004 18:03:20 EST Original-Xref: shelby.stanford.edu gnu.emacs.help:126469 Original-To: help-gnu-emacs@gnu.org 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: main.gmane.org gmane.emacs.help:21861 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:21861 > I'm still getting the same message, so I guess it is not working. I > put it in my .emacs file and just to be sure copied it to *scratch* > and did an eval-buffer. What is vc-rcs-master-templates? The look > like they should be file specs. Is there a way to debug this code? Put the code in a scratch buffer, place the cursor inside the gmvhdl-rcs-template and do C-u M-C-x (i.e. "eval defun using edebug"). Then C-x C-f one of those RCS-controlled files : you'll be put inside the Edebug debugger where you can execute the function step by step (`n' or SPC advances one step, `q' quits). See the edebug manual for more. Stefan