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: Sun, 29 Mar 2015 14:36:11 -0500 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7bdc0dd25171ed0512727aab X-Trace: ger.gmane.org 1427657783 7547 80.91.229.3 (29 Mar 2015 19:36:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 29 Mar 2015 19:36:23 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: =?UTF-8?B?Sm/Do28gVMOhdm9yYQ==?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 29 21:36:19 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 1YcJ0M-0003tr-FJ for ged-emacs-devel@m.gmane.org; Sun, 29 Mar 2015 21:36:18 +0200 Original-Received: from localhost ([::1]:58014 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcJ0L-0003p1-UT for ged-emacs-devel@m.gmane.org; Sun, 29 Mar 2015 15:36:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41376) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcJ0I-0003ov-Cx for emacs-devel@gnu.org; Sun, 29 Mar 2015 15:36:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YcJ0H-0000wv-8f for emacs-devel@gnu.org; Sun, 29 Mar 2015 15:36:14 -0400 Original-Received: from mail-ig0-x22a.google.com ([2607:f8b0:4001:c05::22a]:38609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcJ0H-0000wo-33 for emacs-devel@gnu.org; Sun, 29 Mar 2015 15:36:13 -0400 Original-Received: by igbqf9 with SMTP id qf9so55407792igb.1 for ; Sun, 29 Mar 2015 12:36:11 -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=MvMnM8sJy0xTl0sJ6Oe3naC43Kv+0BjdFM1UEZ4BEGY=; b=vYfrPeHHoimK+mCmfGvtj2dMdcVro4Og+TcscvY1n5k2ambFzcW9Xd6tjagdq0nica 9Rc1++OAHF0Hy5D1FZcRd/5P+qab1mn4GyubGNG3GmrxpH/jQ4M4lyQ+pY37SP7BYco9 dwJl+jzvgNEFZINvNUT92bWKKnCQeU47PJaao5N3vRiOhTpSKq8XtycqPcedW8otaXIa ZuFx/rfl30Mr/dQ938wJ78IX1p1NwUvAk18YtzLDBgAxW/wjxBq+VjQW8eOMKm/pnctM jF1MRL4e5y3eNd4XFrxdP/6IBGBM4Wjdlp3ah4e3WUP37dBTAHqhTCXCU4h0c4f2D9hp 83PQ== X-Received: by 10.50.66.141 with SMTP id f13mr13309391igt.9.1427657771280; Sun, 29 Mar 2015 12:36:11 -0700 (PDT) Original-Received: by 10.107.24.196 with HTTP; Sun, 29 Mar 2015 12:36:11 -0700 (PDT) Original-Received: by 10.107.24.196 with HTTP; Sun, 29 Mar 2015 12:36:11 -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::22a 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:184523 Archived-At: --047d7bdc0dd25171ed0512727aab Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I'm not sure exactly what this is about, but thank you. Since I'm here I would also like to add that eieio doesn't work the same in emacs 25. https://github.com/ergoemacs/ergoemacs-mode/issues/330 On Mar 28, 2015 4:23 PM, "Jo=C3=A3o T=C3=A1vora" wro= te: > Stefan Monnier writes: > > >> I finally did the sync, > > > > Thanks. > > > >> I couldn't be extra sure since the instructions in the README failed f= or > >> me. Both the "install in place" and the "locally deploy an archive" > >> failed with some errors. I didn't investigate much, compilation seems = to > >> stop at ergoemacs. > > > > Hmm... I just tried a "make" and bumped into a few issues (which I just > > fixed), but none of them in ergoemacs. If you can reproduce them, > > please report them as bugs. > > > Thanks for fixing those issues (I also bumped into them at some point). > > Ergoemacs broke because it is an external and I was using an outdated > buggy version of it. A (require 'cl) issue, that you since fixed... > > I should have read the README better, "make externals" **always** needs > to come before "make" even if you don't want to 'make' the external > packages. > > Jo=C3=A3o > --047d7bdc0dd25171ed0512727aab Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

I'm not sure exactly what this is about, but thank you. =

Since I'm here I would also like to add that eieio doesn= 't work the same in emacs 25.

https://github.com/ergoemacs/ergoemacs-mode/issues/330

On Mar 28, 2015 4:23 PM, "Jo=C3=A3o T=C3=A1= vora" <joaotavora@gmail.com= > wrote:
Stef= an Monnier <monnier@IRO.UMon= treal.CA> writes:

>> I finally did the sync,
>
> Thanks.
>
>> I couldn't be extra sure since the instructions in the README = failed for
>> me. Both the "install in place" and the "locally de= ploy an archive"
>> failed with some errors. I didn't investigate much, compilatio= n seems to
>> stop at ergoemacs.
>
> Hmm... I just tried a "make" and bumped into a few issues (w= hich I just
> fixed), but none of them in ergoemacs.=C2=A0 If you can reproduce them= ,
> please report them as bugs.
>
Thanks for fixing those issues (I also bumped into them at some point).

Ergoemacs broke because it is an external and I was using an outdated
buggy version of it. A (require 'cl) issue, that you since fixed...

I should have read the README better, "make externals" **always**= needs
to come before "make" even if you don't want to 'make'= ; the external
packages.

Jo=C3=A3o
--047d7bdc0dd25171ed0512727aab--