GNU bug report logs - #1046
23.0.60; vc-dir with Subversion

Previous Next

Package: emacs;

Reported by: Nick Roberts <nickrob <at> snap.net.nz>

Date: Sun, 28 Sep 2008 07:40:03 UTC

Severity: normal

Tags: patch

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Stefan Monnier <monnier <at> IRO.UMontreal.CA>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 1046 <at> debbugs.gnu.org, Nick Roberts <nickrob <at> snap.net.nz>
Subject: bug#1046: 23.0.60; vc-dir with Subversion
Date: Mon, 06 Oct 2008 10:18:45 -0400
>> (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...).

We still have a large supply of `let's, so you can use them liberally.
Especially if they can eliminate a few pesky `setq's.  They only problem
with `let's as of now is that they eat up indentation space, but it's
rarely a serious problem.


        Stefan




This bug report was last modified 16 years and 288 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.