From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Raeburn Newsgroups: gmane.emacs.devel Subject: Re: guile and emacs and elisp, oh my! Date: Fri, 16 Apr 2010 13:05:25 -0400 Message-ID: References: <5F4E60F3-771F-48C7-86F1-856EADF65410@raeburn.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1271437562 12373 80.91.229.12 (16 Apr 2010 17:06:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 16 Apr 2010 17:06:02 +0000 (UTC) Cc: "emacs-devel@gnu.org discussions" To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 16 19:06:01 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O2ozQ-00028Q-9v for ged-emacs-devel@m.gmane.org; Fri, 16 Apr 2010 19:06:00 +0200 Original-Received: from localhost ([127.0.0.1]:47148 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O2ozP-0006vw-On for ged-emacs-devel@m.gmane.org; Fri, 16 Apr 2010 13:05:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O2ozI-0006v5-F3 for emacs-devel@gnu.org; Fri, 16 Apr 2010 13:05:52 -0400 Original-Received: from [140.186.70.92] (port=43584 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O2oz4-0006oz-N9 for emacs-devel@gnu.org; Fri, 16 Apr 2010 13:05:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O2oz1-0005jF-MU for emacs-devel@gnu.org; Fri, 16 Apr 2010 13:05:37 -0400 Original-Received: from splat.raeburn.org ([69.25.196.39]:46738 helo=raeburn.org) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O2oyt-0005fO-Qs for emacs-devel@gnu.org; Fri, 16 Apr 2010 13:05:35 -0400 Original-Received: from squish.raeburn.org (squish.raeburn.org [10.0.0.172]) by raeburn.org (8.14.3/8.14.1) with ESMTP id o3GH5PFM010339; Fri, 16 Apr 2010 13:05:25 -0400 (EDT) In-Reply-To: <5F4E60F3-771F-48C7-86F1-856EADF65410@raeburn.org> X-Mailer: Apple Mail (2.1078) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:123766 Archived-At: On Apr 15, 2010, at 19:54, I wrote: > I've recently updated my code to be based on a recent development = version of Emacs, though I haven't published the updated version yet and = there appears to be some kind of GC problem or something at the moment. For now (until/unless I hear from the Emacs maintainers that I should = set up a branch on savannah), I've got it at = git://raeburn.scripts.mit.edu/guile-emacs.git where branches = "new-master-2" and "new-master-3" are a couple attempts at rebasing onto = the new bzr history (one just before the bidi merge, one more recent) = instead of the old cvs->git mirror's version of history. Until/unless = it moves to savannah, I reserve the right to rebase the branches in this = repository again in the future at my convenience... Ken=