From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#12685: 24.2; lexical binding breaks edebug conditional breakpoints Date: Tue, 23 Oct 2012 14:27:45 -0400 Message-ID: References: <20121023171045.GA30611@c3po> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1351016898 31168 80.91.229.3 (23 Oct 2012 18:28:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Oct 2012 18:28:18 +0000 (UTC) Cc: 12685@debbugs.gnu.org To: Toby Cubitt Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Oct 23 20:28:26 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TQjDE-0003Of-De for geb-bug-gnu-emacs@m.gmane.org; Tue, 23 Oct 2012 20:28:24 +0200 Original-Received: from localhost ([::1]:48182 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQjD3-0001su-HY for geb-bug-gnu-emacs@m.gmane.org; Tue, 23 Oct 2012 14:28:13 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:53172) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQjD0-0001sj-L7 for bug-gnu-emacs@gnu.org; Tue, 23 Oct 2012 14:28:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQjCz-0000Rj-LT for bug-gnu-emacs@gnu.org; Tue, 23 Oct 2012 14:28:10 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:47853) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQjCz-0000Re-IJ for bug-gnu-emacs@gnu.org; Tue, 23 Oct 2012 14:28:09 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TQjEo-0007Cv-3h for bug-gnu-emacs@gnu.org; Tue, 23 Oct 2012 14:30:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 23 Oct 2012 18:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12685 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 12685-submit@debbugs.gnu.org id=B12685.135101698727657 (code B ref 12685); Tue, 23 Oct 2012 18:30:02 +0000 Original-Received: (at 12685) by debbugs.gnu.org; 23 Oct 2012 18:29:47 +0000 Original-Received: from localhost ([127.0.0.1]:58104 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TQjEZ-0007C2-Gv for submit@debbugs.gnu.org; Tue, 23 Oct 2012 14:29:47 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:35802) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TQjEX-0007Bp-N4 for 12685@debbugs.gnu.org; Tue, 23 Oct 2012 14:29:46 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAG6Zu09MCqNj/2dsb2JhbABEtBGBCIIVAQEEAVYjBQsLDiYSFBgNJIgcBboJkEQDozOBWIMF X-IronPort-AV: E=Sophos;i="4.75,637,1330923600"; d="scan'208";a="202561007" Original-Received: from 76-10-163-99.dsl.teksavvy.com (HELO pastel.home) ([76.10.163.99]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 23 Oct 2012 14:27:46 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 22A2658CA3; Tue, 23 Oct 2012 14:27:45 -0400 (EDT) In-Reply-To: <20121023171045.GA30611@c3po> (Toby Cubitt's message of "Tue, 23 Oct 2012 19:10:45 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:65939 Archived-At: > I was asking if you knew of a good place to hook into (just in my own > private Emacs config), so that I don't have to do this manually every > time I want to run edebug? You might try to add an around-advice on edebug-eval-defun (and maybe edebug-eval-top-level-form if you use it). > I'm well aware that this means whatever behaviour I see under edebug > could be different from the real behaviour. Given how rarely > dynamical-binding differs from lexical-binding in practice, it's still a > useful work-around for me, until edebug is fixed. You're not addicted to closures like I am, I guess, Stefan