Return-Path: Delivered-To: apmail-perl-dev-archive@www.apache.org Received: (qmail 26232 invoked from network); 22 Nov 2004 18:53:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 22 Nov 2004 18:53:26 -0000 Received: (qmail 83602 invoked by uid 500); 22 Nov 2004 18:53:15 -0000 Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 83405 invoked by uid 500); 22 Nov 2004 18:53:14 -0000 Mailing-List: contact dev-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@perl.apache.org Received: (qmail 83344 invoked by uid 99); 22 Nov 2004 18:53:13 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of gcamd-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO main.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 22 Nov 2004 10:53:08 -0800 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CWIvs-0004q4-00 for ; Mon, 22 Nov 2004 19:29:00 +0100 Received: from adsl-3-9-118.mia.bellsouth.net ([65.3.9.118]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Nov 2004 19:29:00 +0100 Received: from joe+gmane by adsl-3-9-118.mia.bellsouth.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Nov 2004 19:29:00 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: dev@perl.apache.org To: dev@perl.apache.org From: Joe Schaefer Subject: emacs hints for psvn.el (was Re: svn question) Date: Mon, 22 Nov 2004 13:28:55 -0500 Lines: 35 Message-ID: <87r7ml20wo.fsf_-_@gemini.sunstarsys.com> References: <419ED036.10707@stason.org> <419ED12E.6090101@electricjellyfish.net> <87u0rktc82.fsf@gemini.sunstarsys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: adsl-3-9-118.mia.bellsouth.net Mail-Copies-To: never User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:7kGlmT+PRQ6JXli58QnkZs4efA8= Sender: news X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Joe Schaefer writes: > I like psvn.el for managing svn projects with emacs, and I > also use compilation buffers to post-process Apache::Test and > Test::More output (such buffers allow you jump right to the > source of a failed test, but they work for grep output also). I just put the relevant portions of my .emacs file here http://cvs.apache.org/~joes/.emacs It's really just a few minor variations on "M-x compile" that are oriented toward Apache::Test and psvn.el. It basically adds these keybindings to *svn-status* mode: ;; Related svn-status keybindings: ;; ;; C: configure ;; M: make ;; B: build (same as make) ;; T: test ;; I: install ;; G: grep But the most useful aspect to me is that any failed tests from Apache::Test are tracked down automatically (just use C-c C-c on the offending line). The only thing I'm still pining for is a compilation buffer macro+regexp that will turn Apache::Test's "oh drat, server dumped core..." lines into a gud session. -- Joe Schaefer --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org