From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 30 08:12:44 2015 Received: (at submit) by debbugs.gnu.org; 30 Jan 2015 13:12:44 +0000 Received: from localhost ([127.0.0.1]:57887 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YHBNK-0002J1-Br for submit@debbugs.gnu.org; Fri, 30 Jan 2015 08:12:44 -0500 Received: from eggs.gnu.org ([208.118.235.92]:56545) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YHBNG-0002Il-N3 for submit@debbugs.gnu.org; Fri, 30 Jan 2015 08:12:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YHBN8-0002k9-17 for submit@debbugs.gnu.org; Fri, 30 Jan 2015 08:12:33 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:36154) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHBN7-0002jz-Ux for submit@debbugs.gnu.org; Fri, 30 Jan 2015 08:12:29 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58228) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHBN0-0002eL-Lp for bug-gnu-emacs@gnu.org; Fri, 30 Jan 2015 08:12:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YHBMx-0002Zw-Cu for bug-gnu-emacs@gnu.org; Fri, 30 Jan 2015 08:12:22 -0500 Received: from mail-gw3-out.broadcom.com ([216.31.210.64]:32405) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHBMw-0002ZR-V8 for bug-gnu-emacs@gnu.org; Fri, 30 Jan 2015 08:12:19 -0500 X-IronPort-AV: E=Sophos;i="5.09,491,1418112000"; d="scan'208";a="55790025" Received: from irvexchcas06.broadcom.com (HELO IRVEXCHCAS06.corp.ad.broadcom.com) ([10.9.208.53]) by mail-gw3-out.broadcom.com with ESMTP; 30 Jan 2015 05:30:16 -0800 Received: from IRVEXCHSMTP3.corp.ad.broadcom.com (10.9.207.53) by IRVEXCHCAS06.corp.ad.broadcom.com (10.9.208.53) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 30 Jan 2015 05:12:15 -0800 Received: from mail-irva-13.broadcom.com (10.10.10.20) by IRVEXCHSMTP3.corp.ad.broadcom.com (10.9.207.53) with Microsoft SMTP Server id 14.3.174.1; Fri, 30 Jan 2015 05:12:58 -0800 Received: from xl-cam-20.broadcom.com (xl-cam-20.cam.broadcom.com [10.177.132.80]) by mail-irva-13.broadcom.com (Postfix) with ESMTP id 9D9D440FE5 for ; Fri, 30 Jan 2015 05:11:19 -0800 (PST) Received: by xl-cam-20.broadcom.com (Postfix, from userid 35990) id 756901824A7; Fri, 30 Jan 2015 13:12:14 +0000 (GMT) From: Rupert Swarbrick To: Subject: 25.0.50; Wrong type argument: arrayp when running vc-dir on a CVS repo Date: Fri, 30 Jan 2015 13:12:14 +0000 Message-ID: <889oapgo1jl.fsf@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) When running vc-dir (C-x v d) on a CVS directory, I get mapcar: Wrong type argument: arrayp, ("path/1" "path/2" ...) Quit (except with real paths). This seems to be caused by vc-cvs-dir-status-files, which finds a list of files on which to operate and then passes it to vc-cvs-command. I think that this line: (vc-cvs-command (current-buffer) 'async dir "-f" "status" files) (line 1079 of vc-cvs.el) is incorrect because vc-cvs-command expects a list of strings in its "&rest flags" parameter (which starts with the -f above). Presumably this should be something like (apply #'vc-cvs-command (append (list (current-buffer) 'async dir "-f" "status") files)) (which would be neater with a Common Lisp style apply: maybe there's a more standard emacs lisp idiom for this?) I think this bug was introduced by commit b1a765b3a8586cd53c21579982c8fbc0ce534336 Author: Eric S. Raymond Date: Tue Dec 2 10:10:55 2014 -0500 In vc, abolish the dir-status method. I'm not sending a patch with this bug report because I still haven't gotten around to filing copyright assignment papers with the FSF, sorry. So someone else gets to do the typing... Rupert Build info below, but basically it's "git master compiled on 14th Jan 2015". I've elided the exact components of a couple of paths (now say "path/to"), but that shouldn't make any difference to the report. In GNU Emacs 25.0.50.1 (x86_64-unknown-linux-gnu, X toolkit, Xaw scroll bars) of 2015-01-14 on lc-cam-401 Repository revision: fb35f1f715da1a931204894b132d7fb6eee0f361 Windowing system distributor `The X.Org Foundation', version 11.0.11300000 System Description: Red Hat Enterprise Linux Server release 6.4 (Santiago) Configured using: `configure --prefix=/elided/path/to/emacs-rhel6 --with-xml2 --without-sound --without-rsvg --without-imagemagick --with-x-toolkit=lucid' Configured features: XPM JPEG TIFF GIF PNG GPM DBUS GCONF NOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE XFT ZLIB Important settings: value of $LC_COLLATE: C value of $LANG: en_GB.UTF-8 locale-coding-system: utf-8-unix Major mode: Emacs-Lisp Minor modes in effect: semantic-minor-modes-format: ((:eval (if (or semantic-highlight-edits-mode semantic-show-unmatched-syntax-mode) S))) pyvenv-mode: t global-semantic-decoration-mode: t elisp-slime-nav-mode: t paredit-mode: t global-semanticdb-minor-mode: t global-semantic-idle-scheduler-mode: t global-semantic-idle-local-symbol-highlight-mode: t global-semantic-idle-summary-mode: t semantic-mode: t global-undo-tree-mode: t undo-tree-mode: t desktop-save-mode: t minibuffer-depth-indicate-mode: t icicle-mode: t keyfreq-autosave-mode: t keyfreq-mode: t show-paren-mode: t recentf-mode: t magit-auto-revert-mode: t shell-dirtrack-mode: t diff-auto-refine-mode: t global-auto-revert-mode: t tooltip-mode: t global-eldoc-mode: t eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t Recent messages: Type a prefix key to toggle it. Run 'actions' with their prefixes. '?' for more help. Annotating... Gathering files... Redisplaying annotation...done (Spanned from 9221.9 to 28.9 days old) Annotating... done Finding changes in /elided/path/to/src/emacs/lisp/vc/vc-cvs.el... [2 times] Mark set Mark saved where search started Searching for vc-cvs-command... Mark set Quit [2 times] Load-path shadows: ~/.emacs.d/libraries/emaxima/maxima hides ~/.emacs.d/customisations/maxima /home/ruperts/.emacs.d/libraries/org-mode/contrib/lisp/htmlize hides /home/ruperts/.emacs.d/elpa/htmlize-20130207.2102/htmlize ~/.emacs.d/libraries/org-mode/lisp/ox-man hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ox-man ~/.emacs.d/libraries/org-mode/lisp/ob-core hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-core ~/.emacs.d/libraries/org-mode/lisp/ob-clojure hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-clojure ~/.emacs.d/libraries/org-mode/lisp/org-inlinetask hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-inlinetask ~/.emacs.d/libraries/org-mode/lisp/ob-python hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-python ~/.emacs.d/libraries/org-mode/lisp/ob-sqlite hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-sqlite ~/.emacs.d/libraries/org-mode/lisp/ob-ref hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-ref ~/.emacs.d/libraries/org-mode/lisp/org-mouse hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-mouse ~/.emacs.d/libraries/org-mode/lisp/ox-org hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ox-org ~/.emacs.d/libraries/org-mode/lisp/ob-keys hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-keys ~/.emacs.d/libraries/org-mode/lisp/ox-odt hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ox-odt ~/.emacs.d/libraries/org-mode/lisp/ob-gnuplot hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-gnuplot ~/.emacs.d/libraries/org-mode/lisp/ob-scala hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-scala ~/.emacs.d/libraries/org-mode/lisp/org-mobile hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-mobile ~/.emacs.d/libraries/org-mode/lisp/ob-ocaml hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-ocaml ~/.emacs.d/libraries/org-mode/lisp/ox hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ox ~/.emacs.d/libraries/org-mode/lisp/org-rmail hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-rmail ~/.emacs.d/libraries/org-mode/lisp/org-feed hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-feed ~/.emacs.d/libraries/org-mode/lisp/org-eshell hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-eshell ~/.emacs.d/libraries/org-mode/lisp/org-clock hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-clock ~/.emacs.d/libraries/org-mode/lisp/org-pcomplete hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-pcomplete ~/.emacs.d/libraries/org-mode/lisp/org-irc hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-irc ~/.emacs.d/libraries/org-mode/lisp/ob-lob hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-lob ~/.emacs.d/libraries/org-mode/lisp/org-ctags hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-ctags ~/.emacs.d/libraries/org-mode/lisp/ox-icalendar hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ox-icalendar ~/.emacs.d/libraries/org-mode/lisp/ob-matlab hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-matlab ~/.emacs.d/libraries/org-mode/lisp/ob-haskell hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-haskell ~/.emacs.d/libraries/org-mode/lisp/ob-java hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-java ~/.emacs.d/libraries/org-mode/lisp/ox-latex hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ox-latex ~/.emacs.d/libraries/org-mode/lisp/org-colview hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-colview ~/.emacs.d/libraries/org-mode/lisp/org-id hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-id ~/.emacs.d/libraries/org-mode/lisp/ob-ruby hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-ruby ~/.emacs.d/libraries/org-mode/lisp/org-mhe hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-mhe ~/.emacs.d/libraries/org-mode/lisp/org-entities hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-entities ~/.emacs.d/libraries/org-mode/lisp/org-attach hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-attach ~/.emacs.d/libraries/org-mode/lisp/org-macs hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-macs ~/.emacs.d/libraries/org-mode/lisp/ob-lisp hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-lisp ~/.emacs.d/libraries/org-mode/lisp/org-capture hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-capture ~/.emacs.d/libraries/org-mode/lisp/ob-emacs-lisp hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-emacs-lisp ~/.emacs.d/libraries/org-mode/lisp/ob-sass hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-sass ~/.emacs.d/libraries/org-mode/lisp/ob-ledger hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-ledger ~/.emacs.d/libraries/org-mode/lisp/ob-maxima hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-maxima ~/.emacs.d/libraries/org-mode/lisp/ob-awk hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-awk ~/.emacs.d/libraries/org-mode/lisp/ob-js hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-js ~/.emacs.d/libraries/org-mode/lisp/ob-perl hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-perl ~/.emacs.d/libraries/org-mode/lisp/ob-io hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-io ~/.emacs.d/libraries/org-mode/lisp/org-agenda hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-agenda ~/.emacs.d/libraries/org-mode/lisp/ob-mscgen hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-mscgen ~/.emacs.d/libraries/org-mode/lisp/org-table hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-table ~/.emacs.d/libraries/org-mode/lisp/org-gnus hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-gnus ~/.emacs.d/libraries/org-mode/lisp/ox-texinfo hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ox-texinfo ~/.emacs.d/libraries/org-mode/lisp/org-element hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-element ~/.emacs.d/libraries/org-mode/lisp/org-w3m hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-w3m ~/.emacs.d/libraries/org-mode/lisp/ob-exp hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-exp ~/.emacs.d/libraries/org-mode/lisp/ob-org hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-org ~/.emacs.d/libraries/org-mode/lisp/ob hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob ~/.emacs.d/libraries/org-mode/lisp/org-src hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-src ~/.emacs.d/libraries/org-mode/lisp/ob-makefile hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-makefile ~/.emacs.d/libraries/org-mode/lisp/org-indent hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-indent ~/.emacs.d/libraries/org-mode/lisp/ob-shen hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-shen ~/.emacs.d/libraries/org-mode/lisp/ob-C hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-C ~/.emacs.d/libraries/org-mode/lisp/ob-tangle hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-tangle ~/.emacs.d/libraries/org-mode/lisp/org-archive hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-archive ~/.emacs.d/libraries/org-mode/lisp/ob-sql hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-sql ~/.emacs.d/libraries/org-mode/lisp/org-list hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-list ~/.emacs.d/libraries/org-mode/lisp/ox-md hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ox-md ~/.emacs.d/libraries/org-mode/lisp/ob-R hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-R ~/.emacs.d/libraries/org-mode/lisp/ob-fortran hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-fortran ~/.emacs.d/libraries/org-mode/lisp/ob-octave hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-octave ~/.emacs.d/libraries/org-mode/lisp/org-plot hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-plot ~/.emacs.d/libraries/org-mode/lisp/ob-css hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-css ~/.emacs.d/libraries/org-mode/lisp/ob-eval hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-eval ~/.emacs.d/libraries/org-mode/lisp/org-bibtex hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-bibtex ~/.emacs.d/libraries/org-mode/lisp/ob-lilypond hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-lilypond ~/.emacs.d/libraries/org-mode/lisp/org hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org ~/.emacs.d/libraries/org-mode/lisp/org-install hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-install ~/.emacs.d/libraries/org-mode/lisp/ob-picolisp hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-picolisp ~/.emacs.d/libraries/org-mode/lisp/ob-comint hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-comint ~/.emacs.d/libraries/org-mode/lisp/org-habit hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-habit ~/.emacs.d/libraries/org-mode/lisp/org-protocol hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-protocol ~/.emacs.d/libraries/org-mode/lisp/ob-asymptote hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-asymptote ~/.emacs.d/libraries/org-mode/lisp/ob-calc hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-calc ~/.emacs.d/libraries/org-mode/lisp/org-timer hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-timer ~/.emacs.d/libraries/org-mode/lisp/ob-table hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-table ~/.emacs.d/libraries/org-mode/lisp/ob-plantuml hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-plantuml ~/.emacs.d/libraries/org-mode/lisp/org-faces hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-faces ~/.emacs.d/libraries/org-mode/lisp/org-macro hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-macro ~/.emacs.d/libraries/org-mode/lisp/org-crypt hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-crypt ~/.emacs.d/libraries/org-mode/lisp/ox-html hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ox-html ~/.emacs.d/libraries/org-mode/lisp/ob-screen hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-screen ~/.emacs.d/libraries/org-mode/lisp/org-compat hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-compat ~/.emacs.d/libraries/org-mode/lisp/ox-publish hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ox-publish ~/.emacs.d/libraries/org-mode/lisp/org-docview hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-docview ~/.emacs.d/libraries/org-mode/lisp/ob-dot hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-dot ~/.emacs.d/libraries/org-mode/lisp/ob-scheme hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-scheme ~/.emacs.d/libraries/org-mode/lisp/ob-ditaa hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-ditaa ~/.emacs.d/libraries/org-mode/lisp/org-info hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-info ~/.emacs.d/libraries/org-mode/lisp/ox-ascii hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ox-ascii ~/.emacs.d/libraries/org-mode/lisp/ox-beamer hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ox-beamer ~/.emacs.d/libraries/org-mode/lisp/ob-latex hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/ob-latex ~/.emacs.d/libraries/org-mode/lisp/org-footnote hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-footnote ~/.emacs.d/libraries/org-mode/lisp/org-version hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-version ~/.emacs.d/libraries/org-mode/lisp/org-bbdb hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-bbdb ~/.emacs.d/libraries/org-mode/lisp/org-datetree hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-datetree ~/.emacs.d/libraries/org-mode/lisp/org-loaddefs hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/org/org-loaddefs ~/.emacs.d/customisations/trace hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/emacs-lisp/trace ~/.emacs.d/customisations/lisp hides /elided/path/to/emacs-rhel6/share/emacs/25.0.50/lisp/emacs-lisp/lisp Features: (shadow emacsbug whitespace debug find-dired perl-mode cal-china lunar solar cal-dst cal-bahai cal-islam cal-hebrew cal-julian holidays hol-loaddefs cal-move ace-jump-mode rmail nndoc gnus-dup mc-edit-lines multiple-cursors-core rect gud calc-alg calc-ext calc-misc calc-menu calc calc-loaddefs calc-macs semantic/ia semantic/senator tabify imenu man semantic/edit vc-rcs url-util vc-annotate mailalias sendmail nnir shr-color color shr dom subr-x mm-archive semantic/analyze/complete log-view find-file mule-util semantic/symref/filter semantic/db-typecache dabbrev face-remap image-file semantic/tag-write cl-indent misearch multi-isearch sort smiley gnus-cite mail-extr gnus-async gnus-bcklg gnus-ml disp-table qp nndraft nnmh nnfolder utf-7 epa-file gnutls gnus-agent gnus-srvr gnus-score score-mode nnvirtual gnus-msg gnus-art mm-uu mml2015 mm-view mml-smime smime dig mailcap nntp gnus-cache gnus-sum gnus-group gnus-undo gnus-start gnus-cloud nnimap nnmail mail-source utf7 netrc nnoo gnus-spec gnus-int gnus-range gnus-win gnus gnus-ems nnheader network-stream nsm starttls tls smex org-element avl-tree org-rmail org-mhe org-irc org-info org-gnus org-docview doc-view jka-compr image-mode org-bibtex bibtex org-bbdb org-w3m org org-macro org-footnote org-pcomplete org-list org-faces org-entities org-version ob-emacs-lisp ob ob-tangle ob-ref ob-lob ob-table ob-exp org-src ob-keys ob-comint ob-core ob-eval org-compat org-macs org-loaddefs find-func vc-dir ewoc vc vc-dispatcher ld-script m4-mode semantic/sb speedbar sb-image dframe semantic/bovine/c hideif semantic/bovine/c-by semantic/lex-spp semantic/bovine/gcc semantic/analyze/refs cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs company-files company-oddmuse company-keywords company-etags company-gtags company-dabbrev-code company-dabbrev company-cmake company-xcode company-clang company-eclim company-template company-css company-nxml company-bbdb yasnippet highlight-indentation flymake company elpy pyvenv elpy-refactor ido files-x semantic/wisent/python semantic/wisent/python-wy semantic/wisent semantic/wisent/wisent rx python json sh-script smie executable conf-mode semantic/tag-file parse-time vc-cvs semantic/db-file data-debug cedet-files semantic/bovine/make semantic/decorate/include semantic/db-find semantic/db-ref semantic/decorate/mode semantic/decorate semantic/dep semantic/analyze semantic/sort semantic/scope semantic/analyze/fcn semantic/bovine/make-by semantic/bovine make-mode dired-aux slime-fancy slime-trace-dialog slime-fontifying-fu slime-package-fu slime-references slime-compiler-notes-tree slime-scratch slime-presentations bridge slime-fuzzy slime-fancy-trace slime-fancy-inspector slime-c-p-c slime-editing-commands slime-autodoc slime-repl slime-parse slime arc-mode archive-mode noutline outline hyperspec browse-url vc-git elisp-slime-nav etags xref paredit semantic/db-mode semantic/db eieio-base pulse semantic/idle semantic/format ezimage semantic/tag-ls semantic/find semantic/ctxt em-ls esh-ext esh-opt esh-util semantic/util-modes semantic/util semantic semantic/tag semantic/lex semantic/fw mode-local cedet undo-tree diff fp_binutils fp_sdk eclipse broadcom diary-lib diary-loaddefs cal-menu calendar cal-loaddefs midnight desktop frameset mb-depth two-column icicles icicles-mode icicles-cmd2 icicles-cmd1 byte-opt bytecomp byte-compile cconv icicles-mcmd image-dired icicles-fn icicles-var icicles-opt ffap url-parse url-vars fuzzy-match fuzzy cl cus-theme cus-edit cus-start cus-load bookmark+ bookmark+-key bookmark+-1 bookmark+-bmu bookmark+-lit bookmark pp icicles-face keyfreq dired-x paren windmove recentf tree-widget wid-edit edmacro kmacro magit-key-mode magit cl-extra view tramp tramp-compat auth-source cl-macs gv eieio eieio-generic eieio-core pcase gnus-util password-cache tramp-loaddefs trampver shell pcomplete advice help-mode grep compile comint epa derived epg diff-mode cl-loaddefs cl-lib autorevert filenotify ansi-color git-rebase-mode thingatpt git-commit-mode server log-edit easy-mmode message dired format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mm-util help-fns mail-prsvr mailabbrev mail-utils gmm-utils mailheader ring pcvs-util add-log tex-site highline-autoloads info easymenu slime-autoloads package epg-config time-date tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind gfilenotify dynamic-setting system-font-setting font-render-setting x-toolkit x multi-tty emacs) Memory information: ((conses 16 2714785 430335) (symbols 48 89528 0) (miscs 40 6023 4430) (strings 32 574692 26770) (string-bytes 1 11899595) (vectors 16 196142) (vector-slots 8 2588669 164865) (floats 8 2693 3325) (intervals 56 23646 9071) (buffers 976 229) (heap 1024 168466 26059)) From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 30 13:34:50 2015 Received: (at 19732) by debbugs.gnu.org; 30 Jan 2015 18:34:50 +0000 Received: from localhost ([127.0.0.1]:58264 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YHGP3-0001vu-Rx for submit@debbugs.gnu.org; Fri, 30 Jan 2015 13:34:50 -0500 Received: from mail-we0-f175.google.com ([74.125.82.175]:63581) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YHGP1-0001vf-UC for 19732@debbugs.gnu.org; Fri, 30 Jan 2015 13:34:48 -0500 Received: by mail-we0-f175.google.com with SMTP id p10so28749995wes.6 for <19732@debbugs.gnu.org>; Fri, 30 Jan 2015 10:34:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=lxip0QtoUSFK6R3ptI4gb+Nefh3PUtZrSl976L/bTJA=; b=bdehkkRGNOhu77SqDGOlg5PN5hT+gZaJJ0GK+K+gB/SNF873CltNvu8y8rE1AAKxn9 2qt9lwih4nGO3cueFd8dSVNWFBCV1XnVyJO5dGdT4E+3/qWAw2TahhFLoi2cYl5A1WZL x7QAcDmpXW1ikWQwnA/TCr//+o6SGFJ8/ren0DG6pCp7Dv/OIcUkJnMKRyFSkBwmlfdh E5No+WChvD988Zrjzlyep9i2YXXCGPlrFvmU1Go5TxVX1xW/6qoBhgjjOvoaKf6fXU71 gf5GvSSCE4G3mHNBRusM8tV9UylMD9DquL5poTz2A47YWtuA8THe9ZSPyJK3WnFftpg7 2w5Q== X-Received: by 10.180.93.132 with SMTP id cu4mr7268844wib.49.1422642882291; Fri, 30 Jan 2015 10:34:42 -0800 (PST) Received: from [192.168.0.185] (static-nbl2-118.cytanet.com.cy. [212.31.107.118]) by mx.google.com with ESMTPSA id oo8sm4696761wjc.1.2015.01.30.10.34.41 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 30 Jan 2015 10:34:41 -0800 (PST) Message-ID: <54CBCEC0.9070705@yandex.ru> Date: Fri, 30 Jan 2015 20:34:40 +0200 From: Dmitry Gutov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:33.0) Gecko/20100101 Thunderbird/33.0 MIME-Version: 1.0 To: Rupert Swarbrick , 19732@debbugs.gnu.org, "Eric S. Raymond" Subject: Re: bug#19732: 25.0.50; Wrong type argument: arrayp when running vc-dir on a CVS repo References: <889oapgo1jl.fsf@broadcom.com> In-Reply-To: <889oapgo1jl.fsf@broadcom.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 19732 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) 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 <-- On 01/30/2015 03:12 PM, Rupert Swarbrick wrote: > (apply #'vc-cvs-command > (append (list (current-buffer) 'async dir "-f" "status") > files)) > > (which would be neater with a Common Lisp style apply: maybe there's a > more standard emacs lisp idiom for this?) AFAICS, they work the same. So you wouldn't need the `append'. > I'm not sending a patch with this bug report because I still haven't > gotten around to filing copyright assignment papers with the FSF, > sorry. So someone else gets to do the typing... Have you exceeded the allowed limit? 10-15 lines of code without assignment are fine. From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 30 13:35:48 2015 Received: (at 19732) by debbugs.gnu.org; 30 Jan 2015 18:35:48 +0000 Received: from localhost ([127.0.0.1]:58268 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YHGQ0-0001xa-Ae for submit@debbugs.gnu.org; Fri, 30 Jan 2015 13:35:48 -0500 Received: from mail-we0-f172.google.com ([74.125.82.172]:39561) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YHGPx-0001xL-Rg for 19732@debbugs.gnu.org; Fri, 30 Jan 2015 13:35:46 -0500 Received: by mail-we0-f172.google.com with SMTP id q59so28660430wes.3 for <19732@debbugs.gnu.org>; Fri, 30 Jan 2015 10:35:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=9PmdYz5ArohhpkcHc/B9kuO5Yhs7yeC0+o8YLXlMQ5c=; b=Oh6ZUV7OQGqgM08rWxoCMIkWMdz8qHgNGCMgfhCzjR9oLbX8QiIpNF7L/fzm6eAaTp NQVhB3ZMJ0YLd+FfGxZmzTd9Icy39CtS1P8Vh5nO2PubtJ9FdiVnN1LuHrYup28xaEJF PTlPuPVkbyblZkCyqNyoUrz4cqY0t3Mmf4eUTIT0EHZvr5L0csH2h2/RCAWac4DXUFy1 h2F1A4E30kBX6zTZFx5doNdm6weSnqcK67bitCAJFKCcotGR3GKXpn6Apo7PFX03rbw7 EkLpHU2XTeZjzdOnf71Wl0I6T8dJUg/oGzJCQuGcXlFX3+ohAT5tPChtY4cuQ8xUyAD4 nxKA== X-Received: by 10.194.77.201 with SMTP id u9mr14962302wjw.41.1422642940335; Fri, 30 Jan 2015 10:35:40 -0800 (PST) Received: from [192.168.0.185] (static-nbl2-118.cytanet.com.cy. [212.31.107.118]) by mx.google.com with ESMTPSA id i13sm16036125wjr.7.2015.01.30.10.35.39 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 30 Jan 2015 10:35:39 -0800 (PST) Message-ID: <54CBCEFA.2000100@yandex.ru> Date: Fri, 30 Jan 2015 20:35:38 +0200 From: Dmitry Gutov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:33.0) Gecko/20100101 Thunderbird/33.0 MIME-Version: 1.0 To: Rupert Swarbrick , 19732@debbugs.gnu.org, "Eric S. Raymond" Subject: Re: bug#19732: 25.0.50; Wrong type argument: arrayp when running vc-dir on a CVS repo References: <889oapgo1jl.fsf@broadcom.com> In-Reply-To: <889oapgo1jl.fsf@broadcom.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 19732 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Eric, Could you explain why vc-cvs-dir-status-files currently passes both DIR and FILES to vc-cvs-command? Dmitry. From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 03 18:09:58 2015 Received: (at control) by debbugs.gnu.org; 3 Feb 2015 23:09:58 +0000 Received: from localhost ([127.0.0.1]:33226 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YImbV-00085i-RB for submit@debbugs.gnu.org; Tue, 03 Feb 2015 18:09:57 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:57425 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YImbT-00085a-U2 for control@debbugs.gnu.org; Tue, 03 Feb 2015 18:09:56 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1YImbT-0000aL-8x for control@debbugs.gnu.org; Tue, 03 Feb 2015 18:09:55 -0500 Date: Tue, 03 Feb 2015 18:09:55 -0500 Message-Id: Subject: control message for bug 19759 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) block 19759 by 19717 19732 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 06 05:20:26 2015 Received: (at 19732) by debbugs.gnu.org; 6 Feb 2015 10:20:26 +0000 Received: from localhost ([127.0.0.1]:35296 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YJg1R-0001Mq-5a for submit@debbugs.gnu.org; Fri, 06 Feb 2015 05:20:25 -0500 Received: from mail-gw3-out.broadcom.com ([216.31.210.64]:34032) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YJg1P-0001Mb-74 for 19732@debbugs.gnu.org; Fri, 06 Feb 2015 05:20:23 -0500 X-IronPort-AV: E=Sophos;i="5.09,528,1418112000"; d="scan'208";a="56351974" Received: from irvexchcas07.broadcom.com (HELO IRVEXCHCAS07.corp.ad.broadcom.com) ([10.9.208.55]) by mail-gw3-out.broadcom.com with ESMTP; 06 Feb 2015 02:39:19 -0800 Received: from IRVEXCHSMTP3.corp.ad.broadcom.com (10.9.207.53) by IRVEXCHCAS07.corp.ad.broadcom.com (10.9.208.55) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 6 Feb 2015 02:20:17 -0800 Received: from mail-irva-13.broadcom.com (10.10.10.20) by IRVEXCHSMTP3.corp.ad.broadcom.com (10.9.207.53) with Microsoft SMTP Server id 14.3.174.1; Fri, 6 Feb 2015 02:20:17 -0800 Received: from xl-cam-20.broadcom.com (xl-cam-20.cam.broadcom.com [10.177.132.80]) by mail-irva-13.broadcom.com (Postfix) with ESMTP id F0B0A4104E; Fri, 6 Feb 2015 02:19:07 -0800 (PST) Received: by xl-cam-20.broadcom.com (Postfix, from userid 35990) id 3F258180701; Fri, 6 Feb 2015 10:20:05 +0000 (GMT) From: Rupert Swarbrick To: Dmitry Gutov Subject: Re: bug#19732: 25.0.50; Wrong type argument: arrayp when running vc-dir on a CVS repo References: <889oapgo1jl.fsf@broadcom.com> <54CBCEC0.9070705@yandex.ru> Date: Fri, 6 Feb 2015 10:20:05 +0000 In-Reply-To: <54CBCEC0.9070705@yandex.ru> (Dmitry Gutov's message of "Fri, 30 Jan 2015 20:34:40 +0200") Message-ID: <889lhkb9wa2.fsf@broadcom.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 19732 Cc: "Eric S. Raymond" , 19732@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Dmitry Gutov 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 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 06 18:37:54 2015 Received: (at 19732-done) by debbugs.gnu.org; 6 Feb 2015 23:37:54 +0000 Received: from localhost ([127.0.0.1]:35938 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YJsTB-0005ix-W5 for submit@debbugs.gnu.org; Fri, 06 Feb 2015 18:37:54 -0500 Received: from mail-lb0-f173.google.com ([209.85.217.173]:55427) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YJsT9-0005ii-VY for 19732-done@debbugs.gnu.org; Fri, 06 Feb 2015 18:37:52 -0500 Received: by mail-lb0-f173.google.com with SMTP id p9so20848807lbv.4 for <19732-done@debbugs.gnu.org>; Fri, 06 Feb 2015 15:37:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=YBNzUrXKJU5KfqJXrWFJK+EHF6GhOKscK2yWo3xM3Xc=; b=I28xJLnzAtdhZDGqd+645dlZ6ws16BMJAsb+6WCF2pykUVE8VfTPwtM7OWUCO7Suvn 2EltzLAmzkl287nsCjRp8rlFKL+x3m5CI5JenYtzRv+ZRWvxuqmkxFLwDDwzpBJQxQR2 u/DoF0PtJu7Xt2gGVcqYlI8Iri0xPar+n+q7Xft6DwB53l+tRY65QJNBalD5im1YPv0j QXtlzPzYvtm3vSHnAN4VUPsf+l/0rzyYRL2qXxJYfX+bYB4m+fsXRQ8FA2EsN/j17wzB ke9xSe5p8xtArcbk8q4nayZedmYH9UDShKxd94ydPteFxiOKHV1BhdHAu7UqUTDM8DQy pwlw== X-Received: by 10.152.178.197 with SMTP id da5mr4461881lac.87.1423265865981; Fri, 06 Feb 2015 15:37:45 -0800 (PST) Received: from [192.168.1.3] ([178.252.98.87]) by mx.google.com with ESMTPSA id fb5sm648010lbc.34.2015.02.06.15.37.44 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 06 Feb 2015 15:37:45 -0800 (PST) Message-ID: <54D55047.8020503@yandex.ru> Date: Sat, 07 Feb 2015 02:37:43 +0300 From: Dmitry Gutov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:33.0) Gecko/20100101 Thunderbird/33.0 MIME-Version: 1.0 To: Rupert Swarbrick Subject: Re: bug#19732: 25.0.50; Wrong type argument: arrayp when running vc-dir on a CVS repo References: <889oapgo1jl.fsf@broadcom.com> <54CBCEC0.9070705@yandex.ru> <889lhkb9wa2.fsf@broadcom.com> In-Reply-To: <889lhkb9wa2.fsf@broadcom.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 19732-done Cc: "Eric S. Raymond" , 19732-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Version: 25.1 Thanks for checking, installed. From unknown Sun Jun 22 11:35:23 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 07 Mar 2015 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator