From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Getting rid of low-level assumptions in yasnippet Date: Sun, 29 Mar 2015 20:47:16 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1427676458 17785 80.91.229.3 (30 Mar 2015 00:47:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 30 Mar 2015 00:47:38 +0000 (UTC) Cc: =?windows-1252?B?Sm/jbyBU4XZvcmE=?= , emacs-devel@gnu.org To: Matthew Fidler Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 30 02:47:28 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 1YcNrS-0004NM-T8 for ged-emacs-devel@m.gmane.org; Mon, 30 Mar 2015 02:47:27 +0200 Original-Received: from localhost ([::1]:58777 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcNrR-0001Fp-S8 for ged-emacs-devel@m.gmane.org; Sun, 29 Mar 2015 20:47:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54709) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcNrO-0001Fk-Hc for emacs-devel@gnu.org; Sun, 29 Mar 2015 20:47:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YcNrJ-0001Ra-BR for emacs-devel@gnu.org; Sun, 29 Mar 2015 20:47:22 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:45355) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcNrJ-0001RW-7b for emacs-devel@gnu.org; Sun, 29 Mar 2015 20:47:17 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aj4LAGvvdVRBbthL/2dsb2JhbAA3gVOhHAFSgQiBdQEBBAFWIwULCzQSFBgNJIgTohGLdRgOCAQ9CQECAQKCIVhFA4NwBKg7 X-IPAS-Result: Aj4LAGvvdVRBbthL/2dsb2JhbAA3gVOhHAFSgQiBdQEBBAFWIwULCzQSFBgNJIgTohGLdRgOCAQ9CQECAQKCIVhFA4NwBKg7 X-IronPort-AV: E=Sophos;i="5.01,1,1400040000"; d="scan'208";a="114908408" Original-Received: from 65-110-216-75.cpe.pppoe.ca (HELO pastel.home) ([65.110.216.75]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 29 Mar 2015 20:47:17 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 5F58BDB0; Sun, 29 Mar 2015 20:47:16 -0400 (EDT) In-Reply-To: (Matthew Fidler's message of "Sun, 29 Mar 2015 14:36:11 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:184529 Archived-At: > Since I'm here I would also like to add that eieio doesn't work the same in > emacs 25. There's been many changes to EIEIO's internals, indeed. I've tried to preserve compatibility so far both for source files and for byte-compiled files (tho not for files byte-compiled with non-released Emacs versions). So if you experience incompatibilities because of the new code, please report them, Stefan