From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#1046: 23.0.60; vc-dir with Subversion Date: Sat, 04 Oct 2008 15:54:00 -0400 Message-ID: References: <18655.13103.295021.779321@kahikatea.snap.net.nz> <18663.12069.154443.910505@kahikatea.snap.net.nz> Reply-To: Glenn Morris , 1046@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1223151016 20026 80.91.229.12 (4 Oct 2008 20:10:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 4 Oct 2008 20:10:16 +0000 (UTC) Cc: 1046@emacsbugs.donarmstrong.com To: Nick Roberts Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 04 22:11:12 2008 Return-path: Envelope-to: geb-bug-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 1KmDT3-0000KB-G5 for geb-bug-gnu-emacs@m.gmane.org; Sat, 04 Oct 2008 22:11:09 +0200 Original-Received: from localhost ([127.0.0.1]:49955 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KmDS0-00020M-1D for geb-bug-gnu-emacs@m.gmane.org; Sat, 04 Oct 2008 16:10:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KmDRw-00020E-CD for bug-gnu-emacs@gnu.org; Sat, 04 Oct 2008 16:10:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KmDRv-000202-Io for bug-gnu-emacs@gnu.org; Sat, 04 Oct 2008 16:09:59 -0400 Original-Received: from [199.232.76.173] (port=50863 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KmDRv-0001zz-FF for bug-gnu-emacs@gnu.org; Sat, 04 Oct 2008 16:09:59 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:44576) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KmDRu-000639-SK for bug-gnu-emacs@gnu.org; Sat, 04 Oct 2008 16:09:59 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m94K9uKp027173; Sat, 4 Oct 2008 13:09:56 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m94K55Zd026121; Sat, 4 Oct 2008 13:05:05 -0700 X-Loop: don@donarmstrong.com Resent-From: Glenn Morris Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sat, 04 Oct 2008 20:05:05 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 1046 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: patch Original-Received: via spool by 1046-submit@emacsbugs.donarmstrong.com id=B1046.122315018224036 (code B ref 1046); Sat, 04 Oct 2008 20:05:05 +0000 Original-Received: (at 1046) by emacsbugs.donarmstrong.com; 4 Oct 2008 19:56:22 +0000 Original-Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m94JuJqb024030 for <1046@emacsbugs.donarmstrong.com>; Sat, 4 Oct 2008 12:56:20 -0700 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KmDCS-0005o0-6g; Sat, 04 Oct 2008 15:54:00 -0400 X-Spook: explosion government import corporate security Honduras X-Ran: :>AOcNQW('lJg]O'LcZc~w(8TYfrd\h|)%s"yDJ2z@o1dhPcF

(Nick Roberts's message of "Sat, 4 Oct 2008 20:53:57 +1200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Resent-Date: Sat, 04 Oct 2008 16:09:59 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:21108 Archived-At: Nick Roberts wrote: > Perhaps mention that this function is only in pre Emacs 23. OK. > I'm not sure that I understand the current naming convention. Me neither. > (let (result dirlist) [...] > (let ((basename (match-string 1)) > (file (expand-file-name basename dir)) > (status (or (vc-file-getprop file 'vc-state) > (vc-cvs-parse-entry file t)))) My personal preference is to use as few lets as possible (in case we start running out...).