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: Sat, 28 Mar 2015 16:32:08 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1427574761 23346 80.91.229.3 (28 Mar 2015 20:32:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 28 Mar 2015 20:32:41 +0000 (UTC) Cc: Akira Kitada , Tassilo Horn , emacs-devel@gnu.org To: joaotavora@gmail.com (=?windows-1252?B?Sm/jbyBU4XZvcmE=?=) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 28 21:32:32 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 1YbxPC-0001Xl-6w for ged-emacs-devel@m.gmane.org; Sat, 28 Mar 2015 21:32:30 +0100 Original-Received: from localhost ([::1]:55192 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbxPB-0007FV-Jd for ged-emacs-devel@m.gmane.org; Sat, 28 Mar 2015 16:32:29 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57645) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbxOz-0007FQ-Sn for emacs-devel@gnu.org; Sat, 28 Mar 2015 16:32:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YbxOz-0005B5-1k for emacs-devel@gnu.org; Sat, 28 Mar 2015 16:32:17 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:57413) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbxOv-0005Ai-Al; Sat, 28 Mar 2015 16:32:13 -0400 Original-Received: from ceviche.home (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id t2SKWA3J010346; Sat, 28 Mar 2015 16:32:10 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 142FE6610A; Sat, 28 Mar 2015 16:32:08 -0400 (EDT) In-Reply-To: (=?windows-1252?Q?=22Jo=E3o_T=E1vo?= =?windows-1252?Q?ra=22's?= message of "Sat, 28 Mar 2015 15:59:12 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV5259=0 X-NAI-Spam-Version: 2.3.0.9393 : core <5259> : inlines <2542> : streams <1413167> : uri <1892635> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 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:184482 Archived-At: > 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. While trying this "make" I saw that yasnippet compiles cleanly (except for some issues in the tests which I just fixed), so it looks good, Stefan