bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#1046: 23.0.60; vc-dir with Subversion


From: Stefan Monnier
Subject: bug#1046: 23.0.60; vc-dir with Subversion
Date: Mon, 06 Oct 2008 10:18:45 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

>> (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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]