From: Rupert Swarbrick <ruperts@broadcom.com>
To: Dmitry Gutov <dgutov@yandex.ru>
Cc: "Eric S. Raymond" <esr@thyrsus.com>, 19732@debbugs.gnu.org
Subject: bug#19732: 25.0.50; Wrong type argument: arrayp when running vc-dir on a CVS repo
Date: Fri, 6 Feb 2015 10:20:05 +0000 [thread overview]
Message-ID: <889lhkb9wa2.fsf@broadcom.com> (raw)
In-Reply-To: <54CBCEC0.9070705@yandex.ru> (Dmitry Gutov's message of "Fri, 30 Jan 2015 20:34:40 +0200")
Dmitry Gutov <dgutov@yandex.ru> writes:
> Rupert, please try this patch instead:
>
> <--
> diff --git a/lisp/vc/vc-cvs.el b/lisp/vc/vc-cvs.el
> index d803c16..707090a 100644
> --- a/lisp/vc/vc-cvs.el
> +++ b/lisp/vc/vc-cvs.el
> @@ -1076,7 +1076,7 @@ Query all files in DIR if files is nil."
> (if (and (not files) local (not (eq local 'only-file)))
> (vc-cvs-dir-status-heuristic dir update-function)
> (if (not files) (setq files (vc-expand-dirs (list dir) 'CVS)))
> - (vc-cvs-command (current-buffer) 'async dir "-f" "status" files)
> + (vc-cvs-command (current-buffer) 'async files "-f" "status")
> ;; Alternative implementation: use the "update" command instead of
> ;; the "status" command.
> ;; (vc-cvs-command (current-buffer) 'async
> <--
Sorry for the slow reply. This seems to fix things, thanks.
Rupert
next prev parent reply other threads:[~2015-02-06 10:20 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-30 13:12 bug#19732: 25.0.50; Wrong type argument: arrayp when running vc-dir on a CVS repo Rupert Swarbrick
2015-01-30 18:34 ` Dmitry Gutov
2015-02-06 10:20 ` Rupert Swarbrick [this message]
2015-02-06 23:37 ` Dmitry Gutov
2015-01-30 18:35 ` Dmitry Gutov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=889lhkb9wa2.fsf@broadcom.com \
--to=ruperts@broadcom.com \
--cc=19732@debbugs.gnu.org \
--cc=dgutov@yandex.ru \
--cc=esr@thyrsus.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).