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: Glenn Morris
Subject: bug#1046: 23.0.60; vc-dir with Subversion
Date: Sat, 04 Oct 2008 15:54:00 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

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...).






reply via email to

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