From unknown Sat Aug 16 23:46:49 2025 X-Loop: help-debbugs@gnu.org Subject: bug#11307: 24.1.50; `testcover-start' fails for magit.el --text follow Resent-From: PJ Weisberg Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 21 Apr 2012 20:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 11307 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 11307@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.13350388994159 (code B ref -1); Sat, 21 Apr 2012 20:09:02 +0000 Received: (at submit) by debbugs.gnu.org; 21 Apr 2012 20:08:19 +0000 Received: from localhost ([127.0.0.1]:46076 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SLgbO-00014z-MR for submit@debbugs.gnu.org; Sat, 21 Apr 2012 16:08:18 -0400 Received: from eggs.gnu.org ([208.118.235.92]:40920) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SLgbH-00014X-EY for submit@debbugs.gnu.org; Sat, 21 Apr 2012 16:08:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SLgac-0000L6-1T for submit@debbugs.gnu.org; Sat, 21 Apr 2012 16:07:30 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:49424) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLgab-0000L2-S1 for submit@debbugs.gnu.org; Sat, 21 Apr 2012 16:07:25 -0400 Received: from eggs.gnu.org ([208.118.235.92]:43191) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLgaX-0003nI-4M for bug-gnu-emacs@gnu.org; Sat, 21 Apr 2012 16:07:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SLgaS-0000KE-3W for bug-gnu-emacs@gnu.org; Sat, 21 Apr 2012 16:07:20 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:59827) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLgaR-0000K6-QR for bug-gnu-emacs@gnu.org; Sat, 21 Apr 2012 16:07:16 -0400 Received: by werj55 with SMTP id j55so8711775wer.0 for ; Sat, 21 Apr 2012 13:07:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=e9gdZcufQ81BFPKDCDWiZI21Iz+vX5FDcvxXOj/VbZk=; b=vDZVdttsws/4WJ+lFVrRBvneoe5yNq8zxkGFvpXncPduq+YGioh2BstTBq9wCmSwOx 64/ghtguL3CWuEyLNRlSNNappGSDAtawVKE9z/wInjriZVk2gT2tSW24r1nV6zMFkxxf 12zGZm9LzFDl8mRCS/tf3k5UDg9anJGx1sCj2/m9mUHiDExImhVekJ8eNEQUzLKuJltS DZLaKL+nL87jUFWA6GLaUqXdzpNvbrSKeQAkRyhi7rcp5H2mXDyj0RSNrc9aD9ZXEVH6 RCuim0a0w5VJY0zD1CEb/OsGX9E85pSYQzmD6H4atV+MDSV1a18Al3SKHiL7qevpeGVN 9dpg== MIME-Version: 1.0 Received: by 10.180.93.196 with SMTP id cw4mr8320935wib.19.1335038833810; Sat, 21 Apr 2012 13:07:13 -0700 (PDT) Received: by 10.223.116.200 with HTTP; Sat, 21 Apr 2012 13:07:13 -0700 (PDT) Date: Sat, 21 Apr 2012 13:07:13 -0700 X-Google-Sender-Auth: iNZAd1i1nWTyWDNLWEvY90ZtOPY Message-ID: From: PJ Weisberg Content-Type: text/plain; charset=ISO-8859-1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) When running `testcover-start' on magit.el (Available at https://github.com/magit/magit/downloads), an error occurs in `edebug-slow-before'. The line "(setcar edebug-offset-indices edebug-after-index)" is executed when edebug-offset-indices is nil. This is from he latest trunk build of Emacs. -PJ Gehm's Corollary to Clark's Law: Any technology distinguishable from magic is insufficiently advanced. In GNU Emacs 24.1.50.3 (x86_64-unknown-linux-gnu, X toolkit, Xaw scroll bars) of 2012-04-21 on pj-laptop Windowing system distributor `The X.Org Foundation', version 11.0.11104000 Configured using: `configure 'prefix=/home/pj' '--with-x-toolkit=lucid'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Emacs-Lisp Minor modes in effect: diff-auto-refine-mode: t tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: ( r e q u i r e SPC ' t e s t c o v e r ) C-x C-e M-x t e s t c o v s t m a g i t . e l M-x r e p o r t SPC e m < return> Recent messages: Edebug: magit-password Edebug: magit-process-filter Edebug: magit-run Edebug: magit-run-git Edebug: magit-run-git-with-input Edebug: magit-run-git-async Edebug: magit-run-async-with-input Edebug: magit-display-process list: Wrong type argument: consp, nil Making completion list... Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils help-mode help-fns edmacro kmacro ediff-merg ediff-diff ediff-wind ediff-help ediff-util ediff-mult ediff-init ediff ido iswitchb view diff-mode log-edit easy-mmode ring pcvs-util add-log cl-specs cl vc-git testcover edebug easymenu time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe lisp-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 loaddefs button faces cus-face files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind dynamic-setting system-font-setting font-render-setting x-toolkit x multi-tty emacs) From unknown Sat Aug 16 23:46:49 2025 X-Loop: help-debbugs@gnu.org Subject: bug#11307: 24.1.50; `testcover-start' fails for magit.el --text follow Resent-From: PJ Weisberg Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 01 May 2012 22:50:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11307 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 11307@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.13359125539075 (code B ref -1); Tue, 01 May 2012 22:50:01 +0000 Received: (at submit) by debbugs.gnu.org; 1 May 2012 22:49:13 +0000 Received: from localhost ([127.0.0.1]:32968 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SPLsf-0002MK-4i for submit@debbugs.gnu.org; Tue, 01 May 2012 18:49:13 -0400 Received: from eggs.gnu.org ([208.118.235.92]:44461) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SPLsd-0002M8-LU for submit@debbugs.gnu.org; Tue, 01 May 2012 18:49:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SPLr6-000390-2h for submit@debbugs.gnu.org; Tue, 01 May 2012 18:47:37 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:44444) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPLr5-00038w-TK for submit@debbugs.gnu.org; Tue, 01 May 2012 18:47:36 -0400 Received: from eggs.gnu.org ([208.118.235.92]:57245) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPLr4-0006TM-Eb for bug-gnu-emacs@gnu.org; Tue, 01 May 2012 18:47:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SPLr2-00038f-NC for bug-gnu-emacs@gnu.org; Tue, 01 May 2012 18:47:33 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:48493) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPLr2-00038M-Dg for bug-gnu-emacs@gnu.org; Tue, 01 May 2012 18:47:32 -0400 Received: by werj55 with SMTP id j55so20009wer.0 for ; Tue, 01 May 2012 15:47:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=CFaoPCBeaxxrearxhjHtC2uLD+vgIXp1LvGal8nZTnI=; b=t5AmCAI2En4l27+PH2ToHoUjf2O2OXyQwP5mFKfDJn5Kib+nYHVoIrSRcEVxElGo3G PXSdJ1vFxsCJCiPRWHvBL05iVubUwMLF7vnBooRi5Tiz4t08vzuGcKcInIToTBspg7LT Lqu1W5dVbTmrNWqcjEXQM02wM5V2Nz5ulNVIwh35uYrU6Ab9xT1a7BSbFb3PrwPODVW2 LQxMQeqm4jxoEr94FLVPH+0XrR2qEooc7CpuZ9xpkoe+DOd8QTU1rtaPF6Mmb12pSxBC CscfG9Q7xckfn6ROtroe++qwOvgNhuUUcta68NQO/QCZUwQUDm3bAHf9Hmo1FGMNL7A+ dzRw== MIME-Version: 1.0 Received: by 10.180.79.135 with SMTP id j7mr8462493wix.19.1335912449652; Tue, 01 May 2012 15:47:29 -0700 (PDT) Received: by 10.223.116.200 with HTTP; Tue, 1 May 2012 15:47:29 -0700 (PDT) In-Reply-To: References: Date: Tue, 1 May 2012 15:47:29 -0700 X-Google-Sender-Auth: BqV51xkTudEAo70A0OL_Tj27yOc Message-ID: From: PJ Weisberg Content-Type: multipart/mixed; boundary=f46d04428ff403373a04bf015b3c X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) --f46d04428ff403373a04bf015b3c Content-Type: text/plain; charset=ISO-8859-1 I really should have started with this, but here's a minimal test case to reproduce the problem. It contains a macro that defines a function, and a call to that macro. -PJ Gehm's Corollary to Clark's Law: Any technology distinguishable from magic is insufficiently advanced. --f46d04428ff403373a04bf015b3c Content-Type: application/octet-stream; name="magit-reduced.el" Content-Disposition: attachment; filename="magit-reduced.el" Content-Transfer-Encoding: base64 X-Attachment-Id: f_h1pjt73r0 KGRlZm1hY3JvIG1hZ2l0LWRlZmluZS1pbnNlcnRlciAoc3ltIGFyZ2xpc3QgJnJlc3QgYm9keSkK ICAobGV0ICgoZnVuIChpbnRlcm4gKGZvcm1hdCAibWFnaXQtaW5zZXJ0LSVzIiBzeW0pKSkKICAg ICAgICAoZG9jIChmb3JtYXQgIkluc2VydCBpdGVtcyBmb3IgYCVzJy4iIHN5bSkpKQogICAgYChw cm9nbgogICAgICAgKGRlZnVuICxmdW4gLGFyZ2xpc3QKICAgICAgICAgLGRvYwogICAgICAgICAs QGJvZHkpKSkpCgoobWFnaXQtZGVmaW5lLWluc2VydGVyIHVuc3RhZ2VkLWNoYW5nZXMgKCkKICAo bWVzc2FnZSAiYG1hZ2l0LWluc2VydC11bnN0YWdlZC1jaGFuZ2VzJyBjYWxsZWQiKSkK --f46d04428ff403373a04bf015b3c-- From unknown Sat Aug 16 23:46:49 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: PJ Weisberg Subject: bug#11307: closed (Re: bug#11307: 24.1.50; `testcover-start' fails for magit.el --text follow) Message-ID: References: <87shetyzbw.fsf@runbox.com> X-Gnu-PR-Message: they-closed 11307 X-Gnu-PR-Package: emacs Reply-To: 11307@debbugs.gnu.org Date: Sun, 08 Oct 2017 23:51:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1507506662-8222-1" This is a multi-part message in MIME format... ------------=_1507506662-8222-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #11307: 24.1.50; `testcover-start' fails for magit.el --text follow which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 11307@debbugs.gnu.org. --=20 11307: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D11307 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1507506662-8222-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 11307-done) by debbugs.gnu.org; 8 Oct 2017 23:50:11 +0000 Received: from localhost ([127.0.0.1]:56872 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e1LKl-00027T-6E for submit@debbugs.gnu.org; Sun, 08 Oct 2017 19:50:11 -0400 Received: from aibo.runbox.com ([91.220.196.211]:51416) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e1LKj-00027M-Hy for 11307-done@debbugs.gnu.org; Sun, 08 Oct 2017 19:50:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=runbox.com; s=rbselector1; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From; bh=8d+RVZnyvaAMEEva2rJZMA1F3VGVZyLXjuDCWJzEDZg=; b=ABocs5t8ZapqQjD8JbM+s5FCS4 7WGhuEJ5gVH/4o6Wec/18N7V+zqxbkWhI8Ce8hFqKl1nGewKePcz/Q3PKZtZavn+WPnnP63hq7gHv atW3BBEftxL77mxfkgKZgQLGBXqg2v/Awhd447h3ssw904VstRz5yj4sjXH3AjjqU7rwMuufIshWZ gdUhmyMZCwWyBjRuMWAL1YIVnyHSJww/B1L+pP2Pxv340T7dOQ1nHJ7K1mlKpMRlubMeeaBHX8flx yue+sgHtahOETfrabeDFbi5ZnepQyYPnG8blRTIrI/6Vv+0eeXZSEMD9+4bhKbqtMHk3D7By0Bepn tzvk7YhQ==; Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1e1LKi-0005jx-F4 for 11307-done@debbugs.gnu.org; Mon, 09 Oct 2017 01:50:08 +0200 Received: from c-24-22-244-161.hsd1.wa.comcast.net ([24.22.244.161] helo=chinook) by mailfront12.runbox.com with esmtpsa (uid:179284 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1e1LKW-0002R2-Mu for 11307-done@debbugs.gnu.org; Mon, 09 Oct 2017 01:49:57 +0200 From: Gemini Lasswell To: 11307-done@debbugs.gnu.org Subject: Re: bug#11307: 24.1.50; `testcover-start' fails for magit.el --text follow References: Date: Sun, 08 Oct 2017 16:49:55 -0700 In-Reply-To: (PJ Weisberg's message of "Sat, 21 Apr 2012 13:07:13 -0700") Message-ID: <87shetyzbw.fsf@runbox.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 11307-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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 (/) Fixed in master, by the patch applied for bug#25316. ------------=_1507506662-8222-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 21 Apr 2012 20:08:19 +0000 Received: from localhost ([127.0.0.1]:46076 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SLgbO-00014z-MR for submit@debbugs.gnu.org; Sat, 21 Apr 2012 16:08:18 -0400 Received: from eggs.gnu.org ([208.118.235.92]:40920) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SLgbH-00014X-EY for submit@debbugs.gnu.org; Sat, 21 Apr 2012 16:08:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SLgac-0000L6-1T for submit@debbugs.gnu.org; Sat, 21 Apr 2012 16:07:30 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:49424) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLgab-0000L2-S1 for submit@debbugs.gnu.org; Sat, 21 Apr 2012 16:07:25 -0400 Received: from eggs.gnu.org ([208.118.235.92]:43191) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLgaX-0003nI-4M for bug-gnu-emacs@gnu.org; Sat, 21 Apr 2012 16:07:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SLgaS-0000KE-3W for bug-gnu-emacs@gnu.org; Sat, 21 Apr 2012 16:07:20 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:59827) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLgaR-0000K6-QR for bug-gnu-emacs@gnu.org; Sat, 21 Apr 2012 16:07:16 -0400 Received: by werj55 with SMTP id j55so8711775wer.0 for ; Sat, 21 Apr 2012 13:07:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=e9gdZcufQ81BFPKDCDWiZI21Iz+vX5FDcvxXOj/VbZk=; b=vDZVdttsws/4WJ+lFVrRBvneoe5yNq8zxkGFvpXncPduq+YGioh2BstTBq9wCmSwOx 64/ghtguL3CWuEyLNRlSNNappGSDAtawVKE9z/wInjriZVk2gT2tSW24r1nV6zMFkxxf 12zGZm9LzFDl8mRCS/tf3k5UDg9anJGx1sCj2/m9mUHiDExImhVekJ8eNEQUzLKuJltS DZLaKL+nL87jUFWA6GLaUqXdzpNvbrSKeQAkRyhi7rcp5H2mXDyj0RSNrc9aD9ZXEVH6 RCuim0a0w5VJY0zD1CEb/OsGX9E85pSYQzmD6H4atV+MDSV1a18Al3SKHiL7qevpeGVN 9dpg== MIME-Version: 1.0 Received: by 10.180.93.196 with SMTP id cw4mr8320935wib.19.1335038833810; Sat, 21 Apr 2012 13:07:13 -0700 (PDT) Received: by 10.223.116.200 with HTTP; Sat, 21 Apr 2012 13:07:13 -0700 (PDT) Date: Sat, 21 Apr 2012 13:07:13 -0700 X-Google-Sender-Auth: iNZAd1i1nWTyWDNLWEvY90ZtOPY Message-ID: Subject: 24.1.50; `testcover-start' fails for magit.el --text follow From: PJ Weisberg To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) When running `testcover-start' on magit.el (Available at https://github.com/magit/magit/downloads), an error occurs in `edebug-slow-before'. The line "(setcar edebug-offset-indices edebug-after-index)" is executed when edebug-offset-indices is nil. This is from he latest trunk build of Emacs. -PJ Gehm's Corollary to Clark's Law: Any technology distinguishable from magic is insufficiently advanced. In GNU Emacs 24.1.50.3 (x86_64-unknown-linux-gnu, X toolkit, Xaw scroll bars) of 2012-04-21 on pj-laptop Windowing system distributor `The X.Org Foundation', version 11.0.11104000 Configured using: `configure 'prefix=/home/pj' '--with-x-toolkit=lucid'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Emacs-Lisp Minor modes in effect: diff-auto-refine-mode: t tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: ( r e q u i r e SPC ' t e s t c o v e r ) C-x C-e M-x t e s t c o v s t m a g i t . e l M-x r e p o r t SPC e m < return> Recent messages: Edebug: magit-password Edebug: magit-process-filter Edebug: magit-run Edebug: magit-run-git Edebug: magit-run-git-with-input Edebug: magit-run-git-async Edebug: magit-run-async-with-input Edebug: magit-display-process list: Wrong type argument: consp, nil Making completion list... Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils help-mode help-fns edmacro kmacro ediff-merg ediff-diff ediff-wind ediff-help ediff-util ediff-mult ediff-init ediff ido iswitchb view diff-mode log-edit easy-mmode ring pcvs-util add-log cl-specs cl vc-git testcover edebug easymenu time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe lisp-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 loaddefs button faces cus-face files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind dynamic-setting system-font-setting font-render-setting x-toolkit x multi-tty emacs) ------------=_1507506662-8222-1--