From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 25 19:52:21 2014 Received: (at submit) by debbugs.gnu.org; 26 Feb 2014 00:52:21 +0000 Received: from localhost ([127.0.0.1]:40098 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WISjU-00088V-NK for submit@debbugs.gnu.org; Tue, 25 Feb 2014 19:52:21 -0500 Received: from eggs.gnu.org ([208.118.235.92]:42266) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WISjS-00088M-4G for submit@debbugs.gnu.org; Tue, 25 Feb 2014 19:52:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WISjH-0001Sy-U8 for submit@debbugs.gnu.org; Tue, 25 Feb 2014 19:52:17 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:45337) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WISjH-0001Ss-Qn for submit@debbugs.gnu.org; Tue, 25 Feb 2014 19:52:07 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43949) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WISj8-00070F-Vm for bug-gnu-emacs@gnu.org; Tue, 25 Feb 2014 19:52:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WISix-00018A-AM for bug-gnu-emacs@gnu.org; Tue, 25 Feb 2014 19:51:58 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:35557) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WISix-000183-4D for bug-gnu-emacs@gnu.org; Tue, 25 Feb 2014 19:51:47 -0500 Received: from ucsinet22.oracle.com (ucsinet22.oracle.com [156.151.31.94]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id s1Q0pjUc031633 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 26 Feb 2014 00:51:45 GMT Received: from aserz7022.oracle.com (aserz7022.oracle.com [141.146.126.231]) by ucsinet22.oracle.com (8.14.5+Sun/8.14.5) with ESMTP id s1Q0ph6x014576 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 26 Feb 2014 00:51:44 GMT Received: from abhmp0020.oracle.com (abhmp0020.oracle.com [141.146.116.26]) by aserz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s1Q0pgBT004006 for ; Wed, 26 Feb 2014 00:51:42 GMT MIME-Version: 1.0 Message-ID: Date: Tue, 25 Feb 2014 16:51:42 -0800 (PST) From: Drew Adams To: bug-gnu-emacs@gnu.org Subject: 24.3.50; Lisp nesting exceeds `max-lisp-eval-depth' with `M-x cancel-debug-on-entry' X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6680.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: ucsinet22.oracle.com [156.151.31.94] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] 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: -4.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: -4.0 (----) Hope this helps. This was with my setup. AFAIK, I had used `debug-on-entry' for only one function. I then did `M-x cancel-debug-on-entry RET', and Emacs took a long time to return (used lots of CPU). I tried it again, and got the backtrace. I then did `M-x cancel-debug-on-entry' and instead of hitting RET I hit TAB. `nil' appeared as the default for the function whose debugging is to be canceled. Both that and the backtrace show that somehow `debugger-list-functions' is returning the list `(nil)'. No idea why. AFAIK, I do not fiddle with any such list of functions or such advice. Debugger entered--Lisp error: (error "Lisp nesting exceeds `max-lisp-eval-d= epth'") advice--p(nil) advice--member-p(debug--implement-debug-on-entry debug--implement-debug-o= n-entry nil) advice-function-member-p(debug--implement-debug-on-entry nil) advice-member-p(debug--implement-debug-on-entry NIKHAHIT) #[257 "... mapatoms(#[257 "... debug--function-list() cancel-debug-on-entry(nil) mapcar(cancel-debug-on-entry (nil)) <---------------585 repetitions of the last two lines----------------> mapcar(cancel-debug-on-entry (nil)) cancel-debug-on-entry(nil) call-interactively(cancel-debug-on-entry record-it) icicle-execute-extended-command-1("cancel-debug-on-entry") #[nil "... call-interactively(icicle-execute-extended-command nil nil) command-execute(icicle-execute-extended-command) In GNU Emacs 24.3.50.1 (i686-pc-mingw32) of 2014-02-21 on ODIEONE Bzr revision: 116523 lekktu@gmail.com-20140222021049-g04nwe512x430tk5 Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --prefix=3D/c/Devel/emacs/binary --enable-checking=3Dyes,glyphs 'CFLAGS=3D-O0 -g3' LDFLAGS=3D-Lc:/Devel/emacs/lib CPPFLAGS=3D-Ic:/Devel/emacs/include' From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 26 08:37:41 2015 Received: (at control) by debbugs.gnu.org; 26 Dec 2015 13:37:41 +0000 Received: from localhost ([127.0.0.1]:37110 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCp2T-00012j-5C for submit@debbugs.gnu.org; Sat, 26 Dec 2015 08:37:41 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:44255) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCp2R-00012b-Md for control@debbugs.gnu.org; Sat, 26 Dec 2015 08:37:39 -0500 Received: from 2.150.58.24.tmi.telenormobil.no ([2.150.58.24] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aCp25-0007gK-LL for control@debbugs.gnu.org; Sat, 26 Dec 2015 14:37:17 +0100 Date: Sat, 26 Dec 2015 14:37:16 +0100 Message-Id: <87ege92uwj.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #16886 X-MailScanner-ID: 1aCp25-0007gK-LL X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1451741838.33122@3sxPWMPzvxxiUE/01Hf26w X-Spam-Status: No X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control 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 (/) tags 16886 - moreinfo From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 28 21:11:39 2016 Received: (at 16886) by debbugs.gnu.org; 29 Jul 2016 01:11:39 +0000 Received: from localhost ([127.0.0.1]:49832 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bSwKx-00024O-EP for submit@debbugs.gnu.org; Thu, 28 Jul 2016 21:11:39 -0400 Received: from mail-it0-f54.google.com ([209.85.214.54]:35441) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bSwKv-000245-Rg; Thu, 28 Jul 2016 21:11:38 -0400 Received: by mail-it0-f54.google.com with SMTP id u186so182240832ita.0; Thu, 28 Jul 2016 18:11:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=vG2gtjgWHxHgROC6kZjDxuNk+IPxI9MNKLJn1q8gAFY=; b=g6USuH9mPA7cBBGeicEJyMe1FEnoKOmf+6SZbvgqmNE9ot+ro0YeGRif3ee1trtkBV xlq3Z0KL2WvsQl2is6HsYMJ6pZKqx/vupZyGZUhe68JQwWGLNxTtLO8TsznNUcp1RMz9 61nFFTtGgGvIXsnbFZ8vfKXett4dh+psk/007Wcsy9AVLYdsKI7TQN4ACQOBUm35kV56 FHiYY5AB6kavH81QnRax/8/c8LlJ9IW0zJc0dx78pN12IXlt00rBqPAXTpScPmu2HRL6 ZoTRUzUjFDMSRPd7D4nTBwXAVvSw9vaA6TwLqbnsu1LjKbqufE6zABJMDyoEsrEkUn9X bKBg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=vG2gtjgWHxHgROC6kZjDxuNk+IPxI9MNKLJn1q8gAFY=; b=ZC0vlKXFr5oTTkXy6O3T8npnLXIsMUtPAyTpyKI1IxmjPRwCMtIBBHkG9W2HS7uUyj lof1c6gX9FHq/cvcPqHYKbJp7DGGgAyirXzQ69sQq3iO81HssNmRyHxdkNn90xgSf5k5 Bsgcske+9VL7Vfk3mnfqOWAkgq9TWqeuUyYN06hdc4KAaviXadZcu0xzCQicfB3hnJj1 U/33NtkQZrEemkPKd6TxvdbcxTLKDEaz8plsp4htwZb7rEfk2jsDkYNPrg/M9qNfxvfe TqWimyJZuiixe2dN7/VufHI4W6x0+Q/pKbTtrzOo2wwQDCm9ghuGvDNpd5cAufjQIDYf cmsA== X-Gm-Message-State: ALyK8tLexOx9oil089CqVkUTuXjPBvEjOZLGKltqLc7qRmrbBjy79I2etF/6zsgqMja62Q== X-Received: by 10.36.206.129 with SMTP id v123mr112321047itg.11.1469754692510; Thu, 28 Jul 2016 18:11:32 -0700 (PDT) Received: from zony (206-188-64-44.cpe.distributel.net. [206.188.64.44]) by smtp.googlemail.com with ESMTPSA id i191sm278502itf.13.2016.07.28.18.11.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 28 Jul 2016 18:11:31 -0700 (PDT) From: npostavs@users.sourceforge.net To: Drew Adams Subject: Re: bug#16886: 24.3.50; Lisp nesting exceeds `max-lisp-eval-depth' with `M-x cancel-debug-on-entry' References: Date: Thu, 28 Jul 2016 21:11:36 -0400 In-Reply-To: (Drew Adams's message of "Tue, 25 Feb 2014 16:51:42 -0800 (PST)") Message-ID: <87wpk59rjr.fsf@users.sourceforge.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.93 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 16886 Cc: 16886@debbugs.gnu.org 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 (/) tags 16886 unreproducible quit Drew Adams writes: > Hope this helps. This was with my setup. AFAIK, I had used > `debug-on-entry' for only one function. > > I then did `M-x cancel-debug-on-entry RET', and Emacs took a > long time to return (used lots of CPU). I tried it again, and > got the backtrace. > > I then did `M-x cancel-debug-on-entry' and instead of > hitting RET I hit TAB. `nil' appeared as the default for > the function whose debugging is to be canceled. > > Both that and the backtrace show that somehow > `debugger-list-functions' is returning the list `(nil)'. Have you hit this since then? I can't find a way to reproduce this funny state. From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 28 23:51:19 2016 Received: (at 16886) by debbugs.gnu.org; 29 Jul 2016 03:51:19 +0000 Received: from localhost ([127.0.0.1]:49884 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bSypT-00025D-LZ for submit@debbugs.gnu.org; Thu, 28 Jul 2016 23:51:19 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:44166) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bSypS-000250-9C for 16886@debbugs.gnu.org; Thu, 28 Jul 2016 23:51:18 -0400 Received: from aserv0022.oracle.com (aserv0022.oracle.com [141.146.126.234]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id u6T3pBq9007063 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 29 Jul 2016 03:51:12 GMT Received: from userv0121.oracle.com (userv0121.oracle.com [156.151.31.72]) by aserv0022.oracle.com (8.13.8/8.13.8) with ESMTP id u6T3pBHe024563 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 29 Jul 2016 03:51:11 GMT Received: from abhmp0009.oracle.com (abhmp0009.oracle.com [141.146.116.15]) by userv0121.oracle.com (8.13.8/8.13.8) with ESMTP id u6T3p885005589; Fri, 29 Jul 2016 03:51:10 GMT MIME-Version: 1.0 Message-ID: <09401eaa-bcbe-4655-8148-42ccd8b09b39@default> Date: Thu, 28 Jul 2016 20:51:07 -0700 (PDT) From: Drew Adams To: npostavs@users.sourceforge.net Subject: RE: bug#16886: 24.3.50; Lisp nesting exceeds `max-lisp-eval-depth' with `M-x cancel-debug-on-entry' References: <87wpk59rjr.fsf@users.sourceforge.net> In-Reply-To: <87wpk59rjr.fsf@users.sourceforge.net> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 12.0.6744.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: aserv0022.oracle.com [141.146.126.234] X-Spam-Score: -3.6 (---) X-Debbugs-Envelope-To: 16886 Cc: 16886@debbugs.gnu.org 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: -3.6 (---) > Have you hit this since then? I can't find a way to reproduce this funny > state. No, I don't think so. From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 29 05:09:41 2016 Received: (at 16886) by debbugs.gnu.org; 29 Jul 2016 09:09:41 +0000 Received: from localhost ([127.0.0.1]:49950 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bT3nZ-0001EX-BG for submit@debbugs.gnu.org; Fri, 29 Jul 2016 05:09:41 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:41584) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bT3nX-0001EO-Qt for 16886@debbugs.gnu.org; Fri, 29 Jul 2016 05:09:40 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 67CE82031B; Fri, 29 Jul 2016 05:09:39 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute5.internal (MEProxy); Fri, 29 Jul 2016 05:09:39 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=wuJIvY25HIOZgpTk5Vf4U08hMfI=; b=WkiFQ L8CAhTMuGH3V4GAee63GN55XlF3Mq3y7LF4eGD8PpyKtzscAH8xrvadhyYf8d8dw Nsg+sU3SiQGNCAWuaVb+TD6WJ5OT0z9JdMdjKNB5zwibu7g29INYShWsE4fSGQKh M3lJpBtRk8Q168CVbO85klA4SxjHXaHtsYZapM= X-Sasl-enc: 0DW3OB5RT9S2RrLIR6iCW2SYGWZmm41C8MzawHbpFOqg 1469783379 Received: from blueberry (175.108.89.92.rev.sfr.net [92.89.108.175]) by mail.messagingengine.com (Postfix) with ESMTPA id C54A1F29FA; Fri, 29 Jul 2016 05:09:38 -0400 (EDT) From: Nicolas Petton To: Drew Adams , npostavs@users.sourceforge.net Subject: Re: bug#16886: 24.3.50; Lisp nesting exceeds `max-lisp-eval-depth' with `M-x cancel-debug-on-entry' In-Reply-To: <09401eaa-bcbe-4655-8148-42ccd8b09b39@default> References: <87wpk59rjr.fsf@users.sourceforge.net> <09401eaa-bcbe-4655-8148-42ccd8b09b39@default> User-Agent: Notmuch/0.21 (https://notmuchmail.org) Emacs/25.0.95.1 (x86_64-redhat-linux-gnu) Date: Fri, 29 Jul 2016 11:09:36 +0200 Message-ID: <87fuqsq08f.fsf@petton.fr> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 16886 Cc: 16886@debbugs.gnu.org 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 (/) --=-=-= Content-Type: text/plain tags 16886 unreproducible close 16886 quit Drew Adams writes: >> Have you hit this since then? I can't find a way to reproduce this funny >> state. > > No, I don't think so. I'm closing this ticket then. Cheers, Nico --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: GPGTools - http://gpgtools.org iQEcBAEBCAAGBQJXmx1QAAoJECM1h6R8IHkQCkgIALEeYujs3HRsKpeMe8gfDxOk kfGtcUS+ZS0Qbtd0+LkcYWqBYjPrXNq+UYRmpqapJNGmmJJWKrRMGyl/gXVkj18R 5yjdrNP8Y+beWBLtHAvNHTvwEzsZZXTTa9Og0JUqOhabwlQPdYAkGkd1aDn5QC7G NIx/RMgqmjnjAz580Cp0N7DdpVA/fYDSIsRQdtavK8IDA3zuuoIXmRq2Ch7LGsiW m7on7XCCmlF5w+b8BtthB1XGvaqrzrza5AG2mG/bj5C1DBUGN6kBmY87Gfho5WU/ FgPWbBi+9Tnf/LWCUHSo8sw2MNCVHC0Lwn2+ELfQ5ES+Gq3RiK65Lrj69QQNv2A= =j+ji -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 29 05:13:36 2016 Received: (at control) by debbugs.gnu.org; 29 Jul 2016 09:13:36 +0000 Received: from localhost ([127.0.0.1]:49954 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bT3rL-0001KD-Rv for submit@debbugs.gnu.org; Fri, 29 Jul 2016 05:13:35 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:37265) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bT3rJ-0001K5-S2 for control@debbugs.gnu.org; Fri, 29 Jul 2016 05:13:34 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id C807E203B2 for ; Fri, 29 Jul 2016 05:13:33 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute5.internal (MEProxy); Fri, 29 Jul 2016 05:13:33 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:message-id :mime-version:subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=Es Xd/rQTr1Rwdse3cowLDOc3bg0=; b=AJ1Czb/IzS3OKLDFKSPH4i8+jJgo2ofSfI TDgfJLlp2NCDL1YqzNbn1uJwJ9UjY8uGj0wrT0sJdaG3qDvbcwklSTONpj8CEvHe 53DSRU3R95Ng2HW1s5VpZP0apyELdW9ZtQoOUn4P3rzPGVIhayylUrvPbE/rpxGj fEOYVrrdk= X-Sasl-enc: 5tSfS71KNv+EotmWwqUDgegCSNN3la/NBfeURvv3ub2H 1469783613 Received: from blueberry (175.108.89.92.rev.sfr.net [92.89.108.175]) by mail.messagingengine.com (Postfix) with ESMTPA id 41C9CCC021 for ; Fri, 29 Jul 2016 05:13:33 -0400 (EDT) From: Nicolas Petton To: control@debbugs.gnu.org Subject: bug#16886: 24.3.50; Lisp nesting exceeds `max-lisp-eval-depth' with `M-x cancel-debug-on-entry' User-Agent: Notmuch/0.21 (https://notmuchmail.org) Emacs/25.0.95.1 (x86_64-redhat-linux-gnu) Date: Fri, 29 Jul 2016 11:13:31 +0200 Message-ID: <87d1lwq01w.fsf@petton.fr> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control 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 (/) --=-=-= Content-Type: text/plain tags 16886 unreproducible close 16886 quit --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: GPGTools - http://gpgtools.org iQEcBAEBCAAGBQJXmx47AAoJECM1h6R8IHkQDfcH/2DMOwd8Tb7jQWw8m4UhHd+R LLPdTIxFu6xYU5ip9UkrojVSt3V9SOldU0ZZwwnUnmx3Q91IpSJYYgjEYUCKtZuC bbMB0TUEf+7FCqphJ9y6oDW3MvLtqPx+1Z4MZBpL96hLVfbuQvEn60c7IlrEr5Vx DqpCZ5a7N4PYSXoR7k8RHDJEWR8ENNv8j8yq5ayAQcDeAnmT9+ajAcnCtZsdKneB nIA1FjrUdJrgUOvza5pWrskvI8RysnYpPy6Pt4NclOR2ZGBUOtLN5zTzsaoiAtMs dXcElj5zVBEFhBw/pxoV5E5v5nxsKJljY/HAapjOPCPuG5WAO7ZpKMBsGFL0zqQ= =UCls -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Jun 21 03:25:40 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 26 Aug 2016 11: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