From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Gemini Lasswell Newsgroups: gmane.emacs.bugs Subject: bug#24753: 26.0.50; Error using Edebug on code that uses cl-defmethod Date: Sat, 22 Oct 2016 20:50:40 -0700 Message-ID: References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1477194689 18848 195.159.176.226 (23 Oct 2016 03:51:29 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 23 Oct 2016 03:51:29 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (darwin) To: 24753@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Oct 23 05:51:25 2016 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1by9oV-0002sX-Q8 for geb-bug-gnu-emacs@m.gmane.org; Sun, 23 Oct 2016 05:51:11 +0200 Original-Received: from localhost ([::1]:39560 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1by9oY-0007f9-2Q for geb-bug-gnu-emacs@m.gmane.org; Sat, 22 Oct 2016 23:51:14 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35235) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1by9oP-0007f4-V0 for bug-gnu-emacs@gnu.org; Sat, 22 Oct 2016 23:51:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1by9oM-0003Q0-UY for bug-gnu-emacs@gnu.org; Sat, 22 Oct 2016 23:51:06 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:59554) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1by9oM-0003Pu-RF for bug-gnu-emacs@gnu.org; Sat, 22 Oct 2016 23:51:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1by9oM-0004sh-HW for bug-gnu-emacs@gnu.org; Sat, 22 Oct 2016 23:51:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Gemini Lasswell Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 23 Oct 2016 03:51:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 24753 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 24753-submit@debbugs.gnu.org id=B24753.147719466018755 (code B ref 24753); Sun, 23 Oct 2016 03:51:02 +0000 Original-Received: (at 24753) by debbugs.gnu.org; 23 Oct 2016 03:51:00 +0000 Original-Received: from localhost ([127.0.0.1]:46719 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1by9oK-0004sR-J6 for submit@debbugs.gnu.org; Sat, 22 Oct 2016 23:51:00 -0400 Original-Received: from aibo.runbox.com ([91.220.196.211]:56466) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1by9oI-0004sI-Ga for 24753@debbugs.gnu.org; Sat, 22 Oct 2016 23:50:59 -0400 Original-Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1by9oG-0006Lu-JQ for 24753@debbugs.gnu.org; Sun, 23 Oct 2016 05:50:56 +0200 Original-Received: from c-24-22-244-161.hsd1.wa.comcast.net ([24.22.244.161] helo=rainbow.local) by mailfront12.runbox.com with esmtpsa (uid:179284 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1by9o3-0008Cb-3d for 24753@debbugs.gnu.org; Sun, 23 Oct 2016 05:50:43 +0200 In-Reply-To: (Gemini Lasswell's message of "Fri, 21 Oct 2016 08:15:02 -0700") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.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" Xref: news.gmane.org gmane.emacs.bugs:124865 Archived-At: In lisp/emacs-lisp/eieio-compat.el the obsolete defmethod macro has the same debug spec and the same problem with it.