From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joaotavora@gmail.com (=?utf-8?B?Sm/Do28gVMOhdm9yYQ==?=) Newsgroups: gmane.emacs.devel Subject: Re: Getting rid of low-level assumptions in yasnippet Date: Sat, 28 Mar 2015 21:23:36 +0000 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1427577866 7150 80.91.229.3 (28 Mar 2015 21:24:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 28 Mar 2015 21:24:26 +0000 (UTC) Cc: matthew.fidler@gmail.com, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 28 22:24:14 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 1YbyCz-00069u-HK for ged-emacs-devel@m.gmane.org; Sat, 28 Mar 2015 22:23:57 +0100 Original-Received: from localhost ([::1]:55309 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbyCy-0007Ny-GM for ged-emacs-devel@m.gmane.org; Sat, 28 Mar 2015 17:23:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36869) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbyCm-0007Nm-C3 for emacs-devel@gnu.org; Sat, 28 Mar 2015 17:23:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YbyCi-0004ez-TM for emacs-devel@gnu.org; Sat, 28 Mar 2015 17:23:44 -0400 Original-Received: from mail-wi0-x22c.google.com ([2a00:1450:400c:c05::22c]:34487) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbyCi-0004er-Lx for emacs-devel@gnu.org; Sat, 28 Mar 2015 17:23:40 -0400 Original-Received: by wibg7 with SMTP id g7so62519322wib.1 for ; Sat, 28 Mar 2015 14:23:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type:content-transfer-encoding; bh=rh8YLPNmy53Gkh6QijLusMXrYkrL8L/VUKZqTLQYrbE=; b=W1PpXyG0PpPZMAUriFMIujPsu7gEo5j0xPPNIBRSEv+pt86KSavHfVetKUf4BoEY1Z DtvLZBcep16Y0UF1J4spK50Koqo3pxsE+7KcWEKryBwCiebQevtmrzOZaS6w3/8EJQkJ hLYbO/v8VX6ZmEnGmXjnFtJaXknvQE4duPoTj299ktIjC5Qb5WXFp9F14qbBmEf78e3j ot3OF9+dd9bWcX4Fi9oLrXoW8GhMe+YbVE3YU8y+DPDlHcqWkwhR52sI6Zlv+ady2+LU lOF61ELVCS7qzHIQQ7vSLYNDIdwx04RTCr+LKVKdipNrbcEjWfbGNxwArELuy+l6EdFf 5sWA== X-Received: by 10.194.85.129 with SMTP id h1mr49557004wjz.147.1427577820038; Sat, 28 Mar 2015 14:23:40 -0700 (PDT) Original-Received: from king.yourcompany.com (31.57.37.188.rev.vodafone.pt. [188.37.57.31]) by mx.google.com with ESMTPSA id bd1sm9244755wib.13.2015.03.28.14.23.38 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 28 Mar 2015 14:23:39 -0700 (PDT) In-Reply-To: (Stefan Monnier's message of "Sat, 28 Mar 2015 16:32:08 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (darwin) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22c 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:184485 Archived-At: Stefan Monnier 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 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).=20 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