From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matthew Fidler Newsgroups: gmane.emacs.devel Subject: Re: Getting rid of low-level assumptions in yasnippet Date: Mon, 30 Mar 2015 10:15:43 -0500 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=20cf301afc83b33ee1051282f471 X-Trace: ger.gmane.org 1427728590 1726 80.91.229.3 (30 Mar 2015 15:16:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 30 Mar 2015 15:16:30 +0000 (UTC) Cc: =?UTF-8?B?Sm/Do28gVMOhdm9yYQ==?= , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 30 17:16:21 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 1YcbQ5-0001b0-Ts for ged-emacs-devel@m.gmane.org; Mon, 30 Mar 2015 17:16:06 +0200 Original-Received: from localhost ([::1]:34573 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcbQ5-00073G-Ar for ged-emacs-devel@m.gmane.org; Mon, 30 Mar 2015 11:16:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45723) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcbPl-00073B-RC for emacs-devel@gnu.org; Mon, 30 Mar 2015 11:15:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YcbPk-0006LF-SJ for emacs-devel@gnu.org; Mon, 30 Mar 2015 11:15:45 -0400 Original-Received: from mail-ig0-x22b.google.com ([2607:f8b0:4001:c05::22b]:36833) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcbPk-0006L7-Dh for emacs-devel@gnu.org; Mon, 30 Mar 2015 11:15:44 -0400 Original-Received: by igbud6 with SMTP id ud6so77880915igb.1 for ; Mon, 30 Mar 2015 08:15:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=aBQC0iACRKBXvxKUD7I6ZJ5a9NPfWoMGTOSfhG/lV48=; b=U9M2pilH74naeFlJ4mq2wniJEtWS9RJVNGU/AZJ8XBXPl6l5Z9bkCWWaAJ0P3QPgBx JJ/AVkJNFv76BI/dzZVDjW2/QBNUOWChNUkEbxCDlL+uChtyPO40E9d/jmFN6NB8StAs JXJ0jsmAJXoRuRxJMBzGgIU4jgZXEPbJm2OePDV5u6EPOFWZLHoWfbx4DZJVwjiOtOlV yvhDhMVfLEDpz7l3KXwId+Pjo8tCQvJZ8/LlETTsvQk6PrivN9+cckcOvzegJC25b2RC M/advXUSbVRj6AqDNaXSD5bAlhYb7RNlfuheXhghn8h6869DYwUXcc+F/MIeGsE6COPp Y/nw== X-Received: by 10.42.123.77 with SMTP id q13mr28491401icr.29.1427728543988; Mon, 30 Mar 2015 08:15:43 -0700 (PDT) Original-Received: by 10.107.24.196 with HTTP; Mon, 30 Mar 2015 08:15:43 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c05::22b 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:184550 Archived-At: --20cf301afc83b33ee1051282f471 Content-Type: text/plain; charset=UTF-8 Ok, I believe the problem is with named components. In the old eieio, it allowed nil names, but in the current implementation it requires a name for named components. A work-around in ergoemacs-mode shows the possible issue https://github.com/ergoemacs/ergoemacs-mode/commit/71319c2cc1874248c885cd6b6e7f826fb24c49a7 Matt. On Sun, Mar 29, 2015 at 7:47 PM, Stefan Monnier wrote: > > 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 > --20cf301afc83b33ee1051282f471 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Ok,

I believe the problem is with named= components.=C2=A0 In the old eieio, it allowed nil names, but in the curre= nt implementation it requires a name for named components.

A work-around in ergoemacs-mode shows the possible issue

=

Matt.

On Sun, Mar 29, 2015 at 7:47 PM, Stefan Monnier <monnier@iro.umontreal.ca> wrote:
> Since I'm here I would also like to add t= hat eieio doesn't work the same in
> emacs 25.

There's been many changes to EIEIO's internals, indeed.=C2= =A0 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,


=C2=A0 =C2=A0 =C2=A0 =C2=A0 Stefan

--20cf301afc83b33ee1051282f471--