From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: some eieio breakage Date: Thu, 22 Jan 2015 00:59:10 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1421884779 16867 80.91.229.3 (21 Jan 2015 23:59:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 Jan 2015 23:59:39 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 22 00:59:38 2015 Return-path: Envelope-to: ged-emacs-devel@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 1YE5BS-0007QO-HC for ged-emacs-devel@m.gmane.org; Thu, 22 Jan 2015 00:59:38 +0100 Original-Received: from localhost ([::1]:50633 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YE5BR-000618-O2 for ged-emacs-devel@m.gmane.org; Wed, 21 Jan 2015 18:59:37 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59898) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YE5BO-00060s-Vq for emacs-devel@gnu.org; Wed, 21 Jan 2015 18:59:35 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YE5BJ-0005QE-Uc for emacs-devel@gnu.org; Wed, 21 Jan 2015 18:59:34 -0500 Original-Received: from mx1.bahnhof.se ([213.80.101.11]:56115) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YE5BJ-0005Pv-PH for emacs-devel@gnu.org; Wed, 21 Jan 2015 18:59:29 -0500 Original-Received: from localhost (mf.bahnhof.se [213.80.101.20]) by mx1-reinject (Postfix) with ESMTP id B595740D64 for ; Thu, 22 Jan 2015 00:59:27 +0100 (CET) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MF3) Original-Received: from mf3.bahnhof.se ([127.0.0.1]) by localhost (mf3.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JbEOO8wZsuB3 for ; Thu, 22 Jan 2015 00:59:21 +0100 (CET) Original-Received: from mta.verona.se (h-235-62.a149.priv.bahnhof.se [85.24.235.62]) by mf3.bahnhof.se (Postfix) with ESMTP id 2A0563E8C61 for ; Thu, 22 Jan 2015 00:59:20 +0100 (CET) Original-Received: from localhost (unknown [127.0.0.1]) by mta.verona.se (Postfix) with ESMTP id D3BD652AB85 for ; Wed, 21 Jan 2015 23:59:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at verona.se Original-Received: from mta.verona.se ([127.0.0.1]) by localhost (exodia.verona.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id j-XzDydBqy0G for ; Thu, 22 Jan 2015 00:59:10 +0100 (CET) Original-Received: from exodia.verona.se (www.verona.se [192.168.200.15]) by mta.verona.se (Postfix) with ESMTP id 443BB52AB83 for ; Thu, 22 Jan 2015 00:59:10 +0100 (CET) User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 213.80.101.11 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:181541 Archived-At: I get some breakage in third party code, like: helm-mode: (void-function class-slot-initarg) cider: eieio--defmethod(xref-location-group nil xref-bogus-location #[257 "\300\207" ["(No location)"] 2 "(No location)\n\n(fn ##)"]) I assume this is due to recent changes in eieio in master. -- Joakim Verona