From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master ed29d9f: Add edebug specs for inline.el Date: Mon, 15 Jul 2019 10:41:00 -0400 Message-ID: References: <20190713160723.15224.93024@vcs0.savannah.gnu.org> <20190713160724.DE848207EF@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="171124"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 15 16:41:20 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hn2AJ-000iOO-7s for ged-emacs-devel@m.gmane.org; Mon, 15 Jul 2019 16:41:19 +0200 Original-Received: from localhost ([::1]:39606 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hn2AI-0006l2-4B for ged-emacs-devel@m.gmane.org; Mon, 15 Jul 2019 10:41:18 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37569) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hn2AF-0006kk-EZ for emacs-devel@gnu.org; Mon, 15 Jul 2019 10:41:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hn2AC-0003cb-1F for emacs-devel@gnu.org; Mon, 15 Jul 2019 10:41:15 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:1350) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hn2A5-0003Zo-QI for emacs-devel@gnu.org; Mon, 15 Jul 2019 10:41:09 -0400 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id B6DD0444CF9; Mon, 15 Jul 2019 10:41:02 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 920EC444CDE; Mon, 15 Jul 2019 10:41:01 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1563201661; bh=T4NtA4I6tnRFprT+8J+S+UmUz+MIDEmQ3NPlZ+B36vw=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=kp5pBcQH44yoNOoAPCVjLlYA+U1ADDrAAQls0jxtiKNN0HU7dr6JLeTlKVEQOJL94 LLZU+e8yELL5jFJ7N5aFoKIqHn64OTgpZyhDgyjzIHZ6oudYpIQmILgRrfMoXiSN3P K5mKHhqIzYmkKlCcScTFdk0JI8LN3ewnHKtgxWrUaPw7dbzjqhHyBHObFrPSdBipI+ WODsi+7NwDRlGI93TT+OaOkmaBf30ikBuouLc5qYfs3MBLD8X0Kl2tuFcTXdP+I++Y Q/3s0BhwbRPRp3DNDPeTUq95bKmH1P4CSKd1Reu5+WTp0RIke4b428laqFQNkVZjmF IUVfXA/aItD/g== Original-Received: from pastel (104-222-123-229.cpe.teksavvy.com [104.222.123.229]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 687D9120B49; Mon, 15 Jul 2019 10:41:01 -0400 (EDT) In-Reply-To: (Lars Ingebrigtsen's message of "Sun, 14 Jul 2019 13:55:50 +0200") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 132.204.25.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:238596 Archived-At: > Oh, is `debug' for edebug, Yes. > too? No: AFAIK it's only used by Edebug so far. >> I can't imagine how adding def-edebug-spec before will make any difference. > > Then me neither, but without the specs the test case fails and with it, > it doesn't fail. Hm... Any ideas? Here's the "emacs -Q" test case: > > To reproduce, enter the following code into *scratch*: I still get the error with the code in the trunk. Stefan