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: Wed, 24 Oct 2012 09:55:43 -0400 Message-ID: References: <20121023183950.GA13930@c3po> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; CHARSET=US-ASCII Content-Transfer-Encoding: 7BIT X-Trace: ger.gmane.org 1351086987 9830 80.91.229.3 (24 Oct 2012 13:56:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Oct 2012 13:56:27 +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 Wed Oct 24 15:56:35 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 1TR1Rg-00054q-Uw for geb-bug-gnu-emacs@m.gmane.org; Wed, 24 Oct 2012 15:56:33 +0200 Original-Received: from localhost ([::1]:54237 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TR1RZ-00018u-06 for geb-bug-gnu-emacs@m.gmane.org; Wed, 24 Oct 2012 09:56:25 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:47967) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TR1RR-00017s-Kf for bug-gnu-emacs@gnu.org; Wed, 24 Oct 2012 09:56:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TR1RG-00030X-KH for bug-gnu-emacs@gnu.org; Wed, 24 Oct 2012 09:56:17 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:49419) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TR1RG-00030M-Gn for bug-gnu-emacs@gnu.org; Wed, 24 Oct 2012 09:56:06 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TR1T8-0004zk-8a for bug-gnu-emacs@gnu.org; Wed, 24 Oct 2012 09:58: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: Wed, 24 Oct 2012 13:58: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.135108706519178 (code B ref 12685); Wed, 24 Oct 2012 13:58:02 +0000 Original-Received: (at 12685) by debbugs.gnu.org; 24 Oct 2012 13:57:45 +0000 Original-Received: from localhost ([127.0.0.1]:59670 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TR1Sr-0004zH-7h for submit@debbugs.gnu.org; Wed, 24 Oct 2012 09:57:45 -0400 Original-Received: from relais.videotron.ca ([24.201.245.36]:28356) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TR1Sp-0004z8-7j for 12685@debbugs.gnu.org; Wed, 24 Oct 2012 09:57:43 -0400 Original-Received: from ceviche.home ([24.201.208.110]) by VL-VM-MR001.ip.videotron.ca (Oracle Communications Messaging Exchange Server 7u4-22.01 64bit (built Apr 21 2011)) with ESMTP id <0MCE0057FHCV4O80@VL-VM-MR001.ip.videotron.ca> for 12685@debbugs.gnu.org; Wed, 24 Oct 2012 09:55:43 -0400 (EDT) Original-Received: by ceviche.home (Postfix, from userid 20848) id 3C9D8660E0; Wed, 24 Oct 2012 09:55:43 -0400 (EDT) In-reply-to: <20121023183950.GA13930@c3po> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.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:65970 Archived-At: > Now if the byte-compiler learned how to do tail-call elimination, I might > find myself writing more of my Elisp in a pure functional style... > Just sayin' ;-) Preaching to the choir, eh? Stefan